Shades of Hairy Heath #663927
Tints of Hairy Heath #663927
RGB
CMYK
RGB Variations
Color information
#663927 (or 0x663927) is known color: Hairy Heath. HEX triplet: 66, 39 and 27. RGB value is (102,57,39). Sum of RGB (Red+Green+Blue) = 102+57+39=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #663927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663927 is #99C6D8. Grayscale: #444444. Windows color (decimal): -10077913 or 2570598. OLE color: 2570598.
HSL color Cylindrical-coordinate representation of color #663927: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663927 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 57 | 39 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.6 |
| HSL | 17.14º | 0.45% | 0.28% | - |
| HSV(B) | 17.14º | 0.62% | 0.4% | - |
| XYZ | 7.31 | 5.9 | 2.67 | - |
| YUV | 68.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 39 | 0 | 0.44 | 0.62 | 0.6 | 17.14 | 0.45 | 0.28 |
| Hex | 66 | 39 | 27 | 0 | 2C | 3E | 3C | 11 | 2D | 1C |
| Octal | 146 | 71 | 47 | 0 | 54 | 76 | 74 | 21 | 55 | 34 |
| Binary | 1100110 | 111001 | 100111 | 0 | 101100 | 111110 | 111100 | 10001 | 101101 | 11100 |
Color Harmonies of #663927
Complementary color
Monochromatic Colors of #663927
Black with #663927
Text Example
Text Example
White with #663927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663927; }
p { color: rgb(102,57,39); }
H1.HeaderClassName
{
color: #663927;
}
.AnyTagClassName
{
color: #663927;
}
</style>
background-color css
<style>
a { background-color: #663927; }
a { background-color: rgb(102,57,39); }
div.DivClassName
{
background-color: #663927;
}
.BgClassName
{
background-color: #663927;
}
</style>
border-color css
<style>
span { border-color: #663927; }
span { border-color: rgb(102,57,39); }
td.TdClassName
{
border-color: #663927;
}
.TagClassName
{
border-color: #663927;
}
</style>