Shades of Hairy Heath #63362A
Tints of Hairy Heath #63362A
RGB
CMYK
RGB Variations
Color information
#63362A (or 0x63362A) is known color: Hairy Heath. HEX triplet: 63, 36 and 2A. RGB value is (99,54,42). Sum of RGB (Red+Green+Blue) = 99+54+42=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63362A is #9CC9D5. Grayscale: #424242. Windows color (decimal): -10275286 or 2766435. OLE color: 2766435.
HSL color Cylindrical-coordinate representation of color #63362A: hue angle of 12.63º 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 #63362A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 54 | 42 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.61 |
| HSL | 12.63º | 0.4% | 0.28% | - |
| HSV(B) | 12.63º | 0.58% | 0.39% | - |
| XYZ | 6.88 | 5.46 | 2.88 | - |
| YUV | 66.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 42 | 0 | 0.45 | 0.58 | 0.61 | 12.63 | 0.4 | 0.28 |
| Hex | 63 | 36 | 2A | 0 | 2D | 3A | 3D | D | 28 | 1C |
| Octal | 143 | 66 | 52 | 0 | 55 | 72 | 75 | 15 | 50 | 34 |
| Binary | 1100011 | 110110 | 101010 | 0 | 101101 | 111010 | 111101 | 1101 | 101000 | 11100 |
Color Harmonies of #63362A
Complementary color
Monochromatic Colors of #63362A
Black with #63362A
Text Example
Text Example
White with #63362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63362A; }
p { color: rgb(99,54,42); }
H1.HeaderClassName
{
color: #63362A;
}
.AnyTagClassName
{
color: #63362A;
}
</style>
background-color css
<style>
a { background-color: #63362A; }
a { background-color: rgb(99,54,42); }
div.DivClassName
{
background-color: #63362A;
}
.BgClassName
{
background-color: #63362A;
}
</style>
border-color css
<style>
span { border-color: #63362A; }
span { border-color: rgb(99,54,42); }
td.TdClassName
{
border-color: #63362A;
}
.TagClassName
{
border-color: #63362A;
}
</style>