Shades of Hairy Heath #66382A
Tints of Hairy Heath #66382A
RGB
CMYK
RGB Variations
Color information
#66382A (or 0x66382A) is known color: Hairy Heath. HEX triplet: 66, 38 and 2A. RGB value is (102,56,42). Sum of RGB (Red+Green+Blue) = 102+56+42=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66382A is #99C7D5. Grayscale: #444444. Windows color (decimal): -10078166 or 2766950. OLE color: 2766950.
HSL color Cylindrical-coordinate representation of color #66382A: hue angle of 14º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66382A is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 56 | 42 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.6 |
| HSL | 14º | 0.42% | 0.28% | - |
| HSV(B) | 14º | 0.59% | 0.4% | - |
| XYZ | 7.31 | 5.82 | 2.93 | - |
| YUV | 68.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 42 | 0 | 0.45 | 0.59 | 0.6 | 14 | 0.42 | 0.28 |
| Hex | 66 | 38 | 2A | 0 | 2D | 3B | 3C | E | 2A | 1C |
| Octal | 146 | 70 | 52 | 0 | 55 | 73 | 74 | 16 | 52 | 34 |
| Binary | 1100110 | 111000 | 101010 | 0 | 101101 | 111011 | 111100 | 1110 | 101010 | 11100 |
Color Harmonies of #66382A
Complementary color
Monochromatic Colors of #66382A
Black with #66382A
Text Example
Text Example
White with #66382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66382A; }
p { color: rgb(102,56,42); }
H1.HeaderClassName
{
color: #66382A;
}
.AnyTagClassName
{
color: #66382A;
}
</style>
background-color css
<style>
a { background-color: #66382A; }
a { background-color: rgb(102,56,42); }
div.DivClassName
{
background-color: #66382A;
}
.BgClassName
{
background-color: #66382A;
}
</style>
border-color css
<style>
span { border-color: #66382A; }
span { border-color: rgb(102,56,42); }
td.TdClassName
{
border-color: #66382A;
}
.TagClassName
{
border-color: #66382A;
}
</style>