#6D491D
A dark, moderate orange closely aligning with Saddlebrown.
About #6D491D
The precise color #6D491D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Saddlebrown. Its digital footprint relies on 109 parts red, 73 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 33% magenta inks. The HSL representation is 33.0° hue, 58.0% saturation, and 27.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D491D
RGB109, 73, 29
HSL33.0°, 58.0%, 27.1%
CMYK0%, 33%, 73%, 57%
HSV33.0°, 73.4%, 42.7%
LAB34.2, 10.8, 31.6
XYZ8.9, 8.1, 2.3
Decimal7162141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.01:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.66:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D491D;
}
.text-color {
color: #6D491D;
}
.border-color {
border: 2px solid #6D491D;
}