Shades of Hairy Heath #633521
Tints of Hairy Heath #633521
RGB
CMYK
RGB Variations
Color information
#633521 (or 0x633521) is known color: Hairy Heath. HEX triplet: 63, 35 and 21. RGB value is (99,53,33). Sum of RGB (Red+Green+Blue) = 99+53+33=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #633521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633521 is #9CCADE. Grayscale: #404040. Windows color (decimal): -10275551 or 2176355. OLE color: 2176355.
HSL color Cylindrical-coordinate representation of color #633521: hue angle of 18.18º 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 #633521 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 53 | 33 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.61 |
| HSL | 18.18º | 0.5% | 0.26% | - |
| HSV(B) | 18.18º | 0.67% | 0.39% | - |
| XYZ | 6.69 | 5.31 | 2.11 | - |
| YUV | 64.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 33 | 0 | 0.46 | 0.67 | 0.61 | 18.18 | 0.5 | 0.26 |
| Hex | 63 | 35 | 21 | 0 | 2E | 43 | 3D | 12 | 32 | 1A |
| Octal | 143 | 65 | 41 | 0 | 56 | 103 | 75 | 22 | 62 | 32 |
| Binary | 1100011 | 110101 | 100001 | 0 | 101110 | 1000011 | 111101 | 10010 | 110010 | 11010 |
Color Harmonies of #633521
Complementary color
Monochromatic Colors of #633521
Black with #633521
Text Example
Text Example
White with #633521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633521; }
p { color: rgb(99,53,33); }
H1.HeaderClassName
{
color: #633521;
}
.AnyTagClassName
{
color: #633521;
}
</style>
background-color css
<style>
a { background-color: #633521; }
a { background-color: rgb(99,53,33); }
div.DivClassName
{
background-color: #633521;
}
.BgClassName
{
background-color: #633521;
}
</style>
border-color css
<style>
span { border-color: #633521; }
span { border-color: rgb(99,53,33); }
td.TdClassName
{
border-color: #633521;
}
.TagClassName
{
border-color: #633521;
}
</style>