Shades of Auburn #6C2827
Tints of Auburn #6C2827
RGB
CMYK
RGB Variations
Color information
#6C2827 (or 0x6C2827) is known color: Auburn. HEX triplet: 6C, 28 and 27. RGB value is (108,40,39). Sum of RGB (Red+Green+Blue) = 108+40+39=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2827 is #93D7D8. Grayscale: #3C3C3C. Windows color (decimal): -9689049 or 2566252. OLE color: 2566252.
HSL color Cylindrical-coordinate representation of color #6C2827: hue angle of 0.87º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C2827 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 39 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.58 |
| HSL | 0.87º | 0.47% | 0.29% | - |
| HSV(B) | 0.87º | 0.64% | 0.42% | - |
| XYZ | 7.31 | 4.85 | 2.47 | - |
| YUV | 60.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 39 | 0 | 0.63 | 0.64 | 0.58 | 0.87 | 0.47 | 0.29 |
| Hex | 6C | 28 | 27 | 0 | 3F | 40 | 3A | 1 | 2F | 1D |
| Octal | 154 | 50 | 47 | 0 | 77 | 100 | 72 | 1 | 57 | 35 |
| Binary | 1101100 | 101000 | 100111 | 0 | 111111 | 1000000 | 111010 | 1 | 101111 | 11101 |
Color Harmonies of #6C2827
Complementary color
Monochromatic Colors of #6C2827
Black with #6C2827
Text Example
Text Example
White with #6C2827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2827; }
p { color: rgb(108,40,39); }
H1.HeaderClassName
{
color: #6C2827;
}
.AnyTagClassName
{
color: #6C2827;
}
</style>
background-color css
<style>
a { background-color: #6C2827; }
a { background-color: rgb(108,40,39); }
div.DivClassName
{
background-color: #6C2827;
}
.BgClassName
{
background-color: #6C2827;
}
</style>
border-color css
<style>
span { border-color: #6C2827; }
span { border-color: rgb(108,40,39); }
td.TdClassName
{
border-color: #6C2827;
}
.TagClassName
{
border-color: #6C2827;
}
</style>