Shades of Alert Tan #964A22
Tints of Alert Tan #964A22
RGB
CMYK
RGB Variations
Color information
#964A22 (or 0x964A22) is known color: Alert Tan. HEX triplet: 96, 4A and 22. RGB value is (150,74,34). Sum of RGB (Red+Green+Blue) = 150+74+34=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #964A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964A22 is #69B5DD. Grayscale: #5C5C5C. Windows color (decimal): -6927838 or 2247318. OLE color: 2247318.
HSL color Cylindrical-coordinate representation of color #964A22: hue angle of 20.69º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #964A22 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 34 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.41 |
| HSL | 20.69º | 0.63% | 0.36% | - |
| HSV(B) | 20.69º | 0.77% | 0.59% | - |
| XYZ | 15.32 | 11.5 | 2.93 | - |
| YUV | 92.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 34 | 0 | 0.51 | 0.77 | 0.41 | 20.69 | 0.63 | 0.36 |
| Hex | 96 | 4A | 22 | 0 | 33 | 4D | 29 | 15 | 3F | 24 |
| Octal | 226 | 112 | 42 | 0 | 63 | 115 | 51 | 25 | 77 | 44 |
| Binary | 10010110 | 1001010 | 100010 | 0 | 110011 | 1001101 | 101001 | 10101 | 111111 | 100100 |
Color Harmonies of #964A22
Complementary color
Monochromatic Colors of #964A22
Black with #964A22
Text Example
Text Example
White with #964A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A22; }
p { color: rgb(150,74,34); }
H1.HeaderClassName
{
color: #964A22;
}
.AnyTagClassName
{
color: #964A22;
}
</style>
background-color css
<style>
a { background-color: #964A22; }
a { background-color: rgb(150,74,34); }
div.DivClassName
{
background-color: #964A22;
}
.BgClassName
{
background-color: #964A22;
}
</style>
border-color css
<style>
span { border-color: #964A22; }
span { border-color: rgb(150,74,34); }
td.TdClassName
{
border-color: #964A22;
}
.TagClassName
{
border-color: #964A22;
}
</style>