Shades of Dark Tan #986D53
Tints of Dark Tan #986D53
RGB
CMYK
RGB Variations
Color information
#986D53 (or 0x986D53) is known color: Dark Tan. HEX triplet: 98, 6D and 53. RGB value is (152,109,83). Sum of RGB (Red+Green+Blue) = 152+109+83=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #986D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D53 is #6792AC. Grayscale: #777777. Windows color (decimal): -6787757 or 5467544. OLE color: 5467544.
HSL color Cylindrical-coordinate representation of color #986D53: hue angle of 22.61º 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 #986D53 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 83 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.40 |
| HSL | 22.61º | 0.29% | 0.46% | - |
| HSV(B) | 22.61º | 0.45% | 0.6% | - |
| XYZ | 19.98 | 18.24 | 10.65 | - |
| YUV | 118.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 83 | 0 | 0.28 | 0.45 | 0.40 | 22.61 | 0.29 | 0.46 |
| Hex | 98 | 6D | 53 | 0 | 1C | 2D | 28 | 17 | 1D | 2E |
| Octal | 230 | 155 | 123 | 0 | 34 | 55 | 50 | 27 | 35 | 56 |
| Binary | 10011000 | 1101101 | 1010011 | 0 | 11100 | 101101 | 101000 | 10111 | 11101 | 101110 |
Color Harmonies of #986D53
Complementary color
Monochromatic Colors of #986D53
Black with #986D53
Text Example
Text Example
White with #986D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D53; }
p { color: rgb(152,109,83); }
H1.HeaderClassName
{
color: #986D53;
}
.AnyTagClassName
{
color: #986D53;
}
</style>
background-color css
<style>
a { background-color: #986D53; }
a { background-color: rgb(152,109,83); }
div.DivClassName
{
background-color: #986D53;
}
.BgClassName
{
background-color: #986D53;
}
</style>
border-color css
<style>
span { border-color: #986D53; }
span { border-color: rgb(152,109,83); }
td.TdClassName
{
border-color: #986D53;
}
.TagClassName
{
border-color: #986D53;
}
</style>