#6D7550
A dark, muted yellow closely aligning with Darkolivegreen.
About #6D7550
Visually, #6D7550 is defined as a muted yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 109 parts red, 117 parts green, and 80 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 7% cyan, 0% magenta, 32% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D7550
RGB109, 117, 80
HSL73.0°, 18.8%, 38.6%
CMYK7%, 0%, 32%, 54%
HSV73.0°, 31.6%, 45.9%
LAB47.7, -9.7, 19.5
XYZ14.1, 16.6, 10.0
Decimal7173456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.31:1
Text on #000000
AA Large
4.66:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D7550;
}
.text-color {
color: #6D7550;
}
.border-color {
border: 2px solid #6D7550;
}