Shades of Hairy Heath #64311E
Tints of Hairy Heath #64311E
RGB
CMYK
RGB Variations
Color information
#64311E (or 0x64311E) is known color: Hairy Heath. HEX triplet: 64, 31 and 1E. RGB value is (100,49,30). Sum of RGB (Red+Green+Blue) = 100+49+30=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64311E is #9BCEE1. Grayscale: #3E3E3E. Windows color (decimal): -10211042 or 1978724. OLE color: 1978724.
HSL color Cylindrical-coordinate representation of color #64311E: hue angle of 16.29º 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 #64311E is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 30 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.61 |
| HSL | 16.29º | 0.54% | 0.25% | - |
| HSV(B) | 16.29º | 0.7% | 0.39% | - |
| XYZ | 6.59 | 5 | 1.85 | - |
| YUV | 62.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 30 | 0 | 0.51 | 0.70 | 0.61 | 16.29 | 0.54 | 0.25 |
| Hex | 64 | 31 | 1E | 0 | 33 | 46 | 3D | 10 | 36 | 19 |
| Octal | 144 | 61 | 36 | 0 | 63 | 106 | 75 | 20 | 66 | 31 |
| Binary | 1100100 | 110001 | 11110 | 0 | 110011 | 1000110 | 111101 | 10000 | 110110 | 11001 |
Color Harmonies of #64311E
Complementary color
Monochromatic Colors of #64311E
Black with #64311E
Text Example
Text Example
White with #64311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64311E; }
p { color: rgb(100,49,30); }
H1.HeaderClassName
{
color: #64311E;
}
.AnyTagClassName
{
color: #64311E;
}
</style>
background-color css
<style>
a { background-color: #64311E; }
a { background-color: rgb(100,49,30); }
div.DivClassName
{
background-color: #64311E;
}
.BgClassName
{
background-color: #64311E;
}
</style>
border-color css
<style>
span { border-color: #64311E; }
span { border-color: rgb(100,49,30); }
td.TdClassName
{
border-color: #64311E;
}
.TagClassName
{
border-color: #64311E;
}
</style>