Shades of Dark Tan #986855
Tints of Dark Tan #986855
RGB
CMYK
RGB Variations
Color information
#986855 (or 0x986855) is known color: Dark Tan. HEX triplet: 98, 68 and 55. RGB value is (152,104,85). Sum of RGB (Red+Green+Blue) = 152+104+85=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #986855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986855 is #6797AA. Grayscale: #747474. Windows color (decimal): -6789035 or 5597336. OLE color: 5597336.
HSL color Cylindrical-coordinate representation of color #986855: hue angle of 17.01º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986855 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 85 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.40 |
| HSL | 17.01º | 0.28% | 0.46% | - |
| HSV(B) | 17.01º | 0.44% | 0.6% | - |
| XYZ | 19.54 | 17.23 | 10.89 | - |
| YUV | 116.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 85 | 0 | 0.32 | 0.44 | 0.40 | 17.01 | 0.28 | 0.46 |
| Hex | 98 | 68 | 55 | 0 | 20 | 2C | 28 | 11 | 1C | 2E |
| Octal | 230 | 150 | 125 | 0 | 40 | 54 | 50 | 21 | 34 | 56 |
| Binary | 10011000 | 1101000 | 1010101 | 0 | 100000 | 101100 | 101000 | 10001 | 11100 | 101110 |
Color Harmonies of #986855
Complementary color
Monochromatic Colors of #986855
Black with #986855
Text Example
Text Example
White with #986855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986855; }
p { color: rgb(152,104,85); }
H1.HeaderClassName
{
color: #986855;
}
.AnyTagClassName
{
color: #986855;
}
</style>
background-color css
<style>
a { background-color: #986855; }
a { background-color: rgb(152,104,85); }
div.DivClassName
{
background-color: #986855;
}
.BgClassName
{
background-color: #986855;
}
</style>
border-color css
<style>
span { border-color: #986855; }
span { border-color: rgb(152,104,85); }
td.TdClassName
{
border-color: #986855;
}
.TagClassName
{
border-color: #986855;
}
</style>