Shades of Hairy Heath #663B2D
Tints of Hairy Heath #663B2D
RGB
CMYK
RGB Variations
Color information
#663B2D (or 0x663B2D) is known color: Hairy Heath. HEX triplet: 66, 3B and 2D. RGB value is (102,59,45). Sum of RGB (Red+Green+Blue) = 102+59+45=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B2D is #99C4D2. Grayscale: #464646. Windows color (decimal): -10077395 or 2964326. OLE color: 2964326.
HSL color Cylindrical-coordinate representation of color #663B2D: hue angle of 14.74º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663B2D is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 45 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.6 |
| HSL | 14.74º | 0.39% | 0.29% | - |
| HSV(B) | 14.74º | 0.56% | 0.4% | - |
| XYZ | 7.52 | 6.14 | 3.27 | - |
| YUV | 70.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 45 | 0 | 0.42 | 0.56 | 0.6 | 14.74 | 0.39 | 0.29 |
| Hex | 66 | 3B | 2D | 0 | 2A | 38 | 3C | F | 27 | 1D |
| Octal | 146 | 73 | 55 | 0 | 52 | 70 | 74 | 17 | 47 | 35 |
| Binary | 1100110 | 111011 | 101101 | 0 | 101010 | 111000 | 111100 | 1111 | 100111 | 11101 |
Color Harmonies of #663B2D
Complementary color
Monochromatic Colors of #663B2D
Black with #663B2D
Text Example
Text Example
White with #663B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B2D; }
p { color: rgb(102,59,45); }
H1.HeaderClassName
{
color: #663B2D;
}
.AnyTagClassName
{
color: #663B2D;
}
</style>
background-color css
<style>
a { background-color: #663B2D; }
a { background-color: rgb(102,59,45); }
div.DivClassName
{
background-color: #663B2D;
}
.BgClassName
{
background-color: #663B2D;
}
</style>
border-color css
<style>
span { border-color: #663B2D; }
span { border-color: rgb(102,59,45); }
td.TdClassName
{
border-color: #663B2D;
}
.TagClassName
{
border-color: #663B2D;
}
</style>