Shades of Alert Tan #964521
Tints of Alert Tan #964521
RGB
CMYK
RGB Variations
Color information
#964521 (or 0x964521) is known color: Alert Tan. HEX triplet: 96, 45 and 21. RGB value is (150,69,33). Sum of RGB (Red+Green+Blue) = 150+69+33=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #964521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964521 is #69BADE. Grayscale: #595959. Windows color (decimal): -6929119 or 2180502. OLE color: 2180502.
HSL color Cylindrical-coordinate representation of color #964521: hue angle of 18.46º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #964521 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 33 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.41 |
| HSL | 18.46º | 0.64% | 0.36% | - |
| HSV(B) | 18.46º | 0.78% | 0.59% | - |
| XYZ | 14.98 | 10.85 | 2.74 | - |
| YUV | 89.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 33 | 0 | 0.54 | 0.78 | 0.41 | 18.46 | 0.64 | 0.36 |
| Hex | 96 | 45 | 21 | 0 | 36 | 4E | 29 | 12 | 40 | 24 |
| Octal | 226 | 105 | 41 | 0 | 66 | 116 | 51 | 22 | 100 | 44 |
| Binary | 10010110 | 1000101 | 100001 | 0 | 110110 | 1001110 | 101001 | 10010 | 1000000 | 100100 |
Color Harmonies of #964521
Complementary color
Monochromatic Colors of #964521
Black with #964521
Text Example
Text Example
White with #964521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964521; }
p { color: rgb(150,69,33); }
H1.HeaderClassName
{
color: #964521;
}
.AnyTagClassName
{
color: #964521;
}
</style>
background-color css
<style>
a { background-color: #964521; }
a { background-color: rgb(150,69,33); }
div.DivClassName
{
background-color: #964521;
}
.BgClassName
{
background-color: #964521;
}
</style>
border-color css
<style>
span { border-color: #964521; }
span { border-color: rgb(150,69,33); }
td.TdClassName
{
border-color: #964521;
}
.TagClassName
{
border-color: #964521;
}
</style>