#6D422C
A dark, moderate orange closely aligning with Sienna.
About #6D422C
The precise color #6D422C is an excellent choice for modern design projects. Designers often compare it to the standard color Sienna. This translates to an RGB value of rgb(109, 66, 44).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 39% magenta, 60% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D422C
RGB109, 66, 44
HSL20.3°, 42.5%, 30.0%
CMYK0%, 39%, 60%, 57%
HSV20.3°, 59.6%, 42.7%
LAB32.5, 16.2, 21.1
XYZ8.7, 7.3, 3.3
Decimal7160364
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.52:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.14:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D422C;
}
.text-color {
color: #6D422C;
}
.border-color {
border: 2px solid #6D422C;
}