Shades of Dark Tan #986D52
Tints of Dark Tan #986D52
RGB
CMYK
RGB Variations
Color information
#986D52 (or 0x986D52) is known color: Dark Tan. HEX triplet: 98, 6D and 52. RGB value is (152,109,82). Sum of RGB (Red+Green+Blue) = 152+109+82=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #986D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D52 is #6792AD. Grayscale: #767676. Windows color (decimal): -6787758 or 5402008. OLE color: 5402008.
HSL color Cylindrical-coordinate representation of color #986D52: hue angle of 23.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #986D52 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 82 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.40 |
| HSL | 23.14º | 0.3% | 0.46% | - |
| HSV(B) | 23.14º | 0.46% | 0.6% | - |
| XYZ | 19.94 | 18.22 | 10.45 | - |
| YUV | 118.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 82 | 0 | 0.28 | 0.46 | 0.40 | 23.14 | 0.3 | 0.46 |
| Hex | 98 | 6D | 52 | 0 | 1C | 2E | 28 | 17 | 1E | 2E |
| Octal | 230 | 155 | 122 | 0 | 34 | 56 | 50 | 27 | 36 | 56 |
| Binary | 10011000 | 1101101 | 1010010 | 0 | 11100 | 101110 | 101000 | 10111 | 11110 | 101110 |
Color Harmonies of #986D52
Complementary color
Monochromatic Colors of #986D52
Black with #986D52
Text Example
Text Example
White with #986D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D52; }
p { color: rgb(152,109,82); }
H1.HeaderClassName
{
color: #986D52;
}
.AnyTagClassName
{
color: #986D52;
}
</style>
background-color css
<style>
a { background-color: #986D52; }
a { background-color: rgb(152,109,82); }
div.DivClassName
{
background-color: #986D52;
}
.BgClassName
{
background-color: #986D52;
}
</style>
border-color css
<style>
span { border-color: #986D52; }
span { border-color: rgb(152,109,82); }
td.TdClassName
{
border-color: #986D52;
}
.TagClassName
{
border-color: #986D52;
}
</style>