#6D5000
A dark, vivid orange closely aligning with Saddlebrown.
About #6D5000
At its core, #6D5000 is a dark and vivid hue. Designers often compare it to the standard color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 80, and 0.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 27% Magenta, 100% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D5000
RGB109, 80, 0
HSL44.0°, 100.0%, 21.4%
CMYK0%, 27%, 100%, 57%
HSV44.0°, 100.0%, 42.7%
LAB36.0, 5.4, 44.5
XYZ9.2, 9.0, 1.3
Decimal7163904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.51:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.17:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5000;
}
.text-color {
color: #6D5000;
}
.border-color {
border: 2px solid #6D5000;
}