Shades of Hairy Heath #63352A
Tints of Hairy Heath #63352A
RGB
CMYK
RGB Variations
Color information
#63352A (or 0x63352A) is known color: Hairy Heath. HEX triplet: 63, 35 and 2A. RGB value is (99,53,42). Sum of RGB (Red+Green+Blue) = 99+53+42=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63352A is #9CCAD5. Grayscale: #414141. Windows color (decimal): -10275542 or 2766179. OLE color: 2766179.
HSL color Cylindrical-coordinate representation of color #63352A: hue angle of 11.58º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63352A is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 42 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.61 |
| HSL | 11.58º | 0.4% | 0.28% | - |
| HSV(B) | 11.58º | 0.58% | 0.39% | - |
| XYZ | 6.84 | 5.37 | 2.87 | - |
| YUV | 65.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 42 | 0 | 0.46 | 0.58 | 0.61 | 11.58 | 0.4 | 0.28 |
| Hex | 63 | 35 | 2A | 0 | 2E | 3A | 3D | C | 28 | 1C |
| Octal | 143 | 65 | 52 | 0 | 56 | 72 | 75 | 14 | 50 | 34 |
| Binary | 1100011 | 110101 | 101010 | 0 | 101110 | 111010 | 111101 | 1100 | 101000 | 11100 |
Color Harmonies of #63352A
Complementary color
Monochromatic Colors of #63352A
Black with #63352A
Text Example
Text Example
White with #63352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63352A; }
p { color: rgb(99,53,42); }
H1.HeaderClassName
{
color: #63352A;
}
.AnyTagClassName
{
color: #63352A;
}
</style>
background-color css
<style>
a { background-color: #63352A; }
a { background-color: rgb(99,53,42); }
div.DivClassName
{
background-color: #63352A;
}
.BgClassName
{
background-color: #63352A;
}
</style>
border-color css
<style>
span { border-color: #63352A; }
span { border-color: rgb(99,53,42); }
td.TdClassName
{
border-color: #63352A;
}
.TagClassName
{
border-color: #63352A;
}
</style>