Shades of Hairy Heath #63362B
Tints of Hairy Heath #63362B
RGB
CMYK
RGB Variations
Color information
#63362B (or 0x63362B) is known color: Hairy Heath. HEX triplet: 63, 36 and 2B. RGB value is (99,54,43). Sum of RGB (Red+Green+Blue) = 99+54+43=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63362B is #9CC9D4. Grayscale: #424242. Windows color (decimal): -10275285 or 2831971. OLE color: 2831971.
HSL color Cylindrical-coordinate representation of color #63362B: hue angle of 11.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63362B is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 54 | 43 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.61 |
| HSL | 11.79º | 0.39% | 0.28% | - |
| HSV(B) | 11.79º | 0.57% | 0.39% | - |
| XYZ | 6.9 | 5.47 | 2.98 | - |
| YUV | 66.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 43 | 0 | 0.45 | 0.57 | 0.61 | 11.79 | 0.39 | 0.28 |
| Hex | 63 | 36 | 2B | 0 | 2D | 39 | 3D | C | 27 | 1C |
| Octal | 143 | 66 | 53 | 0 | 55 | 71 | 75 | 14 | 47 | 34 |
| Binary | 1100011 | 110110 | 101011 | 0 | 101101 | 111001 | 111101 | 1100 | 100111 | 11100 |
Color Harmonies of #63362B
Complementary color
Monochromatic Colors of #63362B
Black with #63362B
Text Example
Text Example
White with #63362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63362B; }
p { color: rgb(99,54,43); }
H1.HeaderClassName
{
color: #63362B;
}
.AnyTagClassName
{
color: #63362B;
}
</style>
background-color css
<style>
a { background-color: #63362B; }
a { background-color: rgb(99,54,43); }
div.DivClassName
{
background-color: #63362B;
}
.BgClassName
{
background-color: #63362B;
}
</style>
border-color css
<style>
span { border-color: #63362B; }
span { border-color: rgb(99,54,43); }
td.TdClassName
{
border-color: #63362B;
}
.TagClassName
{
border-color: #63362B;
}
</style>