Shades of Hairy Heath #63392C
Tints of Hairy Heath #63392C
RGB
CMYK
RGB Variations
Color information
#63392C (or 0x63392C) is known color: Hairy Heath. HEX triplet: 63, 39 and 2C. RGB value is (99,57,44). Sum of RGB (Red+Green+Blue) = 99+57+44=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63392C is #9CC6D3. Grayscale: #444444. Windows color (decimal): -10274516 or 2898275. OLE color: 2898275.
HSL color Cylindrical-coordinate representation of color #63392C: hue angle of 14.18º 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 #63392C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 44 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.61 |
| HSL | 14.18º | 0.38% | 0.28% | - |
| HSV(B) | 14.18º | 0.56% | 0.39% | - |
| XYZ | 7.06 | 5.76 | 3.12 | - |
| YUV | 68.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 44 | 0 | 0.42 | 0.56 | 0.61 | 14.18 | 0.38 | 0.28 |
| Hex | 63 | 39 | 2C | 0 | 2A | 38 | 3D | E | 26 | 1C |
| Octal | 143 | 71 | 54 | 0 | 52 | 70 | 75 | 16 | 46 | 34 |
| Binary | 1100011 | 111001 | 101100 | 0 | 101010 | 111000 | 111101 | 1110 | 100110 | 11100 |
Color Harmonies of #63392C
Complementary color
Monochromatic Colors of #63392C
Black with #63392C
Text Example
Text Example
White with #63392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63392C; }
p { color: rgb(99,57,44); }
H1.HeaderClassName
{
color: #63392C;
}
.AnyTagClassName
{
color: #63392C;
}
</style>
background-color css
<style>
a { background-color: #63392C; }
a { background-color: rgb(99,57,44); }
div.DivClassName
{
background-color: #63392C;
}
.BgClassName
{
background-color: #63392C;
}
</style>
border-color css
<style>
span { border-color: #63392C; }
span { border-color: rgb(99,57,44); }
td.TdClassName
{
border-color: #63392C;
}
.TagClassName
{
border-color: #63392C;
}
</style>