Shades of Hairy Heath #61382A
Tints of Hairy Heath #61382A
RGB
CMYK
RGB Variations
Color information
#61382A (or 0x61382A) is known color: Hairy Heath. HEX triplet: 61, 38 and 2A. RGB value is (97,56,42). Sum of RGB (Red+Green+Blue) = 97+56+42=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61382A is #9EC7D5. Grayscale: #424242. Windows color (decimal): -10405846 or 2766945. OLE color: 2766945.
HSL color Cylindrical-coordinate representation of color #61382A: hue angle of 15.27º 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 #61382A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 56 | 42 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.62 |
| HSL | 15.27º | 0.4% | 0.27% | - |
| HSV(B) | 15.27º | 0.57% | 0.38% | - |
| XYZ | 6.76 | 5.54 | 2.9 | - |
| YUV | 66.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 42 | 0 | 0.42 | 0.57 | 0.62 | 15.27 | 0.4 | 0.27 |
| Hex | 61 | 38 | 2A | 0 | 2A | 39 | 3E | F | 28 | 1B |
| Octal | 141 | 70 | 52 | 0 | 52 | 71 | 76 | 17 | 50 | 33 |
| Binary | 1100001 | 111000 | 101010 | 0 | 101010 | 111001 | 111110 | 1111 | 101000 | 11011 |
Color Harmonies of #61382A
Complementary color
Monochromatic Colors of #61382A
Black with #61382A
Text Example
Text Example
White with #61382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61382A; }
p { color: rgb(97,56,42); }
H1.HeaderClassName
{
color: #61382A;
}
.AnyTagClassName
{
color: #61382A;
}
</style>
background-color css
<style>
a { background-color: #61382A; }
a { background-color: rgb(97,56,42); }
div.DivClassName
{
background-color: #61382A;
}
.BgClassName
{
background-color: #61382A;
}
</style>
border-color css
<style>
span { border-color: #61382A; }
span { border-color: rgb(97,56,42); }
td.TdClassName
{
border-color: #61382A;
}
.TagClassName
{
border-color: #61382A;
}
</style>