Shades of Alert Tan #964922
Tints of Alert Tan #964922
RGB
CMYK
RGB Variations
Color information
#964922 (or 0x964922) is known color: Alert Tan. HEX triplet: 96, 49 and 22. RGB value is (150,73,34). Sum of RGB (Red+Green+Blue) = 150+73+34=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #964922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964922 is #69B6DD. Grayscale: #5B5B5B. Windows color (decimal): -6928094 or 2247062. OLE color: 2247062.
HSL color Cylindrical-coordinate representation of color #964922: hue angle of 20.17º 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 #964922 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 34 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.41 |
| HSL | 20.17º | 0.63% | 0.36% | - |
| HSV(B) | 20.17º | 0.77% | 0.59% | - |
| XYZ | 15.25 | 11.36 | 2.9 | - |
| YUV | 91.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 34 | 0 | 0.51 | 0.77 | 0.41 | 20.17 | 0.63 | 0.36 |
| Hex | 96 | 49 | 22 | 0 | 33 | 4D | 29 | 14 | 3F | 24 |
| Octal | 226 | 111 | 42 | 0 | 63 | 115 | 51 | 24 | 77 | 44 |
| Binary | 10010110 | 1001001 | 100010 | 0 | 110011 | 1001101 | 101001 | 10100 | 111111 | 100100 |
Color Harmonies of #964922
Complementary color
Monochromatic Colors of #964922
Black with #964922
Text Example
Text Example
White with #964922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964922; }
p { color: rgb(150,73,34); }
H1.HeaderClassName
{
color: #964922;
}
.AnyTagClassName
{
color: #964922;
}
</style>
background-color css
<style>
a { background-color: #964922; }
a { background-color: rgb(150,73,34); }
div.DivClassName
{
background-color: #964922;
}
.BgClassName
{
background-color: #964922;
}
</style>
border-color css
<style>
span { border-color: #964922; }
span { border-color: rgb(150,73,34); }
td.TdClassName
{
border-color: #964922;
}
.TagClassName
{
border-color: #964922;
}
</style>