Shades of Dark Tan #966855
Tints of Dark Tan #966855
RGB
CMYK
RGB Variations
Color information
#966855 (or 0x966855) is known color: Dark Tan. HEX triplet: 96, 68 and 55. RGB value is (150,104,85). Sum of RGB (Red+Green+Blue) = 150+104+85=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #966855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966855 is #6997AA. Grayscale: #737373. Windows color (decimal): -6920107 or 5597334. OLE color: 5597334.
HSL color Cylindrical-coordinate representation of color #966855: hue angle of 17.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966855 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 85 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.41 |
| HSL | 17.54º | 0.28% | 0.46% | - |
| HSV(B) | 17.54º | 0.43% | 0.59% | - |
| XYZ | 19.17 | 17.04 | 10.87 | - |
| YUV | 115.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 85 | 0 | 0.31 | 0.43 | 0.41 | 17.54 | 0.28 | 0.46 |
| Hex | 96 | 68 | 55 | 0 | 1F | 2B | 29 | 12 | 1C | 2E |
| Octal | 226 | 150 | 125 | 0 | 37 | 53 | 51 | 22 | 34 | 56 |
| Binary | 10010110 | 1101000 | 1010101 | 0 | 11111 | 101011 | 101001 | 10010 | 11100 | 101110 |
Color Harmonies of #966855
Complementary color
Monochromatic Colors of #966855
Black with #966855
Text Example
Text Example
White with #966855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966855; }
p { color: rgb(150,104,85); }
H1.HeaderClassName
{
color: #966855;
}
.AnyTagClassName
{
color: #966855;
}
</style>
background-color css
<style>
a { background-color: #966855; }
a { background-color: rgb(150,104,85); }
div.DivClassName
{
background-color: #966855;
}
.BgClassName
{
background-color: #966855;
}
</style>
border-color css
<style>
span { border-color: #966855; }
span { border-color: rgb(150,104,85); }
td.TdClassName
{
border-color: #966855;
}
.TagClassName
{
border-color: #966855;
}
</style>