Shades of Hairy Heath #632E20
Tints of Hairy Heath #632E20
RGB
CMYK
RGB Variations
Color information
#632E20 (or 0x632E20) is known color: Hairy Heath. HEX triplet: 63, 2E and 20. RGB value is (99,46,32). Sum of RGB (Red+Green+Blue) = 99+46+32=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #632E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E20 is #9CD1DF. Grayscale: #3C3C3C. Windows color (decimal): -10277344 or 2109027. OLE color: 2109027.
HSL color Cylindrical-coordinate representation of color #632E20: hue angle of 12.54º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632E20 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 32 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.61 |
| HSL | 12.54º | 0.51% | 0.26% | - |
| HSV(B) | 12.54º | 0.68% | 0.39% | - |
| XYZ | 6.38 | 4.71 | 1.94 | - |
| YUV | 60.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 32 | 0 | 0.54 | 0.68 | 0.61 | 12.54 | 0.51 | 0.26 |
| Hex | 63 | 2E | 20 | 0 | 36 | 44 | 3D | D | 33 | 1A |
| Octal | 143 | 56 | 40 | 0 | 66 | 104 | 75 | 15 | 63 | 32 |
| Binary | 1100011 | 101110 | 100000 | 0 | 110110 | 1000100 | 111101 | 1101 | 110011 | 11010 |
Color Harmonies of #632E20
Complementary color
Monochromatic Colors of #632E20
Black with #632E20
Text Example
Text Example
White with #632E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E20; }
p { color: rgb(99,46,32); }
H1.HeaderClassName
{
color: #632E20;
}
.AnyTagClassName
{
color: #632E20;
}
</style>
background-color css
<style>
a { background-color: #632E20; }
a { background-color: rgb(99,46,32); }
div.DivClassName
{
background-color: #632E20;
}
.BgClassName
{
background-color: #632E20;
}
</style>
border-color css
<style>
span { border-color: #632E20; }
span { border-color: rgb(99,46,32); }
td.TdClassName
{
border-color: #632E20;
}
.TagClassName
{
border-color: #632E20;
}
</style>