#6D660F
A dark, vivid yellow closely aligning with Olive.
About #6D660F
Visually, #6D660F is defined as a vivid yellow. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(109, 102, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 6% magenta inks. With a hue angle of 55.5 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D660F
RGB109, 102, 15
HSL55.5°, 75.8%, 24.3%
CMYK0%, 6%, 86%, 57%
HSV55.5°, 86.2%, 42.7%
LAB42.4, -7.2, 45.2
XYZ11.1, 12.8, 2.3
Decimal7169551
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D660F;
}
.text-color {
color: #6D660F;
}
.border-color {
border: 2px solid #6D660F;
}