Shades of Alert Tan #964C32
Tints of Alert Tan #964C32
RGB
CMYK
RGB Variations
Color information
#964C32 (or 0x964C32) is known color: Alert Tan. HEX triplet: 96, 4C and 32. RGB value is (150,76,50). Sum of RGB (Red+Green+Blue) = 150+76+50=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #964C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C32 is #69B3CD. Grayscale: #5F5F5F. Windows color (decimal): -6927310 or 3296406. OLE color: 3296406.
HSL color Cylindrical-coordinate representation of color #964C32: hue angle of 15.6º 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 #964C32 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 50 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.41 |
| HSL | 15.6º | 0.5% | 0.39% | - |
| HSV(B) | 15.6º | 0.67% | 0.59% | - |
| XYZ | 15.74 | 11.88 | 4.48 | - |
| YUV | 95.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 50 | 0 | 0.49 | 0.67 | 0.41 | 15.6 | 0.5 | 0.39 |
| Hex | 96 | 4C | 32 | 0 | 31 | 43 | 29 | 10 | 32 | 27 |
| Octal | 226 | 114 | 62 | 0 | 61 | 103 | 51 | 20 | 62 | 47 |
| Binary | 10010110 | 1001100 | 110010 | 0 | 110001 | 1000011 | 101001 | 10000 | 110010 | 100111 |
Color Harmonies of #964C32
Complementary color
Monochromatic Colors of #964C32
Black with #964C32
Text Example
Text Example
White with #964C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C32; }
p { color: rgb(150,76,50); }
H1.HeaderClassName
{
color: #964C32;
}
.AnyTagClassName
{
color: #964C32;
}
</style>
background-color css
<style>
a { background-color: #964C32; }
a { background-color: rgb(150,76,50); }
div.DivClassName
{
background-color: #964C32;
}
.BgClassName
{
background-color: #964C32;
}
</style>
border-color css
<style>
span { border-color: #964C32; }
span { border-color: rgb(150,76,50); }
td.TdClassName
{
border-color: #964C32;
}
.TagClassName
{
border-color: #964C32;
}
</style>