Shades of Hairy Heath #663529
Tints of Hairy Heath #663529
RGB
CMYK
RGB Variations
Color information
#663529 (or 0x663529) is known color: Hairy Heath. HEX triplet: 66, 35 and 29. RGB value is (102,53,41). Sum of RGB (Red+Green+Blue) = 102+53+41=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #663529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663529 is #99CAD6. Grayscale: #424242. Windows color (decimal): -10078935 or 2700646. OLE color: 2700646.
HSL color Cylindrical-coordinate representation of color #663529: hue angle of 11.8º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #663529 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 41 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.6 |
| HSL | 11.8º | 0.43% | 0.28% | - |
| HSV(B) | 11.8º | 0.6% | 0.4% | - |
| XYZ | 7.15 | 5.53 | 2.79 | - |
| YUV | 66.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 41 | 0 | 0.48 | 0.60 | 0.6 | 11.8 | 0.43 | 0.28 |
| Hex | 66 | 35 | 29 | 0 | 30 | 3C | 3C | C | 2B | 1C |
| Octal | 146 | 65 | 51 | 0 | 60 | 74 | 74 | 14 | 53 | 34 |
| Binary | 1100110 | 110101 | 101001 | 0 | 110000 | 111100 | 111100 | 1100 | 101011 | 11100 |
Color Harmonies of #663529
Complementary color
Monochromatic Colors of #663529
Black with #663529
Text Example
Text Example
White with #663529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663529; }
p { color: rgb(102,53,41); }
H1.HeaderClassName
{
color: #663529;
}
.AnyTagClassName
{
color: #663529;
}
</style>
background-color css
<style>
a { background-color: #663529; }
a { background-color: rgb(102,53,41); }
div.DivClassName
{
background-color: #663529;
}
.BgClassName
{
background-color: #663529;
}
</style>
border-color css
<style>
span { border-color: #663529; }
span { border-color: rgb(102,53,41); }
td.TdClassName
{
border-color: #663529;
}
.TagClassName
{
border-color: #663529;
}
</style>