Shades of Hairy Heath #61362A
Tints of Hairy Heath #61362A
RGB
CMYK
RGB Variations
Color information
#61362A (or 0x61362A) is known color: Hairy Heath. HEX triplet: 61, 36 and 2A. RGB value is (97,54,42). Sum of RGB (Red+Green+Blue) = 97+54+42=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61362A is #9EC9D5. Grayscale: #414141. Windows color (decimal): -10406358 or 2766433. OLE color: 2766433.
HSL color Cylindrical-coordinate representation of color #61362A: hue angle of 13.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61362A is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 42 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.62 |
| HSL | 13.09º | 0.4% | 0.27% | - |
| HSV(B) | 13.09º | 0.57% | 0.38% | - |
| XYZ | 6.67 | 5.35 | 2.87 | - |
| YUV | 65.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 42 | 0 | 0.44 | 0.57 | 0.62 | 13.09 | 0.4 | 0.27 |
| Hex | 61 | 36 | 2A | 0 | 2C | 39 | 3E | D | 28 | 1B |
| Octal | 141 | 66 | 52 | 0 | 54 | 71 | 76 | 15 | 50 | 33 |
| Binary | 1100001 | 110110 | 101010 | 0 | 101100 | 111001 | 111110 | 1101 | 101000 | 11011 |
Color Harmonies of #61362A
Complementary color
Monochromatic Colors of #61362A
Black with #61362A
Text Example
Text Example
White with #61362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61362A; }
p { color: rgb(97,54,42); }
H1.HeaderClassName
{
color: #61362A;
}
.AnyTagClassName
{
color: #61362A;
}
</style>
background-color css
<style>
a { background-color: #61362A; }
a { background-color: rgb(97,54,42); }
div.DivClassName
{
background-color: #61362A;
}
.BgClassName
{
background-color: #61362A;
}
</style>
border-color css
<style>
span { border-color: #61362A; }
span { border-color: rgb(97,54,42); }
td.TdClassName
{
border-color: #61362A;
}
.TagClassName
{
border-color: #61362A;
}
</style>