Shades of Alert Tan #964B24
Tints of Alert Tan #964B24
RGB
CMYK
RGB Variations
Color information
#964B24 (or 0x964B24) is known color: Alert Tan. HEX triplet: 96, 4B and 24. RGB value is (150,75,36). Sum of RGB (Red+Green+Blue) = 150+75+36=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #964B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B24 is #69B4DB. Grayscale: #5D5D5D. Windows color (decimal): -6927580 or 2378646. OLE color: 2378646.
HSL color Cylindrical-coordinate representation of color #964B24: hue angle of 20.53º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #964B24 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 36 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.41 |
| HSL | 20.53º | 0.61% | 0.36% | - |
| HSV(B) | 20.53º | 0.76% | 0.59% | - |
| XYZ | 15.41 | 11.64 | 3.1 | - |
| YUV | 92.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 36 | 0 | 0.5 | 0.76 | 0.41 | 20.53 | 0.61 | 0.36 |
| Hex | 96 | 4B | 24 | 0 | 32 | 4C | 29 | 15 | 3D | 24 |
| Octal | 226 | 113 | 44 | 0 | 62 | 114 | 51 | 25 | 75 | 44 |
| Binary | 10010110 | 1001011 | 100100 | 0 | 110010 | 1001100 | 101001 | 10101 | 111101 | 100100 |
Color Harmonies of #964B24
Complementary color
Monochromatic Colors of #964B24
Black with #964B24
Text Example
Text Example
White with #964B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B24; }
p { color: rgb(150,75,36); }
H1.HeaderClassName
{
color: #964B24;
}
.AnyTagClassName
{
color: #964B24;
}
</style>
background-color css
<style>
a { background-color: #964B24; }
a { background-color: rgb(150,75,36); }
div.DivClassName
{
background-color: #964B24;
}
.BgClassName
{
background-color: #964B24;
}
</style>
border-color css
<style>
span { border-color: #964B24; }
span { border-color: rgb(150,75,36); }
td.TdClassName
{
border-color: #964B24;
}
.TagClassName
{
border-color: #964B24;
}
</style>