Shades of Alert Tan #964C22
Tints of Alert Tan #964C22
RGB
CMYK
RGB Variations
Color information
#964C22 (or 0x964C22) is known color: Alert Tan. HEX triplet: 96, 4C and 22. RGB value is (150,76,34). Sum of RGB (Red+Green+Blue) = 150+76+34=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #964C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C22 is #69B3DD. Grayscale: #5D5D5D. Windows color (decimal): -6927326 or 2247830. OLE color: 2247830.
HSL color Cylindrical-coordinate representation of color #964C22: hue angle of 21.72º 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 #964C22 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 34 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.41 |
| HSL | 21.72º | 0.63% | 0.36% | - |
| HSV(B) | 21.72º | 0.77% | 0.59% | - |
| XYZ | 15.45 | 11.77 | 2.97 | - |
| YUV | 93.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 34 | 0 | 0.49 | 0.77 | 0.41 | 21.72 | 0.63 | 0.36 |
| Hex | 96 | 4C | 22 | 0 | 31 | 4D | 29 | 16 | 3F | 24 |
| Octal | 226 | 114 | 42 | 0 | 61 | 115 | 51 | 26 | 77 | 44 |
| Binary | 10010110 | 1001100 | 100010 | 0 | 110001 | 1001101 | 101001 | 10110 | 111111 | 100100 |
Color Harmonies of #964C22
Complementary color
Monochromatic Colors of #964C22
Black with #964C22
Text Example
Text Example
White with #964C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C22; }
p { color: rgb(150,76,34); }
H1.HeaderClassName
{
color: #964C22;
}
.AnyTagClassName
{
color: #964C22;
}
</style>
background-color css
<style>
a { background-color: #964C22; }
a { background-color: rgb(150,76,34); }
div.DivClassName
{
background-color: #964C22;
}
.BgClassName
{
background-color: #964C22;
}
</style>
border-color css
<style>
span { border-color: #964C22; }
span { border-color: rgb(150,76,34); }
td.TdClassName
{
border-color: #964C22;
}
.TagClassName
{
border-color: #964C22;
}
</style>