Shades of Hairy Heath #63352C
Tints of Hairy Heath #63352C
RGB
CMYK
RGB Variations
Color information
#63352C (or 0x63352C) is known color: Hairy Heath. HEX triplet: 63, 35 and 2C. RGB value is (99,53,44). Sum of RGB (Red+Green+Blue) = 99+53+44=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63352C is #9CCAD3. Grayscale: #414141. Windows color (decimal): -10275540 or 2897251. OLE color: 2897251.
HSL color Cylindrical-coordinate representation of color #63352C: hue angle of 9.82º 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 #63352C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 44 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.61 |
| HSL | 9.82º | 0.38% | 0.28% | - |
| HSV(B) | 9.82º | 0.56% | 0.39% | - |
| XYZ | 6.87 | 5.38 | 3.06 | - |
| YUV | 65.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 44 | 0 | 0.46 | 0.56 | 0.61 | 9.82 | 0.38 | 0.28 |
| Hex | 63 | 35 | 2C | 0 | 2E | 38 | 3D | A | 26 | 1C |
| Octal | 143 | 65 | 54 | 0 | 56 | 70 | 75 | 12 | 46 | 34 |
| Binary | 1100011 | 110101 | 101100 | 0 | 101110 | 111000 | 111101 | 1010 | 100110 | 11100 |
Color Harmonies of #63352C
Complementary color
Monochromatic Colors of #63352C
Black with #63352C
Text Example
Text Example
White with #63352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63352C; }
p { color: rgb(99,53,44); }
H1.HeaderClassName
{
color: #63352C;
}
.AnyTagClassName
{
color: #63352C;
}
</style>
background-color css
<style>
a { background-color: #63352C; }
a { background-color: rgb(99,53,44); }
div.DivClassName
{
background-color: #63352C;
}
.BgClassName
{
background-color: #63352C;
}
</style>
border-color css
<style>
span { border-color: #63352C; }
span { border-color: rgb(99,53,44); }
td.TdClassName
{
border-color: #63352C;
}
.TagClassName
{
border-color: #63352C;
}
</style>