Shades of Hairy Heath #633222
Tints of Hairy Heath #633222
RGB
CMYK
RGB Variations
Color information
#633222 (or 0x633222) is known color: Hairy Heath. HEX triplet: 63, 32 and 22. RGB value is (99,50,34). Sum of RGB (Red+Green+Blue) = 99+50+34=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #633222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633222 is #9CCDDD. Grayscale: #3E3E3E. Windows color (decimal): -10276318 or 2241123. OLE color: 2241123.
HSL color Cylindrical-coordinate representation of color #633222: hue angle of 14.77º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #633222 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 34 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.61 |
| HSL | 14.77º | 0.49% | 0.26% | - |
| HSV(B) | 14.77º | 0.66% | 0.39% | - |
| XYZ | 6.57 | 5.05 | 2.14 | - |
| YUV | 62.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 34 | 0 | 0.49 | 0.66 | 0.61 | 14.77 | 0.49 | 0.26 |
| Hex | 63 | 32 | 22 | 0 | 31 | 42 | 3D | F | 31 | 1A |
| Octal | 143 | 62 | 42 | 0 | 61 | 102 | 75 | 17 | 61 | 32 |
| Binary | 1100011 | 110010 | 100010 | 0 | 110001 | 1000010 | 111101 | 1111 | 110001 | 11010 |
Color Harmonies of #633222
Complementary color
Monochromatic Colors of #633222
Black with #633222
Text Example
Text Example
White with #633222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633222; }
p { color: rgb(99,50,34); }
H1.HeaderClassName
{
color: #633222;
}
.AnyTagClassName
{
color: #633222;
}
</style>
background-color css
<style>
a { background-color: #633222; }
a { background-color: rgb(99,50,34); }
div.DivClassName
{
background-color: #633222;
}
.BgClassName
{
background-color: #633222;
}
</style>
border-color css
<style>
span { border-color: #633222; }
span { border-color: rgb(99,50,34); }
td.TdClassName
{
border-color: #633222;
}
.TagClassName
{
border-color: #633222;
}
</style>