Shades of Dark Tan #966D54
Tints of Dark Tan #966D54
RGB
CMYK
RGB Variations
Color information
#966D54 (or 0x966D54) is known color: Dark Tan. HEX triplet: 96, 6D and 54. RGB value is (150,109,84). Sum of RGB (Red+Green+Blue) = 150+109+84=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #966D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D54 is #6992AB. Grayscale: #767676. Windows color (decimal): -6918828 or 5533078. OLE color: 5533078.
HSL color Cylindrical-coordinate representation of color #966D54: hue angle of 22.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966D54 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 84 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.41 |
| HSL | 22.73º | 0.28% | 0.46% | - |
| HSV(B) | 22.73º | 0.44% | 0.59% | - |
| XYZ | 19.65 | 18.06 | 10.84 | - |
| YUV | 118.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 84 | 0 | 0.27 | 0.44 | 0.41 | 22.73 | 0.28 | 0.46 |
| Hex | 96 | 6D | 54 | 0 | 1B | 2C | 29 | 17 | 1C | 2E |
| Octal | 226 | 155 | 124 | 0 | 33 | 54 | 51 | 27 | 34 | 56 |
| Binary | 10010110 | 1101101 | 1010100 | 0 | 11011 | 101100 | 101001 | 10111 | 11100 | 101110 |
Color Harmonies of #966D54
Complementary color
Monochromatic Colors of #966D54
Black with #966D54
Text Example
Text Example
White with #966D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D54; }
p { color: rgb(150,109,84); }
H1.HeaderClassName
{
color: #966D54;
}
.AnyTagClassName
{
color: #966D54;
}
</style>
background-color css
<style>
a { background-color: #966D54; }
a { background-color: rgb(150,109,84); }
div.DivClassName
{
background-color: #966D54;
}
.BgClassName
{
background-color: #966D54;
}
</style>
border-color css
<style>
span { border-color: #966D54; }
span { border-color: rgb(150,109,84); }
td.TdClassName
{
border-color: #966D54;
}
.TagClassName
{
border-color: #966D54;
}
</style>