Shades of Hairy Heath #66362D
Tints of Hairy Heath #66362D
RGB
CMYK
RGB Variations
Color information
#66362D (or 0x66362D) is known color: Hairy Heath. HEX triplet: 66, 36 and 2D. RGB value is (102,54,45). Sum of RGB (Red+Green+Blue) = 102+54+45=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66362D is #99C9D2. Grayscale: #434343. Windows color (decimal): -10078675 or 2963046. OLE color: 2963046.
HSL color Cylindrical-coordinate representation of color #66362D: hue angle of 9.47º 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 #66362D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 45 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.6 |
| HSL | 9.47º | 0.39% | 0.29% | - |
| HSV(B) | 9.47º | 0.56% | 0.4% | - |
| XYZ | 7.27 | 5.65 | 3.19 | - |
| YUV | 67.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 45 | 0 | 0.47 | 0.56 | 0.6 | 9.47 | 0.39 | 0.29 |
| Hex | 66 | 36 | 2D | 0 | 2F | 38 | 3C | 9 | 27 | 1D |
| Octal | 146 | 66 | 55 | 0 | 57 | 70 | 74 | 11 | 47 | 35 |
| Binary | 1100110 | 110110 | 101101 | 0 | 101111 | 111000 | 111100 | 1001 | 100111 | 11101 |
Color Harmonies of #66362D
Complementary color
Monochromatic Colors of #66362D
Black with #66362D
Text Example
Text Example
White with #66362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66362D; }
p { color: rgb(102,54,45); }
H1.HeaderClassName
{
color: #66362D;
}
.AnyTagClassName
{
color: #66362D;
}
</style>
background-color css
<style>
a { background-color: #66362D; }
a { background-color: rgb(102,54,45); }
div.DivClassName
{
background-color: #66362D;
}
.BgClassName
{
background-color: #66362D;
}
</style>
border-color css
<style>
span { border-color: #66362D; }
span { border-color: rgb(102,54,45); }
td.TdClassName
{
border-color: #66362D;
}
.TagClassName
{
border-color: #66362D;
}
</style>