Shades of Hairy Heath #61362B
Tints of Hairy Heath #61362B
RGB
CMYK
RGB Variations
Color information
#61362B (or 0x61362B) is known color: Hairy Heath. HEX triplet: 61, 36 and 2B. RGB value is (97,54,43). Sum of RGB (Red+Green+Blue) = 97+54+43=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61362B is #9EC9D4. Grayscale: #414141. Windows color (decimal): -10406357 or 2831969. OLE color: 2831969.
HSL color Cylindrical-coordinate representation of color #61362B: hue angle of 12.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61362B is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 43 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.62 |
| HSL | 12.22º | 0.39% | 0.27% | - |
| HSV(B) | 12.22º | 0.56% | 0.38% | - |
| XYZ | 6.68 | 5.35 | 2.97 | - |
| YUV | 65.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 43 | 0 | 0.44 | 0.56 | 0.62 | 12.22 | 0.39 | 0.27 |
| Hex | 61 | 36 | 2B | 0 | 2C | 38 | 3E | C | 27 | 1B |
| Octal | 141 | 66 | 53 | 0 | 54 | 70 | 76 | 14 | 47 | 33 |
| Binary | 1100001 | 110110 | 101011 | 0 | 101100 | 111000 | 111110 | 1100 | 100111 | 11011 |
Color Harmonies of #61362B
Complementary color
Monochromatic Colors of #61362B
Black with #61362B
Text Example
Text Example
White with #61362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61362B; }
p { color: rgb(97,54,43); }
H1.HeaderClassName
{
color: #61362B;
}
.AnyTagClassName
{
color: #61362B;
}
</style>
background-color css
<style>
a { background-color: #61362B; }
a { background-color: rgb(97,54,43); }
div.DivClassName
{
background-color: #61362B;
}
.BgClassName
{
background-color: #61362B;
}
</style>
border-color css
<style>
span { border-color: #61362B; }
span { border-color: rgb(97,54,43); }
td.TdClassName
{
border-color: #61362B;
}
.TagClassName
{
border-color: #61362B;
}
</style>