#6D3A2C
A dark, moderate red closely aligning with Sienna.
About #6D3A2C
Visually, #6D3A2C is defined as a moderate red. It is closely associated with the named CSS color Sienna. Its digital footprint relies on 109 parts red, 58 parts green, and 44 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 47% M, 60% Y, and 57% K. With a hue angle of 12.9 degrees, it sits comfortably in the red spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D3A2C
RGB109, 58, 44
HSL12.9°, 42.5%, 30.0%
CMYK0%, 47%, 60%, 57%
HSV12.9°, 59.6%, 42.7%
LAB30.5, 21.0, 18.6
XYZ8.3, 6.5, 3.2
Decimal7158316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.16:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.76:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3A2C;
}
.text-color {
color: #6D3A2C;
}
.border-color {
border: 2px solid #6D3A2C;
}