#6D5707
A dark, vivid yellow closely aligning with Olive.
About #6D5707
When working with digital screens, the color #6D5707 is rendered by mixing light. Its closest recognized web color is Olive. This translates to an RGB value of rgb(109, 87, 7).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 20% magenta inks. With a hue angle of 47.1 degrees, it sits comfortably in the yellow spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D5707
RGB109, 87, 7
HSL47.1°, 87.9%, 22.7%
CMYK0%, 20%, 94%, 57%
HSV47.1°, 93.6%, 42.7%
LAB38.0, 1.4, 43.8
XYZ9.8, 10.1, 1.6
Decimal7165703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.96:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.65:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5707;
}
.text-color {
color: #6D5707;
}
.border-color {
border: 2px solid #6D5707;
}