Shades of Alert Tan #964621
Tints of Alert Tan #964621
RGB
CMYK
RGB Variations
Color information
#964621 (or 0x964621) is known color: Alert Tan. HEX triplet: 96, 46 and 21. RGB value is (150,70,33). Sum of RGB (Red+Green+Blue) = 150+70+33=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #964621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964621 is #69B9DE. Grayscale: #595959. Windows color (decimal): -6928863 or 2180758. OLE color: 2180758.
HSL color Cylindrical-coordinate representation of color #964621: hue angle of 18.97º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #964621 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 33 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.41 |
| HSL | 18.97º | 0.64% | 0.36% | - |
| HSV(B) | 18.97º | 0.78% | 0.59% | - |
| XYZ | 15.04 | 10.97 | 2.76 | - |
| YUV | 89.7 | 96 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 33 | 0 | 0.53 | 0.78 | 0.41 | 18.97 | 0.64 | 0.36 |
| Hex | 96 | 46 | 21 | 0 | 35 | 4E | 29 | 13 | 40 | 24 |
| Octal | 226 | 106 | 41 | 0 | 65 | 116 | 51 | 23 | 100 | 44 |
| Binary | 10010110 | 1000110 | 100001 | 0 | 110101 | 1001110 | 101001 | 10011 | 1000000 | 100100 |
Color Harmonies of #964621
Complementary color
Monochromatic Colors of #964621
Black with #964621
Text Example
Text Example
White with #964621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964621; }
p { color: rgb(150,70,33); }
H1.HeaderClassName
{
color: #964621;
}
.AnyTagClassName
{
color: #964621;
}
</style>
background-color css
<style>
a { background-color: #964621; }
a { background-color: rgb(150,70,33); }
div.DivClassName
{
background-color: #964621;
}
.BgClassName
{
background-color: #964621;
}
</style>
border-color css
<style>
span { border-color: #964621; }
span { border-color: rgb(150,70,33); }
td.TdClassName
{
border-color: #964621;
}
.TagClassName
{
border-color: #964621;
}
</style>