Shades of Hairy Heath #66382E
Tints of Hairy Heath #66382E
RGB
CMYK
RGB Variations
Color information
#66382E (or 0x66382E) is known color: Hairy Heath. HEX triplet: 66, 38 and 2E. RGB value is (102,56,46). Sum of RGB (Red+Green+Blue) = 102+56+46=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #66382E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66382E is #99C7D1. Grayscale: #444444. Windows color (decimal): -10078162 or 3029094. OLE color: 3029094.
HSL color Cylindrical-coordinate representation of color #66382E: hue angle of 10.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66382E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 46 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.6 |
| HSL | 10.71º | 0.38% | 0.29% | - |
| HSV(B) | 10.71º | 0.55% | 0.4% | - |
| XYZ | 7.39 | 5.85 | 3.32 | - |
| YUV | 68.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 46 | 0 | 0.45 | 0.55 | 0.6 | 10.71 | 0.38 | 0.29 |
| Hex | 66 | 38 | 2E | 0 | 2D | 37 | 3C | B | 26 | 1D |
| Octal | 146 | 70 | 56 | 0 | 55 | 67 | 74 | 13 | 46 | 35 |
| Binary | 1100110 | 111000 | 101110 | 0 | 101101 | 110111 | 111100 | 1011 | 100110 | 11101 |
Color Harmonies of #66382E
Complementary color
Monochromatic Colors of #66382E
Black with #66382E
Text Example
Text Example
White with #66382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66382E; }
p { color: rgb(102,56,46); }
H1.HeaderClassName
{
color: #66382E;
}
.AnyTagClassName
{
color: #66382E;
}
</style>
background-color css
<style>
a { background-color: #66382E; }
a { background-color: rgb(102,56,46); }
div.DivClassName
{
background-color: #66382E;
}
.BgClassName
{
background-color: #66382E;
}
</style>
border-color css
<style>
span { border-color: #66382E; }
span { border-color: rgb(102,56,46); }
td.TdClassName
{
border-color: #66382E;
}
.TagClassName
{
border-color: #66382E;
}
</style>