Shades of Auburn #6D2821
Tints of Auburn #6D2821
RGB
CMYK
RGB Variations
Color information
#6D2821 (or 0x6D2821) is known color: Auburn. HEX triplet: 6D, 28 and 21. RGB value is (109,40,33). Sum of RGB (Red+Green+Blue) = 109+40+33=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2821 is #92D7DE. Grayscale: #3B3B3B. Windows color (decimal): -9623519 or 2173037. OLE color: 2173037.
HSL color Cylindrical-coordinate representation of color #6D2821: hue angle of 5.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2821 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 33 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.57 |
| HSL | 5.53º | 0.54% | 0.28% | - |
| HSV(B) | 5.53º | 0.7% | 0.43% | - |
| XYZ | 7.34 | 4.88 | 1.99 | - |
| YUV | 59.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 33 | 0 | 0.63 | 0.70 | 0.57 | 5.53 | 0.54 | 0.28 |
| Hex | 6D | 28 | 21 | 0 | 3F | 46 | 39 | 6 | 36 | 1C |
| Octal | 155 | 50 | 41 | 0 | 77 | 106 | 71 | 6 | 66 | 34 |
| Binary | 1101101 | 101000 | 100001 | 0 | 111111 | 1000110 | 111001 | 110 | 110110 | 11100 |
Color Harmonies of #6D2821
Complementary color
Monochromatic Colors of #6D2821
Black with #6D2821
Text Example
Text Example
White with #6D2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2821; }
p { color: rgb(109,40,33); }
H1.HeaderClassName
{
color: #6D2821;
}
.AnyTagClassName
{
color: #6D2821;
}
</style>
background-color css
<style>
a { background-color: #6D2821; }
a { background-color: rgb(109,40,33); }
div.DivClassName
{
background-color: #6D2821;
}
.BgClassName
{
background-color: #6D2821;
}
</style>
border-color css
<style>
span { border-color: #6D2821; }
span { border-color: rgb(109,40,33); }
td.TdClassName
{
border-color: #6D2821;
}
.TagClassName
{
border-color: #6D2821;
}
</style>