Shades of Hairy Heath #663021
Tints of Hairy Heath #663021
RGB
CMYK
RGB Variations
Color information
#663021 (or 0x663021) is known color: Hairy Heath. HEX triplet: 66, 30 and 21. RGB value is (102,48,33). Sum of RGB (Red+Green+Blue) = 102+48+33=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663021 is #99CFDE. Grayscale: #3E3E3E. Windows color (decimal): -10080223 or 2175078. OLE color: 2175078.
HSL color Cylindrical-coordinate representation of color #663021: hue angle of 13.04º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663021 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 33 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.6 |
| HSL | 13.04º | 0.51% | 0.26% | - |
| HSV(B) | 13.04º | 0.68% | 0.4% | - |
| XYZ | 6.81 | 5.05 | 2.05 | - |
| YUV | 62.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 33 | 0 | 0.53 | 0.68 | 0.6 | 13.04 | 0.51 | 0.26 |
| Hex | 66 | 30 | 21 | 0 | 35 | 44 | 3C | D | 33 | 1A |
| Octal | 146 | 60 | 41 | 0 | 65 | 104 | 74 | 15 | 63 | 32 |
| Binary | 1100110 | 110000 | 100001 | 0 | 110101 | 1000100 | 111100 | 1101 | 110011 | 11010 |
Color Harmonies of #663021
Complementary color
Monochromatic Colors of #663021
Black with #663021
Text Example
Text Example
White with #663021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663021; }
p { color: rgb(102,48,33); }
H1.HeaderClassName
{
color: #663021;
}
.AnyTagClassName
{
color: #663021;
}
</style>
background-color css
<style>
a { background-color: #663021; }
a { background-color: rgb(102,48,33); }
div.DivClassName
{
background-color: #663021;
}
.BgClassName
{
background-color: #663021;
}
</style>
border-color css
<style>
span { border-color: #663021; }
span { border-color: rgb(102,48,33); }
td.TdClassName
{
border-color: #663021;
}
.TagClassName
{
border-color: #663021;
}
</style>