Shades of Dark Tan #986D4D
Tints of Dark Tan #986D4D
RGB
CMYK
RGB Variations
Color information
#986D4D (or 0x986D4D) is known color: Dark Tan. HEX triplet: 98, 6D and 4D. RGB value is (152,109,77). Sum of RGB (Red+Green+Blue) = 152+109+77=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D4D is #6792B2. Grayscale: #767676. Windows color (decimal): -6787763 or 5074328. OLE color: 5074328.
HSL color Cylindrical-coordinate representation of color #986D4D: hue angle of 25.6º 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 #986D4D is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 77 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.40 |
| HSL | 25.6º | 0.33% | 0.45% | - |
| HSV(B) | 25.6º | 0.49% | 0.6% | - |
| XYZ | 19.76 | 18.15 | 9.48 | - |
| YUV | 118.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 77 | 0 | 0.28 | 0.49 | 0.40 | 25.6 | 0.33 | 0.45 |
| Hex | 98 | 6D | 4D | 0 | 1C | 31 | 28 | 1A | 21 | 2D |
| Octal | 230 | 155 | 115 | 0 | 34 | 61 | 50 | 32 | 41 | 55 |
| Binary | 10011000 | 1101101 | 1001101 | 0 | 11100 | 110001 | 101000 | 11010 | 100001 | 101101 |
Color Harmonies of #986D4D
Complementary color
Monochromatic Colors of #986D4D
Black with #986D4D
Text Example
Text Example
White with #986D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D4D; }
p { color: rgb(152,109,77); }
H1.HeaderClassName
{
color: #986D4D;
}
.AnyTagClassName
{
color: #986D4D;
}
</style>
background-color css
<style>
a { background-color: #986D4D; }
a { background-color: rgb(152,109,77); }
div.DivClassName
{
background-color: #986D4D;
}
.BgClassName
{
background-color: #986D4D;
}
</style>
border-color css
<style>
span { border-color: #986D4D; }
span { border-color: rgb(152,109,77); }
td.TdClassName
{
border-color: #986D4D;
}
.TagClassName
{
border-color: #986D4D;
}
</style>