#6D5F24
A dark, moderate yellow closely aligning with Darkolivegreen.
About #6D5F24
At its core, #6D5F24 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 95, and 36.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 13% M, 67% Y, and 57% K. The HSL representation is 48.5° hue, 50.3% saturation, and 28.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D5F24
RGB109, 95, 36
HSL48.5°, 50.3%, 28.4%
CMYK0%, 13%, 67%, 57%
HSV48.5°, 67.0%, 42.7%
LAB40.5, -2.0, 34.9
XYZ10.7, 11.6, 3.3
Decimal7167780
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.34:1
Text on #FFFFFF
AA
3.31:1
Text on #000000
AA Large
6.06:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5F24;
}
.text-color {
color: #6D5F24;
}
.border-color {
border: 2px solid #6D5F24;
}