Shades of Dark Tan #986E4D
Tints of Dark Tan #986E4D
RGB
CMYK
RGB Variations
Color information
#986E4D (or 0x986E4D) is known color: Dark Tan. HEX triplet: 98, 6E and 4D. RGB value is (152,110,77). Sum of RGB (Red+Green+Blue) = 152+110+77=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E4D is #6791B2. Grayscale: #767676. Windows color (decimal): -6787507 or 5074584. OLE color: 5074584.
HSL color Cylindrical-coordinate representation of color #986E4D: hue angle of 26.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986E4D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 110 | 77 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.40 |
| HSL | 26.4º | 0.33% | 0.45% | - |
| HSV(B) | 26.4º | 0.49% | 0.6% | - |
| XYZ | 19.86 | 18.36 | 9.52 | - |
| YUV | 118.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 77 | 0 | 0.28 | 0.49 | 0.40 | 26.4 | 0.33 | 0.45 |
| Hex | 98 | 6E | 4D | 0 | 1C | 31 | 28 | 1A | 21 | 2D |
| Octal | 230 | 156 | 115 | 0 | 34 | 61 | 50 | 32 | 41 | 55 |
| Binary | 10011000 | 1101110 | 1001101 | 0 | 11100 | 110001 | 101000 | 11010 | 100001 | 101101 |
Color Harmonies of #986E4D
Complementary color
Monochromatic Colors of #986E4D
Black with #986E4D
Text Example
Text Example
White with #986E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986E4D; }
p { color: rgb(152,110,77); }
H1.HeaderClassName
{
color: #986E4D;
}
.AnyTagClassName
{
color: #986E4D;
}
</style>
background-color css
<style>
a { background-color: #986E4D; }
a { background-color: rgb(152,110,77); }
div.DivClassName
{
background-color: #986E4D;
}
.BgClassName
{
background-color: #986E4D;
}
</style>
border-color css
<style>
span { border-color: #986E4D; }
span { border-color: rgb(152,110,77); }
td.TdClassName
{
border-color: #986E4D;
}
.TagClassName
{
border-color: #986E4D;
}
</style>