Shades of Hairy Heath #63342C
Tints of Hairy Heath #63342C
RGB
CMYK
RGB Variations
Color information
#63342C (or 0x63342C) is known color: Hairy Heath. HEX triplet: 63, 34 and 2C. RGB value is (99,52,44). Sum of RGB (Red+Green+Blue) = 99+52+44=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63342C is #9CCBD3. Grayscale: #414141. Windows color (decimal): -10275796 or 2896995. OLE color: 2896995.
HSL color Cylindrical-coordinate representation of color #63342C: hue angle of 8.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63342C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 44 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.61 |
| HSL | 8.73º | 0.38% | 0.28% | - |
| HSV(B) | 8.73º | 0.56% | 0.39% | - |
| XYZ | 6.83 | 5.29 | 3.04 | - |
| YUV | 65.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 44 | 0 | 0.47 | 0.56 | 0.61 | 8.73 | 0.38 | 0.28 |
| Hex | 63 | 34 | 2C | 0 | 2F | 38 | 3D | 9 | 26 | 1C |
| Octal | 143 | 64 | 54 | 0 | 57 | 70 | 75 | 11 | 46 | 34 |
| Binary | 1100011 | 110100 | 101100 | 0 | 101111 | 111000 | 111101 | 1001 | 100110 | 11100 |
Color Harmonies of #63342C
Complementary color
Monochromatic Colors of #63342C
Black with #63342C
Text Example
Text Example
White with #63342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63342C; }
p { color: rgb(99,52,44); }
H1.HeaderClassName
{
color: #63342C;
}
.AnyTagClassName
{
color: #63342C;
}
</style>
background-color css
<style>
a { background-color: #63342C; }
a { background-color: rgb(99,52,44); }
div.DivClassName
{
background-color: #63342C;
}
.BgClassName
{
background-color: #63342C;
}
</style>
border-color css
<style>
span { border-color: #63342C; }
span { border-color: rgb(99,52,44); }
td.TdClassName
{
border-color: #63342C;
}
.TagClassName
{
border-color: #63342C;
}
</style>