Shades of Hairy Heath #61301E
Tints of Hairy Heath #61301E
RGB
CMYK
RGB Variations
Color information
#61301E (or 0x61301E) is known color: Hairy Heath. HEX triplet: 61, 30 and 1E. RGB value is (97,48,30). Sum of RGB (Red+Green+Blue) = 97+48+30=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61301E is #9ECFE1. Grayscale: #3C3C3C. Windows color (decimal): -10407906 or 1978465. OLE color: 1978465.
HSL color Cylindrical-coordinate representation of color #61301E: hue angle of 16.12º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61301E is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 48 | 30 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.62 |
| HSL | 16.12º | 0.53% | 0.25% | - |
| HSV(B) | 16.12º | 0.69% | 0.38% | - |
| XYZ | 6.22 | 4.75 | 1.82 | - |
| YUV | 60.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 48 | 30 | 0 | 0.51 | 0.69 | 0.62 | 16.12 | 0.53 | 0.25 |
| Hex | 61 | 30 | 1E | 0 | 33 | 45 | 3E | 10 | 35 | 19 |
| Octal | 141 | 60 | 36 | 0 | 63 | 105 | 76 | 20 | 65 | 31 |
| Binary | 1100001 | 110000 | 11110 | 0 | 110011 | 1000101 | 111110 | 10000 | 110101 | 11001 |
Color Harmonies of #61301E
Complementary color
Monochromatic Colors of #61301E
Black with #61301E
Text Example
Text Example
White with #61301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61301E; }
p { color: rgb(97,48,30); }
H1.HeaderClassName
{
color: #61301E;
}
.AnyTagClassName
{
color: #61301E;
}
</style>
background-color css
<style>
a { background-color: #61301E; }
a { background-color: rgb(97,48,30); }
div.DivClassName
{
background-color: #61301E;
}
.BgClassName
{
background-color: #61301E;
}
</style>
border-color css
<style>
span { border-color: #61301E; }
span { border-color: rgb(97,48,30); }
td.TdClassName
{
border-color: #61301E;
}
.TagClassName
{
border-color: #61301E;
}
</style>