Shades of Hairy Heath #642E1E
Tints of Hairy Heath #642E1E
RGB
CMYK
RGB Variations
Color information
#642E1E (or 0x642E1E) is known color: Hairy Heath. HEX triplet: 64, 2E and 1E. RGB value is (100,46,30). Sum of RGB (Red+Green+Blue) = 100+46+30=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #642E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E1E is #9BD1E1. Grayscale: #3C3C3C. Windows color (decimal): -10211810 or 1977956. OLE color: 1977956.
HSL color Cylindrical-coordinate representation of color #642E1E: hue angle of 13.71º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642E1E is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 30 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.61 |
| HSL | 13.71º | 0.54% | 0.25% | - |
| HSV(B) | 13.71º | 0.7% | 0.39% | - |
| XYZ | 6.47 | 4.76 | 1.81 | - |
| YUV | 60.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 30 | 0 | 0.54 | 0.70 | 0.61 | 13.71 | 0.54 | 0.25 |
| Hex | 64 | 2E | 1E | 0 | 36 | 46 | 3D | E | 36 | 19 |
| Octal | 144 | 56 | 36 | 0 | 66 | 106 | 75 | 16 | 66 | 31 |
| Binary | 1100100 | 101110 | 11110 | 0 | 110110 | 1000110 | 111101 | 1110 | 110110 | 11001 |
Color Harmonies of #642E1E
Complementary color
Monochromatic Colors of #642E1E
Black with #642E1E
Text Example
Text Example
White with #642E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E1E; }
p { color: rgb(100,46,30); }
H1.HeaderClassName
{
color: #642E1E;
}
.AnyTagClassName
{
color: #642E1E;
}
</style>
background-color css
<style>
a { background-color: #642E1E; }
a { background-color: rgb(100,46,30); }
div.DivClassName
{
background-color: #642E1E;
}
.BgClassName
{
background-color: #642E1E;
}
</style>
border-color css
<style>
span { border-color: #642E1E; }
span { border-color: rgb(100,46,30); }
td.TdClassName
{
border-color: #642E1E;
}
.TagClassName
{
border-color: #642E1E;
}
</style>