Shades of Dark Tan #986D4A
Tints of Dark Tan #986D4A
RGB
CMYK
RGB Variations
Color information
#986D4A (or 0x986D4A) is known color: Dark Tan. HEX triplet: 98, 6D and 4A. RGB value is (152,109,74). Sum of RGB (Red+Green+Blue) = 152+109+74=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D4A is #6792B5. Grayscale: #767676. Windows color (decimal): -6787766 or 4877720. OLE color: 4877720.
HSL color Cylindrical-coordinate representation of color #986D4A: hue angle of 26.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986D4A is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 74 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.40 |
| HSL | 26.92º | 0.35% | 0.44% | - |
| HSV(B) | 26.92º | 0.51% | 0.6% | - |
| XYZ | 19.65 | 18.11 | 8.94 | - |
| YUV | 117.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 74 | 0 | 0.28 | 0.51 | 0.40 | 26.92 | 0.35 | 0.44 |
| Hex | 98 | 6D | 4A | 0 | 1C | 33 | 28 | 1B | 23 | 2C |
| Octal | 230 | 155 | 112 | 0 | 34 | 63 | 50 | 33 | 43 | 54 |
| Binary | 10011000 | 1101101 | 1001010 | 0 | 11100 | 110011 | 101000 | 11011 | 100011 | 101100 |
Color Harmonies of #986D4A
Complementary color
Monochromatic Colors of #986D4A
Black with #986D4A
Text Example
Text Example
White with #986D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D4A; }
p { color: rgb(152,109,74); }
H1.HeaderClassName
{
color: #986D4A;
}
.AnyTagClassName
{
color: #986D4A;
}
</style>
background-color css
<style>
a { background-color: #986D4A; }
a { background-color: rgb(152,109,74); }
div.DivClassName
{
background-color: #986D4A;
}
.BgClassName
{
background-color: #986D4A;
}
</style>
border-color css
<style>
span { border-color: #986D4A; }
span { border-color: rgb(152,109,74); }
td.TdClassName
{
border-color: #986D4A;
}
.TagClassName
{
border-color: #986D4A;
}
</style>