#7C6D24
A dark, moderate yellow closely aligning with Olive.
About #7C6D24
The hex code #7C6D24 represents a beautifully specific shade of yellow. Its closest recognized web color is Olive. This translates to an RGB value of rgb(124, 109, 36).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 12% Magenta, 71% Yellow, and 51% Black. With a hue angle of 49.8 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C6D24
RGB124, 109, 36
HSL49.8°, 55.0%, 31.4%
CMYK0%, 12%, 71%, 51%
HSV49.8°, 71.0%, 48.6%
LAB46.1, -3.0, 41.2
XYZ14.1, 15.3, 3.9
Decimal8154404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6D24;
}
.text-color {
color: #7C6D24;
}
.border-color {
border: 2px solid #7C6D24;
}