Shades of Hairy Heath #633321
Tints of Hairy Heath #633321
RGB
CMYK
RGB Variations
Color information
#633321 (or 0x633321) is known color: Hairy Heath. HEX triplet: 63, 33 and 21. RGB value is (99,51,33). Sum of RGB (Red+Green+Blue) = 99+51+33=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #633321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633321 is #9CCCDE. Grayscale: #3F3F3F. Windows color (decimal): -10276063 or 2175843. OLE color: 2175843.
HSL color Cylindrical-coordinate representation of color #633321: hue angle of 16.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #633321 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 33 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.61 |
| HSL | 16.36º | 0.5% | 0.26% | - |
| HSV(B) | 16.36º | 0.67% | 0.39% | - |
| XYZ | 6.6 | 5.13 | 2.08 | - |
| YUV | 63.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 33 | 0 | 0.48 | 0.67 | 0.61 | 16.36 | 0.5 | 0.26 |
| Hex | 63 | 33 | 21 | 0 | 30 | 43 | 3D | 10 | 32 | 1A |
| Octal | 143 | 63 | 41 | 0 | 60 | 103 | 75 | 20 | 62 | 32 |
| Binary | 1100011 | 110011 | 100001 | 0 | 110000 | 1000011 | 111101 | 10000 | 110010 | 11010 |
Color Harmonies of #633321
Complementary color
Monochromatic Colors of #633321
Black with #633321
Text Example
Text Example
White with #633321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633321; }
p { color: rgb(99,51,33); }
H1.HeaderClassName
{
color: #633321;
}
.AnyTagClassName
{
color: #633321;
}
</style>
background-color css
<style>
a { background-color: #633321; }
a { background-color: rgb(99,51,33); }
div.DivClassName
{
background-color: #633321;
}
.BgClassName
{
background-color: #633321;
}
</style>
border-color css
<style>
span { border-color: #633321; }
span { border-color: rgb(99,51,33); }
td.TdClassName
{
border-color: #633321;
}
.TagClassName
{
border-color: #633321;
}
</style>