Shades of Dark Tan #986A52
Tints of Dark Tan #986A52
RGB
CMYK
RGB Variations
Color information
#986A52 (or 0x986A52) is known color: Dark Tan. HEX triplet: 98, 6A and 52. RGB value is (152,106,82). Sum of RGB (Red+Green+Blue) = 152+106+82=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #986A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A52 is #6795AD. Grayscale: #757575. Windows color (decimal): -6788526 or 5401240. OLE color: 5401240.
HSL color Cylindrical-coordinate representation of color #986A52: hue angle of 20.57º 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 #986A52 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 82 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.40 |
| HSL | 20.57º | 0.3% | 0.46% | - |
| HSV(B) | 20.57º | 0.46% | 0.6% | - |
| XYZ | 19.63 | 17.59 | 10.34 | - |
| YUV | 117.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 82 | 0 | 0.30 | 0.46 | 0.40 | 20.57 | 0.3 | 0.46 |
| Hex | 98 | 6A | 52 | 0 | 1E | 2E | 28 | 15 | 1E | 2E |
| Octal | 230 | 152 | 122 | 0 | 36 | 56 | 50 | 25 | 36 | 56 |
| Binary | 10011000 | 1101010 | 1010010 | 0 | 11110 | 101110 | 101000 | 10101 | 11110 | 101110 |
Color Harmonies of #986A52
Complementary color
Monochromatic Colors of #986A52
Black with #986A52
Text Example
Text Example
White with #986A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A52; }
p { color: rgb(152,106,82); }
H1.HeaderClassName
{
color: #986A52;
}
.AnyTagClassName
{
color: #986A52;
}
</style>
background-color css
<style>
a { background-color: #986A52; }
a { background-color: rgb(152,106,82); }
div.DivClassName
{
background-color: #986A52;
}
.BgClassName
{
background-color: #986A52;
}
</style>
border-color css
<style>
span { border-color: #986A52; }
span { border-color: rgb(152,106,82); }
td.TdClassName
{
border-color: #986A52;
}
.TagClassName
{
border-color: #986A52;
}
</style>