Shades of Alert Tan #964E32
Tints of Alert Tan #964E32
RGB
CMYK
RGB Variations
Color information
#964E32 (or 0x964E32) is known color: Alert Tan. HEX triplet: 96, 4E and 32. RGB value is (150,78,50). Sum of RGB (Red+Green+Blue) = 150+78+50=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #964E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E32 is #69B1CD. Grayscale: #606060. Windows color (decimal): -6926798 or 3296918. OLE color: 3296918.
HSL color Cylindrical-coordinate representation of color #964E32: hue angle of 16.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964E32 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 50 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.41 |
| HSL | 16.8º | 0.5% | 0.39% | - |
| HSV(B) | 16.8º | 0.67% | 0.59% | - |
| XYZ | 15.88 | 12.16 | 4.53 | - |
| YUV | 96.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 50 | 0 | 0.48 | 0.67 | 0.41 | 16.8 | 0.5 | 0.39 |
| Hex | 96 | 4E | 32 | 0 | 30 | 43 | 29 | 11 | 32 | 27 |
| Octal | 226 | 116 | 62 | 0 | 60 | 103 | 51 | 21 | 62 | 47 |
| Binary | 10010110 | 1001110 | 110010 | 0 | 110000 | 1000011 | 101001 | 10001 | 110010 | 100111 |
Color Harmonies of #964E32
Complementary color
Monochromatic Colors of #964E32
Black with #964E32
Text Example
Text Example
White with #964E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E32; }
p { color: rgb(150,78,50); }
H1.HeaderClassName
{
color: #964E32;
}
.AnyTagClassName
{
color: #964E32;
}
</style>
background-color css
<style>
a { background-color: #964E32; }
a { background-color: rgb(150,78,50); }
div.DivClassName
{
background-color: #964E32;
}
.BgClassName
{
background-color: #964E32;
}
</style>
border-color css
<style>
span { border-color: #964E32; }
span { border-color: rgb(150,78,50); }
td.TdClassName
{
border-color: #964E32;
}
.TagClassName
{
border-color: #964E32;
}
</style>