#6D3324
A dark, moderate red closely aligning with Sienna.
About #6D3324
When working with digital screens, the color #6D3324 is rendered by mixing light. Its closest recognized web color is Sienna. Its digital footprint relies on 109 parts red, 51 parts green, and 36 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 53% M, 67% Y, and 57% K. 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D3324
RGB109, 51, 36
HSL12.3°, 50.3%, 28.4%
CMYK0%, 53%, 67%, 57%
HSV12.3°, 67.0%, 42.7%
LAB28.8, 24.4, 21.4
XYZ7.8, 5.7, 2.4
Decimal7156516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.77:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.34:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3324;
}
.text-color {
color: #6D3324;
}
.border-color {
border: 2px solid #6D3324;
}