Shades of Alert Tan #964B2B
Tints of Alert Tan #964B2B
RGB
CMYK
RGB Variations
Color information
#964B2B (or 0x964B2B) is known color: Alert Tan. HEX triplet: 96, 4B and 2B. RGB value is (150,75,43). Sum of RGB (Red+Green+Blue) = 150+75+43=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #964B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B2B is #69B4D4. Grayscale: #5D5D5D. Windows color (decimal): -6927573 or 2837398. OLE color: 2837398.
HSL color Cylindrical-coordinate representation of color #964B2B: hue angle of 17.94º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #964B2B is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 43 | - |
| CMYK | 0 | 0.5 | 0.71 | 0.41 |
| HSL | 17.94º | 0.55% | 0.38% | - |
| HSV(B) | 17.94º | 0.71% | 0.59% | - |
| XYZ | 15.53 | 11.69 | 3.72 | - |
| YUV | 93.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 43 | 0 | 0.5 | 0.71 | 0.41 | 17.94 | 0.55 | 0.38 |
| Hex | 96 | 4B | 2B | 0 | 32 | 47 | 29 | 12 | 37 | 26 |
| Octal | 226 | 113 | 53 | 0 | 62 | 107 | 51 | 22 | 67 | 46 |
| Binary | 10010110 | 1001011 | 101011 | 0 | 110010 | 1000111 | 101001 | 10010 | 110111 | 100110 |
Color Harmonies of #964B2B
Complementary color
Monochromatic Colors of #964B2B
Black with #964B2B
Text Example
Text Example
White with #964B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B2B; }
p { color: rgb(150,75,43); }
H1.HeaderClassName
{
color: #964B2B;
}
.AnyTagClassName
{
color: #964B2B;
}
</style>
background-color css
<style>
a { background-color: #964B2B; }
a { background-color: rgb(150,75,43); }
div.DivClassName
{
background-color: #964B2B;
}
.BgClassName
{
background-color: #964B2B;
}
</style>
border-color css
<style>
span { border-color: #964B2B; }
span { border-color: rgb(150,75,43); }
td.TdClassName
{
border-color: #964B2B;
}
.TagClassName
{
border-color: #964B2B;
}
</style>