Shades of Alert Tan #964E2E
Tints of Alert Tan #964E2E
RGB
CMYK
RGB Variations
Color information
#964E2E (or 0x964E2E) is known color: Alert Tan. HEX triplet: 96, 4E and 2E. RGB value is (150,78,46). Sum of RGB (Red+Green+Blue) = 150+78+46=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #964E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E2E is #69B1D1. Grayscale: #606060. Windows color (decimal): -6926802 or 3034774. OLE color: 3034774.
HSL color Cylindrical-coordinate representation of color #964E2E: hue angle of 18.46º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964E2E is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 46 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.41 |
| HSL | 18.46º | 0.53% | 0.38% | - |
| HSV(B) | 18.46º | 0.69% | 0.59% | - |
| XYZ | 15.8 | 12.13 | 4.09 | - |
| YUV | 95.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 46 | 0 | 0.48 | 0.69 | 0.41 | 18.46 | 0.53 | 0.38 |
| Hex | 96 | 4E | 2E | 0 | 30 | 45 | 29 | 12 | 35 | 26 |
| Octal | 226 | 116 | 56 | 0 | 60 | 105 | 51 | 22 | 65 | 46 |
| Binary | 10010110 | 1001110 | 101110 | 0 | 110000 | 1000101 | 101001 | 10010 | 110101 | 100110 |
Color Harmonies of #964E2E
Complementary color
Monochromatic Colors of #964E2E
Black with #964E2E
Text Example
Text Example
White with #964E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E2E; }
p { color: rgb(150,78,46); }
H1.HeaderClassName
{
color: #964E2E;
}
.AnyTagClassName
{
color: #964E2E;
}
</style>
background-color css
<style>
a { background-color: #964E2E; }
a { background-color: rgb(150,78,46); }
div.DivClassName
{
background-color: #964E2E;
}
.BgClassName
{
background-color: #964E2E;
}
</style>
border-color css
<style>
span { border-color: #964E2E; }
span { border-color: rgb(150,78,46); }
td.TdClassName
{
border-color: #964E2E;
}
.TagClassName
{
border-color: #964E2E;
}
</style>