Shades of Auburn #662828
Tints of Auburn #662828
RGB
CMYK
RGB Variations
Color information
#662828 (or 0x662828) is known color: Auburn. HEX triplet: 66, 28 and 28. RGB value is (102,40,40). Sum of RGB (Red+Green+Blue) = 102+40+40=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662828 is #99D7D7. Grayscale: #3A3A3A. Windows color (decimal): -10082264 or 2631782. OLE color: 2631782.
HSL color Cylindrical-coordinate representation of color #662828: hue angle of 0º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662828 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 40 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.6 |
| HSL | 0º | 0.44% | 0.28% | - |
| HSV(B) | 0º | 0.61% | 0.4% | - |
| XYZ | 6.62 | 4.5 | 2.53 | - |
| YUV | 58.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 40 | 0 | 0.61 | 0.61 | 0.6 | 0 | 0.44 | 0.28 |
| Hex | 66 | 28 | 28 | 0 | 3D | 3D | 3C | 0 | 2C | 1C |
| Octal | 146 | 50 | 50 | 0 | 75 | 75 | 74 | 0 | 54 | 34 |
| Binary | 1100110 | 101000 | 101000 | 0 | 111101 | 111101 | 111100 | 0 | 101100 | 11100 |
Color Harmonies of #662828
Complementary color
Monochromatic Colors of #662828
Black with #662828
Text Example
Text Example
White with #662828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662828; }
p { color: rgb(102,40,40); }
H1.HeaderClassName
{
color: #662828;
}
.AnyTagClassName
{
color: #662828;
}
</style>
background-color css
<style>
a { background-color: #662828; }
a { background-color: rgb(102,40,40); }
div.DivClassName
{
background-color: #662828;
}
.BgClassName
{
background-color: #662828;
}
</style>
border-color css
<style>
span { border-color: #662828; }
span { border-color: rgb(102,40,40); }
td.TdClassName
{
border-color: #662828;
}
.TagClassName
{
border-color: #662828;
}
</style>