#6D501D
A dark, moderate orange closely aligning with Saddlebrown.
About #6D501D
The precise color #6D501D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 109 red, 80 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 27% Magenta, 73% Yellow, and 57% Black. Always request a physical proof before doing a large print run with this exact code.
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#6D501D
RGB109, 80, 29
HSL38.3°, 58.0%, 27.1%
CMYK0%, 27%, 73%, 57%
HSV38.3°, 73.4%, 42.7%
LAB36.1, 6.5, 33.7
XYZ9.4, 9.1, 2.4
Decimal7163933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.46:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.13:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D501D;
}
.text-color {
color: #6D501D;
}
.border-color {
border: 2px solid #6D501D;
}