Shades of Hairy Heath #633223
Tints of Hairy Heath #633223
RGB
CMYK
RGB Variations
Color information
#633223 (or 0x633223) is known color: Hairy Heath. HEX triplet: 63, 32 and 23. RGB value is (99,50,35). Sum of RGB (Red+Green+Blue) = 99+50+35=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #633223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633223 is #9CCDDC. Grayscale: #3F3F3F. Windows color (decimal): -10276317 or 2306659. OLE color: 2306659.
HSL color Cylindrical-coordinate representation of color #633223: hue angle of 14.06º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #633223 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 35 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.61 |
| HSL | 14.06º | 0.48% | 0.26% | - |
| HSV(B) | 14.06º | 0.65% | 0.39% | - |
| XYZ | 6.59 | 5.06 | 2.22 | - |
| YUV | 62.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 35 | 0 | 0.49 | 0.65 | 0.61 | 14.06 | 0.48 | 0.26 |
| Hex | 63 | 32 | 23 | 0 | 31 | 41 | 3D | E | 30 | 1A |
| Octal | 143 | 62 | 43 | 0 | 61 | 101 | 75 | 16 | 60 | 32 |
| Binary | 1100011 | 110010 | 100011 | 0 | 110001 | 1000001 | 111101 | 1110 | 110000 | 11010 |
Color Harmonies of #633223
Complementary color
Monochromatic Colors of #633223
Black with #633223
Text Example
Text Example
White with #633223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633223; }
p { color: rgb(99,50,35); }
H1.HeaderClassName
{
color: #633223;
}
.AnyTagClassName
{
color: #633223;
}
</style>
background-color css
<style>
a { background-color: #633223; }
a { background-color: rgb(99,50,35); }
div.DivClassName
{
background-color: #633223;
}
.BgClassName
{
background-color: #633223;
}
</style>
border-color css
<style>
span { border-color: #633223; }
span { border-color: rgb(99,50,35); }
td.TdClassName
{
border-color: #633223;
}
.TagClassName
{
border-color: #633223;
}
</style>