Shades of Hairy Heath #663020
Tints of Hairy Heath #663020
RGB
CMYK
RGB Variations
Color information
#663020 (or 0x663020) is known color: Hairy Heath. HEX triplet: 66, 30 and 20. RGB value is (102,48,32). Sum of RGB (Red+Green+Blue) = 102+48+32=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #663020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663020 is #99CFDF. Grayscale: #3E3E3E. Windows color (decimal): -10080224 or 2109542. OLE color: 2109542.
HSL color Cylindrical-coordinate representation of color #663020: hue angle of 13.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663020 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 32 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.6 |
| HSL | 13.71º | 0.52% | 0.26% | - |
| HSV(B) | 13.71º | 0.69% | 0.4% | - |
| XYZ | 6.8 | 5.04 | 1.98 | - |
| YUV | 62.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 32 | 0 | 0.53 | 0.69 | 0.6 | 13.71 | 0.52 | 0.26 |
| Hex | 66 | 30 | 20 | 0 | 35 | 45 | 3C | E | 34 | 1A |
| Octal | 146 | 60 | 40 | 0 | 65 | 105 | 74 | 16 | 64 | 32 |
| Binary | 1100110 | 110000 | 100000 | 0 | 110101 | 1000101 | 111100 | 1110 | 110100 | 11010 |
Color Harmonies of #663020
Complementary color
Monochromatic Colors of #663020
Black with #663020
Text Example
Text Example
White with #663020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663020; }
p { color: rgb(102,48,32); }
H1.HeaderClassName
{
color: #663020;
}
.AnyTagClassName
{
color: #663020;
}
</style>
background-color css
<style>
a { background-color: #663020; }
a { background-color: rgb(102,48,32); }
div.DivClassName
{
background-color: #663020;
}
.BgClassName
{
background-color: #663020;
}
</style>
border-color css
<style>
span { border-color: #663020; }
span { border-color: rgb(102,48,32); }
td.TdClassName
{
border-color: #663020;
}
.TagClassName
{
border-color: #663020;
}
</style>