Shades of Alert Tan #964C2E
Tints of Alert Tan #964C2E
RGB
CMYK
RGB Variations
Color information
#964C2E (or 0x964C2E) is known color: Alert Tan. HEX triplet: 96, 4C and 2E. RGB value is (150,76,46). Sum of RGB (Red+Green+Blue) = 150+76+46=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #964C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C2E is #69B3D1. Grayscale: #5E5E5E. Windows color (decimal): -6927314 or 3034262. OLE color: 3034262.
HSL color Cylindrical-coordinate representation of color #964C2E: hue angle of 17.31º 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 #964C2E is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 46 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.41 |
| HSL | 17.31º | 0.53% | 0.38% | - |
| HSV(B) | 17.31º | 0.69% | 0.59% | - |
| XYZ | 15.66 | 11.85 | 4.05 | - |
| YUV | 94.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 46 | 0 | 0.49 | 0.69 | 0.41 | 17.31 | 0.53 | 0.38 |
| Hex | 96 | 4C | 2E | 0 | 31 | 45 | 29 | 11 | 35 | 26 |
| Octal | 226 | 114 | 56 | 0 | 61 | 105 | 51 | 21 | 65 | 46 |
| Binary | 10010110 | 1001100 | 101110 | 0 | 110001 | 1000101 | 101001 | 10001 | 110101 | 100110 |
Color Harmonies of #964C2E
Complementary color
Monochromatic Colors of #964C2E
Black with #964C2E
Text Example
Text Example
White with #964C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C2E; }
p { color: rgb(150,76,46); }
H1.HeaderClassName
{
color: #964C2E;
}
.AnyTagClassName
{
color: #964C2E;
}
</style>
background-color css
<style>
a { background-color: #964C2E; }
a { background-color: rgb(150,76,46); }
div.DivClassName
{
background-color: #964C2E;
}
.BgClassName
{
background-color: #964C2E;
}
</style>
border-color css
<style>
span { border-color: #964C2E; }
span { border-color: rgb(150,76,46); }
td.TdClassName
{
border-color: #964C2E;
}
.TagClassName
{
border-color: #964C2E;
}
</style>