Shades of Dark Tan #986C53
Tints of Dark Tan #986C53
RGB
CMYK
RGB Variations
Color information
#986C53 (or 0x986C53) is known color: Dark Tan. HEX triplet: 98, 6C and 53. RGB value is (152,108,83). Sum of RGB (Red+Green+Blue) = 152+108+83=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #986C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C53 is #6793AC. Grayscale: #767676. Windows color (decimal): -6788013 or 5467288. OLE color: 5467288.
HSL color Cylindrical-coordinate representation of color #986C53: hue angle of 21.74º 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 #986C53 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 83 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.40 |
| HSL | 21.74º | 0.29% | 0.46% | - |
| HSV(B) | 21.74º | 0.45% | 0.6% | - |
| XYZ | 19.87 | 18.03 | 10.62 | - |
| YUV | 118.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 83 | 0 | 0.29 | 0.45 | 0.40 | 21.74 | 0.29 | 0.46 |
| Hex | 98 | 6C | 53 | 0 | 1D | 2D | 28 | 16 | 1D | 2E |
| Octal | 230 | 154 | 123 | 0 | 35 | 55 | 50 | 26 | 35 | 56 |
| Binary | 10011000 | 1101100 | 1010011 | 0 | 11101 | 101101 | 101000 | 10110 | 11101 | 101110 |
Color Harmonies of #986C53
Complementary color
Monochromatic Colors of #986C53
Black with #986C53
Text Example
Text Example
White with #986C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C53; }
p { color: rgb(152,108,83); }
H1.HeaderClassName
{
color: #986C53;
}
.AnyTagClassName
{
color: #986C53;
}
</style>
background-color css
<style>
a { background-color: #986C53; }
a { background-color: rgb(152,108,83); }
div.DivClassName
{
background-color: #986C53;
}
.BgClassName
{
background-color: #986C53;
}
</style>
border-color css
<style>
span { border-color: #986C53; }
span { border-color: rgb(152,108,83); }
td.TdClassName
{
border-color: #986C53;
}
.TagClassName
{
border-color: #986C53;
}
</style>