Shades of Alert Tan #964F2B
Tints of Alert Tan #964F2B
RGB
CMYK
RGB Variations
Color information
#964F2B (or 0x964F2B) is known color: Alert Tan. HEX triplet: 96, 4F and 2B. RGB value is (150,79,43). Sum of RGB (Red+Green+Blue) = 150+79+43=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #964F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F2B is #69B0D4. Grayscale: #606060. Windows color (decimal): -6926549 or 2838422. OLE color: 2838422.
HSL color Cylindrical-coordinate representation of color #964F2B: hue angle of 20.19º 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 #964F2B is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 79 | 43 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.41 |
| HSL | 20.19º | 0.55% | 0.38% | - |
| HSV(B) | 20.19º | 0.71% | 0.59% | - |
| XYZ | 15.81 | 12.25 | 3.82 | - |
| YUV | 96.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 43 | 0 | 0.47 | 0.71 | 0.41 | 20.19 | 0.55 | 0.38 |
| Hex | 96 | 4F | 2B | 0 | 2F | 47 | 29 | 14 | 37 | 26 |
| Octal | 226 | 117 | 53 | 0 | 57 | 107 | 51 | 24 | 67 | 46 |
| Binary | 10010110 | 1001111 | 101011 | 0 | 101111 | 1000111 | 101001 | 10100 | 110111 | 100110 |
Color Harmonies of #964F2B
Complementary color
Monochromatic Colors of #964F2B
Black with #964F2B
Text Example
Text Example
White with #964F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964F2B; }
p { color: rgb(150,79,43); }
H1.HeaderClassName
{
color: #964F2B;
}
.AnyTagClassName
{
color: #964F2B;
}
</style>
background-color css
<style>
a { background-color: #964F2B; }
a { background-color: rgb(150,79,43); }
div.DivClassName
{
background-color: #964F2B;
}
.BgClassName
{
background-color: #964F2B;
}
</style>
border-color css
<style>
span { border-color: #964F2B; }
span { border-color: rgb(150,79,43); }
td.TdClassName
{
border-color: #964F2B;
}
.TagClassName
{
border-color: #964F2B;
}
</style>