#6D5F2C
A dark, moderate yellow closely aligning with Darkolivegreen.
About #6D5F2C
The hex code #6D5F2C represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 109 parts red, 95 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 13% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D5F2C
RGB109, 95, 44
HSL47.1°, 42.5%, 30.0%
CMYK0%, 13%, 60%, 57%
HSV47.1°, 59.6%, 42.7%
LAB40.6, -1.4, 30.8
XYZ10.9, 11.6, 4.1
Decimal7167788
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.32:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.04:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5F2C;
}
.text-color {
color: #6D5F2C;
}
.border-color {
border: 2px solid #6D5F2C;
}