Shades of Hairy Heath #663129
Tints of Hairy Heath #663129
RGB
CMYK
RGB Variations
Color information
#663129 (or 0x663129) is known color: Hairy Heath. HEX triplet: 66, 31 and 29. RGB value is (102,49,41). Sum of RGB (Red+Green+Blue) = 102+49+41=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663129 is #99CED6. Grayscale: #404040. Windows color (decimal): -10079959 or 2699622. OLE color: 2699622.
HSL color Cylindrical-coordinate representation of color #663129: hue angle of 7.87º 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 #663129 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 49 | 41 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.6 |
| HSL | 7.87º | 0.43% | 0.28% | - |
| HSV(B) | 7.87º | 0.6% | 0.4% | - |
| XYZ | 6.98 | 5.18 | 2.73 | - |
| YUV | 63.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 41 | 0 | 0.52 | 0.60 | 0.6 | 7.87 | 0.43 | 0.28 |
| Hex | 66 | 31 | 29 | 0 | 34 | 3C | 3C | 8 | 2B | 1C |
| Octal | 146 | 61 | 51 | 0 | 64 | 74 | 74 | 10 | 53 | 34 |
| Binary | 1100110 | 110001 | 101001 | 0 | 110100 | 111100 | 111100 | 1000 | 101011 | 11100 |
Color Harmonies of #663129
Complementary color
Monochromatic Colors of #663129
Black with #663129
Text Example
Text Example
White with #663129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663129; }
p { color: rgb(102,49,41); }
H1.HeaderClassName
{
color: #663129;
}
.AnyTagClassName
{
color: #663129;
}
</style>
background-color css
<style>
a { background-color: #663129; }
a { background-color: rgb(102,49,41); }
div.DivClassName
{
background-color: #663129;
}
.BgClassName
{
background-color: #663129;
}
</style>
border-color css
<style>
span { border-color: #663129; }
span { border-color: rgb(102,49,41); }
td.TdClassName
{
border-color: #663129;
}
.TagClassName
{
border-color: #663129;
}
</style>