Shades of Dark Tan #986A51
Tints of Dark Tan #986A51
RGB
CMYK
RGB Variations
Color information
#986A51 (or 0x986A51) is known color: Dark Tan. HEX triplet: 98, 6A and 51. RGB value is (152,106,81). Sum of RGB (Red+Green+Blue) = 152+106+81=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A51 is #6795AE. Grayscale: #757575. Windows color (decimal): -6788527 or 5335704. OLE color: 5335704.
HSL color Cylindrical-coordinate representation of color #986A51: hue angle of 21.13º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986A51 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 81 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.40 |
| HSL | 21.13º | 0.3% | 0.46% | - |
| HSV(B) | 21.13º | 0.47% | 0.6% | - |
| XYZ | 19.59 | 17.58 | 10.14 | - |
| YUV | 116.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 81 | 0 | 0.30 | 0.47 | 0.40 | 21.13 | 0.3 | 0.46 |
| Hex | 98 | 6A | 51 | 0 | 1E | 2F | 28 | 15 | 1E | 2E |
| Octal | 230 | 152 | 121 | 0 | 36 | 57 | 50 | 25 | 36 | 56 |
| Binary | 10011000 | 1101010 | 1010001 | 0 | 11110 | 101111 | 101000 | 10101 | 11110 | 101110 |
Color Harmonies of #986A51
Complementary color
Monochromatic Colors of #986A51
Black with #986A51
Text Example
Text Example
White with #986A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A51; }
p { color: rgb(152,106,81); }
H1.HeaderClassName
{
color: #986A51;
}
.AnyTagClassName
{
color: #986A51;
}
</style>
background-color css
<style>
a { background-color: #986A51; }
a { background-color: rgb(152,106,81); }
div.DivClassName
{
background-color: #986A51;
}
.BgClassName
{
background-color: #986A51;
}
</style>
border-color css
<style>
span { border-color: #986A51; }
span { border-color: rgb(152,106,81); }
td.TdClassName
{
border-color: #986A51;
}
.TagClassName
{
border-color: #986A51;
}
</style>