Shades of Hairy Heath #64311F
Tints of Hairy Heath #64311F
RGB
CMYK
RGB Variations
Color information
#64311F (or 0x64311F) is known color: Hairy Heath. HEX triplet: 64, 31 and 1F. RGB value is (100,49,31). Sum of RGB (Red+Green+Blue) = 100+49+31=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64311F is #9BCEE0. Grayscale: #3E3E3E. Windows color (decimal): -10211041 or 2044260. OLE color: 2044260.
HSL color Cylindrical-coordinate representation of color #64311F: hue angle of 15.65º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64311F is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 31 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.61 |
| HSL | 15.65º | 0.53% | 0.26% | - |
| HSV(B) | 15.65º | 0.69% | 0.39% | - |
| XYZ | 6.6 | 5 | 1.91 | - |
| YUV | 62.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 31 | 0 | 0.51 | 0.69 | 0.61 | 15.65 | 0.53 | 0.26 |
| Hex | 64 | 31 | 1F | 0 | 33 | 45 | 3D | 10 | 35 | 1A |
| Octal | 144 | 61 | 37 | 0 | 63 | 105 | 75 | 20 | 65 | 32 |
| Binary | 1100100 | 110001 | 11111 | 0 | 110011 | 1000101 | 111101 | 10000 | 110101 | 11010 |
Color Harmonies of #64311F
Complementary color
Monochromatic Colors of #64311F
Black with #64311F
Text Example
Text Example
White with #64311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64311F; }
p { color: rgb(100,49,31); }
H1.HeaderClassName
{
color: #64311F;
}
.AnyTagClassName
{
color: #64311F;
}
</style>
background-color css
<style>
a { background-color: #64311F; }
a { background-color: rgb(100,49,31); }
div.DivClassName
{
background-color: #64311F;
}
.BgClassName
{
background-color: #64311F;
}
</style>
border-color css
<style>
span { border-color: #64311F; }
span { border-color: rgb(100,49,31); }
td.TdClassName
{
border-color: #64311F;
}
.TagClassName
{
border-color: #64311F;
}
</style>