Shades of Hairy Heath #65301E
Tints of Hairy Heath #65301E
RGB
CMYK
RGB Variations
Color information
#65301E (or 0x65301E) is known color: Hairy Heath. HEX triplet: 65, 30 and 1E. RGB value is (101,48,30). Sum of RGB (Red+Green+Blue) = 101+48+30=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65301E is #9ACFE1. Grayscale: #3D3D3D. Windows color (decimal): -10145762 or 1978469. OLE color: 1978469.
HSL color Cylindrical-coordinate representation of color #65301E: hue angle of 15.21º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65301E is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 30 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.60 |
| HSL | 15.21º | 0.54% | 0.26% | - |
| HSV(B) | 15.21º | 0.7% | 0.4% | - |
| XYZ | 6.66 | 4.97 | 1.84 | - |
| YUV | 61.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 30 | 0 | 0.52 | 0.70 | 0.60 | 15.21 | 0.54 | 0.26 |
| Hex | 65 | 30 | 1E | 0 | 34 | 46 | 3C | F | 36 | 1A |
| Octal | 145 | 60 | 36 | 0 | 64 | 106 | 74 | 17 | 66 | 32 |
| Binary | 1100101 | 110000 | 11110 | 0 | 110100 | 1000110 | 111100 | 1111 | 110110 | 11010 |
Color Harmonies of #65301E
Complementary color
Monochromatic Colors of #65301E
Black with #65301E
Text Example
Text Example
White with #65301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65301E; }
p { color: rgb(101,48,30); }
H1.HeaderClassName
{
color: #65301E;
}
.AnyTagClassName
{
color: #65301E;
}
</style>
background-color css
<style>
a { background-color: #65301E; }
a { background-color: rgb(101,48,30); }
div.DivClassName
{
background-color: #65301E;
}
.BgClassName
{
background-color: #65301E;
}
</style>
border-color css
<style>
span { border-color: #65301E; }
span { border-color: rgb(101,48,30); }
td.TdClassName
{
border-color: #65301E;
}
.TagClassName
{
border-color: #65301E;
}
</style>