Shades of Auburn #6C2520
Tints of Auburn #6C2520
RGB
CMYK
RGB Variations
Color information
#6C2520 (or 0x6C2520) is known color: Auburn. HEX triplet: 6C, 25 and 20. RGB value is (108,37,32). Sum of RGB (Red+Green+Blue) = 108+37+32=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2520 is #93DADF. Grayscale: #393939. Windows color (decimal): -9689824 or 2106732. OLE color: 2106732.
HSL color Cylindrical-coordinate representation of color #6C2520: hue angle of 3.95º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2520 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 32 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.58 |
| HSL | 3.95º | 0.54% | 0.27% | - |
| HSV(B) | 3.95º | 0.7% | 0.42% | - |
| XYZ | 7.11 | 4.62 | 1.88 | - |
| YUV | 57.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 32 | 0 | 0.66 | 0.70 | 0.58 | 3.95 | 0.54 | 0.27 |
| Hex | 6C | 25 | 20 | 0 | 42 | 46 | 3A | 4 | 36 | 1B |
| Octal | 154 | 45 | 40 | 0 | 102 | 106 | 72 | 4 | 66 | 33 |
| Binary | 1101100 | 100101 | 100000 | 0 | 1000010 | 1000110 | 111010 | 100 | 110110 | 11011 |
Color Harmonies of #6C2520
Complementary color
Monochromatic Colors of #6C2520
Black with #6C2520
Text Example
Text Example
White with #6C2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2520; }
p { color: rgb(108,37,32); }
H1.HeaderClassName
{
color: #6C2520;
}
.AnyTagClassName
{
color: #6C2520;
}
</style>
background-color css
<style>
a { background-color: #6C2520; }
a { background-color: rgb(108,37,32); }
div.DivClassName
{
background-color: #6C2520;
}
.BgClassName
{
background-color: #6C2520;
}
</style>
border-color css
<style>
span { border-color: #6C2520; }
span { border-color: rgb(108,37,32); }
td.TdClassName
{
border-color: #6C2520;
}
.TagClassName
{
border-color: #6C2520;
}
</style>