Shades of Alert Tan #964F32
Tints of Alert Tan #964F32
RGB
CMYK
RGB Variations
Color information
#964F32 (or 0x964F32) is known color: Alert Tan. HEX triplet: 96, 4F and 32. RGB value is (150,79,50). Sum of RGB (Red+Green+Blue) = 150+79+50=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #964F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964F32 is #69B0CD. Grayscale: #616161. Windows color (decimal): -6926542 or 3297174. OLE color: 3297174.
HSL color Cylindrical-coordinate representation of color #964F32: hue angle of 17.4º 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 #964F32 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 79 | 50 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.41 |
| HSL | 17.4º | 0.5% | 0.39% | - |
| HSV(B) | 17.4º | 0.67% | 0.59% | - |
| XYZ | 15.95 | 12.31 | 4.55 | - |
| YUV | 96.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 50 | 0 | 0.47 | 0.67 | 0.41 | 17.4 | 0.5 | 0.39 |
| Hex | 96 | 4F | 32 | 0 | 2F | 43 | 29 | 11 | 32 | 27 |
| Octal | 226 | 117 | 62 | 0 | 57 | 103 | 51 | 21 | 62 | 47 |
| Binary | 10010110 | 1001111 | 110010 | 0 | 101111 | 1000011 | 101001 | 10001 | 110010 | 100111 |
Color Harmonies of #964F32
Complementary color
Monochromatic Colors of #964F32
Black with #964F32
Text Example
Text Example
White with #964F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964F32; }
p { color: rgb(150,79,50); }
H1.HeaderClassName
{
color: #964F32;
}
.AnyTagClassName
{
color: #964F32;
}
</style>
background-color css
<style>
a { background-color: #964F32; }
a { background-color: rgb(150,79,50); }
div.DivClassName
{
background-color: #964F32;
}
.BgClassName
{
background-color: #964F32;
}
</style>
border-color css
<style>
span { border-color: #964F32; }
span { border-color: rgb(150,79,50); }
td.TdClassName
{
border-color: #964F32;
}
.TagClassName
{
border-color: #964F32;
}
</style>