Shades of Alert Tan #964C2D
Tints of Alert Tan #964C2D
RGB
CMYK
RGB Variations
Color information
#964C2D (or 0x964C2D) is known color: Alert Tan. HEX triplet: 96, 4C and 2D. RGB value is (150,76,45). Sum of RGB (Red+Green+Blue) = 150+76+45=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #964C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C2D is #69B3D2. Grayscale: #5E5E5E. Windows color (decimal): -6927315 or 2968726. OLE color: 2968726.
HSL color Cylindrical-coordinate representation of color #964C2D: hue angle of 17.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964C2D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 45 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.41 |
| HSL | 17.71º | 0.54% | 0.38% | - |
| HSV(B) | 17.71º | 0.7% | 0.59% | - |
| XYZ | 15.64 | 11.84 | 3.94 | - |
| YUV | 94.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 45 | 0 | 0.49 | 0.70 | 0.41 | 17.71 | 0.54 | 0.38 |
| Hex | 96 | 4C | 2D | 0 | 31 | 46 | 29 | 12 | 36 | 26 |
| Octal | 226 | 114 | 55 | 0 | 61 | 106 | 51 | 22 | 66 | 46 |
| Binary | 10010110 | 1001100 | 101101 | 0 | 110001 | 1000110 | 101001 | 10010 | 110110 | 100110 |
Color Harmonies of #964C2D
Complementary color
Monochromatic Colors of #964C2D
Black with #964C2D
Text Example
Text Example
White with #964C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C2D; }
p { color: rgb(150,76,45); }
H1.HeaderClassName
{
color: #964C2D;
}
.AnyTagClassName
{
color: #964C2D;
}
</style>
background-color css
<style>
a { background-color: #964C2D; }
a { background-color: rgb(150,76,45); }
div.DivClassName
{
background-color: #964C2D;
}
.BgClassName
{
background-color: #964C2D;
}
</style>
border-color css
<style>
span { border-color: #964C2D; }
span { border-color: rgb(150,76,45); }
td.TdClassName
{
border-color: #964C2D;
}
.TagClassName
{
border-color: #964C2D;
}
</style>