#6D6D24
A dark, moderate yellow closely aligning with Darkolivegreen.
About #6D6D24
At its core, #6D6D24 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 109 red, 109 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 0% Magenta, 67% Yellow, and 57% Black. The HSL representation is 60.0° hue, 50.3% saturation, and 28.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D6D24
RGB109, 109, 36
HSL60.0°, 50.3%, 28.4%
CMYK0%, 0%, 67%, 57%
HSV60.0°, 67.0%, 42.7%
LAB44.7, -10.1, 39.3
XYZ12.1, 14.3, 3.8
Decimal7171364
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D6D24;
}
.text-color {
color: #6D6D24;
}
.border-color {
border: 2px solid #6D6D24;
}