Greeny brown to RGB — Color Code

#696006
Format Value
HEX #696006
RGB rgb(105, 96, 6)
HSL hsl(54.5, 89.2%, 21.8%)
CMYK cmyk(0%, 8.6%, 94.3%, 58.8%)
HSV hsv(54.5, 94.3%, 41.2%)

greeny brown color harmonies

Tints & shades of greeny brown

Tints (lighter)

#776e1d #847d33 #928b4a #a09a61 #ada877 #bbb78e #c8c5a4 #d6d4bb #e4e2d2 #f1f1e8

Shades (darker)

#5f5705 #564f05 #4c4604 #433d04 #393403 #302c03 #262302 #1d1a02 #131101 #0a0901

Contrast & accessibility

The quick brown fox

On white · 6.41:1 · AA

The quick brown fox

On black · 3.28:1 · AA Large

Recommended text color: #ffffff

Use greeny brown in code

CSS color: #696006;
SCSS $color: #696006;
Tailwind bg-[#696006]
Swift UIColor(red: 0.412, green: 0.376, blue: 0.024, alpha: 1)
Android Color.parseColor("#696006")
Flutter Color(0xFF696006)

Colors similar to greeny brown

Browse all Yellow colors →

What is the RGB code for greeny brown?

The CSS color greeny brown in RGB format is rgb(105, 96, 6). Use this value directly in CSS, SVG, and most design tools.

How do I use greeny brown in CSS?

To apply greeny brown in CSS:

  • Text color: color: rgb(105, 96, 6);
  • Background: background-color: rgb(105, 96, 6);
  • Border: border-color: rgb(105, 96, 6);

What are all the color format values for greeny brown?

FormatValue
HEX#696006
RGBrgb(105, 96, 6)
HSLhsl(54.5, 89.2%, 21.8%)
CMYKcmyk(0%, 8.6%, 94.3%, 58.8%)

How do I convert greeny brown to RGB?

Select greeny brown from the color name list in our color converter. The RGB value — rgb(105, 96, 6) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does greeny brown belong to?

greeny brown belongs to the yellow color family. It is a dark, vivid color with HSL values: hue 54.5°, saturation 89.2%, lightness 21.8%.

How do I create lighter and darker shades of greeny brown?

Lighter variant (lightness 36.8%): #b2a20a. Darker variant (lightness 6.800000000000001%): #211e02. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.