Shades of Hairy Heath #632F20
Tints of Hairy Heath #632F20
RGB
CMYK
RGB Variations
Color information
#632F20 (or 0x632F20) is known color: Hairy Heath. HEX triplet: 63, 2F and 20. RGB value is (99,47,32). Sum of RGB (Red+Green+Blue) = 99+47+32=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #632F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F20 is #9CD0DF. Grayscale: #3C3C3C. Windows color (decimal): -10277088 or 2109283. OLE color: 2109283.
HSL color Cylindrical-coordinate representation of color #632F20: hue angle of 13.43º 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 #632F20 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 32 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.61 |
| HSL | 13.43º | 0.51% | 0.26% | - |
| HSV(B) | 13.43º | 0.68% | 0.39% | - |
| XYZ | 6.42 | 4.79 | 1.95 | - |
| YUV | 60.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 32 | 0 | 0.53 | 0.68 | 0.61 | 13.43 | 0.51 | 0.26 |
| Hex | 63 | 2F | 20 | 0 | 35 | 44 | 3D | D | 33 | 1A |
| Octal | 143 | 57 | 40 | 0 | 65 | 104 | 75 | 15 | 63 | 32 |
| Binary | 1100011 | 101111 | 100000 | 0 | 110101 | 1000100 | 111101 | 1101 | 110011 | 11010 |
Color Harmonies of #632F20
Complementary color
Monochromatic Colors of #632F20
Black with #632F20
Text Example
Text Example
White with #632F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F20; }
p { color: rgb(99,47,32); }
H1.HeaderClassName
{
color: #632F20;
}
.AnyTagClassName
{
color: #632F20;
}
</style>
background-color css
<style>
a { background-color: #632F20; }
a { background-color: rgb(99,47,32); }
div.DivClassName
{
background-color: #632F20;
}
.BgClassName
{
background-color: #632F20;
}
</style>
border-color css
<style>
span { border-color: #632F20; }
span { border-color: rgb(99,47,32); }
td.TdClassName
{
border-color: #632F20;
}
.TagClassName
{
border-color: #632F20;
}
</style>