Shades of Dark Tan #966E4A
Tints of Dark Tan #966E4A
RGB
CMYK
RGB Variations
Color information
#966E4A (or 0x966E4A) is known color: Dark Tan. HEX triplet: 96, 6E and 4A. RGB value is (150,110,74). Sum of RGB (Red+Green+Blue) = 150+110+74=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E4A is #6991B5. Grayscale: #767676. Windows color (decimal): -6918582 or 4877974. OLE color: 4877974.
HSL color Cylindrical-coordinate representation of color #966E4A: hue angle of 28.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966E4A is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 74 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.41 |
| HSL | 28.42º | 0.34% | 0.44% | - |
| HSV(B) | 28.42º | 0.51% | 0.59% | - |
| XYZ | 19.39 | 18.13 | 8.96 | - |
| YUV | 117.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 74 | 0 | 0.27 | 0.51 | 0.41 | 28.42 | 0.34 | 0.44 |
| Hex | 96 | 6E | 4A | 0 | 1B | 33 | 29 | 1C | 22 | 2C |
| Octal | 226 | 156 | 112 | 0 | 33 | 63 | 51 | 34 | 42 | 54 |
| Binary | 10010110 | 1101110 | 1001010 | 0 | 11011 | 110011 | 101001 | 11100 | 100010 | 101100 |
Color Harmonies of #966E4A
Complementary color
Monochromatic Colors of #966E4A
Black with #966E4A
Text Example
Text Example
White with #966E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E4A; }
p { color: rgb(150,110,74); }
H1.HeaderClassName
{
color: #966E4A;
}
.AnyTagClassName
{
color: #966E4A;
}
</style>
background-color css
<style>
a { background-color: #966E4A; }
a { background-color: rgb(150,110,74); }
div.DivClassName
{
background-color: #966E4A;
}
.BgClassName
{
background-color: #966E4A;
}
</style>
border-color css
<style>
span { border-color: #966E4A; }
span { border-color: rgb(150,110,74); }
td.TdClassName
{
border-color: #966E4A;
}
.TagClassName
{
border-color: #966E4A;
}
</style>