Shades of Alert Tan #964C34
Tints of Alert Tan #964C34
RGB
CMYK
RGB Variations
Color information
#964C34 (or 0x964C34) is known color: Alert Tan. HEX triplet: 96, 4C and 34. RGB value is (150,76,52). Sum of RGB (Red+Green+Blue) = 150+76+52=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #964C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C34 is #69B3CB. Grayscale: #5F5F5F. Windows color (decimal): -6927308 or 3427478. OLE color: 3427478.
HSL color Cylindrical-coordinate representation of color #964C34: hue angle of 14.69º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964C34 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 52 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.41 |
| HSL | 14.69º | 0.49% | 0.4% | - |
| HSV(B) | 14.69º | 0.65% | 0.59% | - |
| XYZ | 15.78 | 11.9 | 4.71 | - |
| YUV | 95.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 52 | 0 | 0.49 | 0.65 | 0.41 | 14.69 | 0.49 | 0.4 |
| Hex | 96 | 4C | 34 | 0 | 31 | 41 | 29 | F | 31 | 28 |
| Octal | 226 | 114 | 64 | 0 | 61 | 101 | 51 | 17 | 61 | 50 |
| Binary | 10010110 | 1001100 | 110100 | 0 | 110001 | 1000001 | 101001 | 1111 | 110001 | 101000 |
Color Harmonies of #964C34
Complementary color
Monochromatic Colors of #964C34
Black with #964C34
Text Example
Text Example
White with #964C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C34; }
p { color: rgb(150,76,52); }
H1.HeaderClassName
{
color: #964C34;
}
.AnyTagClassName
{
color: #964C34;
}
</style>
background-color css
<style>
a { background-color: #964C34; }
a { background-color: rgb(150,76,52); }
div.DivClassName
{
background-color: #964C34;
}
.BgClassName
{
background-color: #964C34;
}
</style>
border-color css
<style>
span { border-color: #964C34; }
span { border-color: rgb(150,76,52); }
td.TdClassName
{
border-color: #964C34;
}
.TagClassName
{
border-color: #964C34;
}
</style>