Shades of Alert Tan #964E2F
Tints of Alert Tan #964E2F
RGB
CMYK
RGB Variations
Color information
#964E2F (or 0x964E2F) is known color: Alert Tan. HEX triplet: 96, 4E and 2F. RGB value is (150,78,47). Sum of RGB (Red+Green+Blue) = 150+78+47=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E2F is #69B1D0. Grayscale: #606060. Windows color (decimal): -6926801 or 3100310. OLE color: 3100310.
HSL color Cylindrical-coordinate representation of color #964E2F: hue angle of 18.06º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964E2F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 47 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.41 |
| HSL | 18.06º | 0.52% | 0.39% | - |
| HSV(B) | 18.06º | 0.69% | 0.59% | - |
| XYZ | 15.82 | 12.14 | 4.2 | - |
| YUV | 95.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 47 | 0 | 0.48 | 0.69 | 0.41 | 18.06 | 0.52 | 0.39 |
| Hex | 96 | 4E | 2F | 0 | 30 | 45 | 29 | 12 | 34 | 27 |
| Octal | 226 | 116 | 57 | 0 | 60 | 105 | 51 | 22 | 64 | 47 |
| Binary | 10010110 | 1001110 | 101111 | 0 | 110000 | 1000101 | 101001 | 10010 | 110100 | 100111 |
Color Harmonies of #964E2F
Complementary color
Monochromatic Colors of #964E2F
Black with #964E2F
Text Example
Text Example
White with #964E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E2F; }
p { color: rgb(150,78,47); }
H1.HeaderClassName
{
color: #964E2F;
}
.AnyTagClassName
{
color: #964E2F;
}
</style>
background-color css
<style>
a { background-color: #964E2F; }
a { background-color: rgb(150,78,47); }
div.DivClassName
{
background-color: #964E2F;
}
.BgClassName
{
background-color: #964E2F;
}
</style>
border-color css
<style>
span { border-color: #964E2F; }
span { border-color: rgb(150,78,47); }
td.TdClassName
{
border-color: #964E2F;
}
.TagClassName
{
border-color: #964E2F;
}
</style>