Shades of Hairy Heath #62382C
Tints of Hairy Heath #62382C
RGB
CMYK
RGB Variations
Color information
#62382C (or 0x62382C) is known color: Hairy Heath. HEX triplet: 62, 38 and 2C. RGB value is (98,56,44). Sum of RGB (Red+Green+Blue) = 98+56+44=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62382C is #9DC7D3. Grayscale: #434343. Windows color (decimal): -10340308 or 2898018. OLE color: 2898018.
HSL color Cylindrical-coordinate representation of color #62382C: hue angle of 13.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62382C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 56 | 44 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.62 |
| HSL | 13.33º | 0.38% | 0.28% | - |
| HSV(B) | 13.33º | 0.55% | 0.38% | - |
| XYZ | 6.91 | 5.61 | 3.1 | - |
| YUV | 67.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 44 | 0 | 0.43 | 0.55 | 0.62 | 13.33 | 0.38 | 0.28 |
| Hex | 62 | 38 | 2C | 0 | 2B | 37 | 3E | D | 26 | 1C |
| Octal | 142 | 70 | 54 | 0 | 53 | 67 | 76 | 15 | 46 | 34 |
| Binary | 1100010 | 111000 | 101100 | 0 | 101011 | 110111 | 111110 | 1101 | 100110 | 11100 |
Color Harmonies of #62382C
Complementary color
Monochromatic Colors of #62382C
Black with #62382C
Text Example
Text Example
White with #62382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62382C; }
p { color: rgb(98,56,44); }
H1.HeaderClassName
{
color: #62382C;
}
.AnyTagClassName
{
color: #62382C;
}
</style>
background-color css
<style>
a { background-color: #62382C; }
a { background-color: rgb(98,56,44); }
div.DivClassName
{
background-color: #62382C;
}
.BgClassName
{
background-color: #62382C;
}
</style>
border-color css
<style>
span { border-color: #62382C; }
span { border-color: rgb(98,56,44); }
td.TdClassName
{
border-color: #62382C;
}
.TagClassName
{
border-color: #62382C;
}
</style>