Shades of Dark Tan #986853
Tints of Dark Tan #986853
RGB
CMYK
RGB Variations
Color information
#986853 (or 0x986853) is known color: Dark Tan. HEX triplet: 98, 68 and 53. RGB value is (152,104,83). Sum of RGB (Red+Green+Blue) = 152+104+83=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986853 is #6797AC. Grayscale: #747474. Windows color (decimal): -6789037 or 5466264. OLE color: 5466264.
HSL color Cylindrical-coordinate representation of color #986853: hue angle of 18.26º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986853 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 83 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.40 |
| HSL | 18.26º | 0.29% | 0.46% | - |
| HSV(B) | 18.26º | 0.45% | 0.6% | - |
| XYZ | 19.46 | 17.2 | 10.48 | - |
| YUV | 115.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 83 | 0 | 0.32 | 0.45 | 0.40 | 18.26 | 0.29 | 0.46 |
| Hex | 98 | 68 | 53 | 0 | 20 | 2D | 28 | 12 | 1D | 2E |
| Octal | 230 | 150 | 123 | 0 | 40 | 55 | 50 | 22 | 35 | 56 |
| Binary | 10011000 | 1101000 | 1010011 | 0 | 100000 | 101101 | 101000 | 10010 | 11101 | 101110 |
Color Harmonies of #986853
Complementary color
Monochromatic Colors of #986853
Black with #986853
Text Example
Text Example
White with #986853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986853; }
p { color: rgb(152,104,83); }
H1.HeaderClassName
{
color: #986853;
}
.AnyTagClassName
{
color: #986853;
}
</style>
background-color css
<style>
a { background-color: #986853; }
a { background-color: rgb(152,104,83); }
div.DivClassName
{
background-color: #986853;
}
.BgClassName
{
background-color: #986853;
}
</style>
border-color css
<style>
span { border-color: #986853; }
span { border-color: rgb(152,104,83); }
td.TdClassName
{
border-color: #986853;
}
.TagClassName
{
border-color: #986853;
}
</style>