Shades of Dark Tan #966D4A
Tints of Dark Tan #966D4A
RGB
CMYK
RGB Variations
Color information
#966D4A (or 0x966D4A) is known color: Dark Tan. HEX triplet: 96, 6D and 4A. RGB value is (150,109,74). Sum of RGB (Red+Green+Blue) = 150+109+74=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #966D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D4A is #6992B5. Grayscale: #757575. Windows color (decimal): -6918838 or 4877718. OLE color: 4877718.
HSL color Cylindrical-coordinate representation of color #966D4A: hue angle of 27.63º 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 #966D4A is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 74 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.41 |
| HSL | 27.63º | 0.34% | 0.44% | - |
| HSV(B) | 27.63º | 0.51% | 0.59% | - |
| XYZ | 19.28 | 17.92 | 8.92 | - |
| YUV | 117.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 74 | 0 | 0.27 | 0.51 | 0.41 | 27.63 | 0.34 | 0.44 |
| Hex | 96 | 6D | 4A | 0 | 1B | 33 | 29 | 1C | 22 | 2C |
| Octal | 226 | 155 | 112 | 0 | 33 | 63 | 51 | 34 | 42 | 54 |
| Binary | 10010110 | 1101101 | 1001010 | 0 | 11011 | 110011 | 101001 | 11100 | 100010 | 101100 |
Color Harmonies of #966D4A
Complementary color
Monochromatic Colors of #966D4A
Black with #966D4A
Text Example
Text Example
White with #966D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D4A; }
p { color: rgb(150,109,74); }
H1.HeaderClassName
{
color: #966D4A;
}
.AnyTagClassName
{
color: #966D4A;
}
</style>
background-color css
<style>
a { background-color: #966D4A; }
a { background-color: rgb(150,109,74); }
div.DivClassName
{
background-color: #966D4A;
}
.BgClassName
{
background-color: #966D4A;
}
</style>
border-color css
<style>
span { border-color: #966D4A; }
span { border-color: rgb(150,109,74); }
td.TdClassName
{
border-color: #966D4A;
}
.TagClassName
{
border-color: #966D4A;
}
</style>