Shades of Hairy Heath #663B2F
Tints of Hairy Heath #663B2F
RGB
CMYK
RGB Variations
Color information
#663B2F (or 0x663B2F) is known color: Hairy Heath. HEX triplet: 66, 3B and 2F. RGB value is (102,59,47). Sum of RGB (Red+Green+Blue) = 102+59+47=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #663B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B2F is #99C4D0. Grayscale: #464646. Windows color (decimal): -10077393 or 3095398. OLE color: 3095398.
HSL color Cylindrical-coordinate representation of color #663B2F: hue angle of 13.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #663B2F is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 47 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.6 |
| HSL | 13.09º | 0.37% | 0.29% | - |
| HSV(B) | 13.09º | 0.54% | 0.4% | - |
| XYZ | 7.56 | 6.16 | 3.48 | - |
| YUV | 70.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 47 | 0 | 0.42 | 0.54 | 0.6 | 13.09 | 0.37 | 0.29 |
| Hex | 66 | 3B | 2F | 0 | 2A | 36 | 3C | D | 25 | 1D |
| Octal | 146 | 73 | 57 | 0 | 52 | 66 | 74 | 15 | 45 | 35 |
| Binary | 1100110 | 111011 | 101111 | 0 | 101010 | 110110 | 111100 | 1101 | 100101 | 11101 |
Color Harmonies of #663B2F
Complementary color
Monochromatic Colors of #663B2F
Black with #663B2F
Text Example
Text Example
White with #663B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B2F; }
p { color: rgb(102,59,47); }
H1.HeaderClassName
{
color: #663B2F;
}
.AnyTagClassName
{
color: #663B2F;
}
</style>
background-color css
<style>
a { background-color: #663B2F; }
a { background-color: rgb(102,59,47); }
div.DivClassName
{
background-color: #663B2F;
}
.BgClassName
{
background-color: #663B2F;
}
</style>
border-color css
<style>
span { border-color: #663B2F; }
span { border-color: rgb(102,59,47); }
td.TdClassName
{
border-color: #663B2F;
}
.TagClassName
{
border-color: #663B2F;
}
</style>