Shades of Dark Tan #986D4C
Tints of Dark Tan #986D4C
RGB
CMYK
RGB Variations
Color information
#986D4C (or 0x986D4C) is known color: Dark Tan. HEX triplet: 98, 6D and 4C. RGB value is (152,109,76). Sum of RGB (Red+Green+Blue) = 152+109+76=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D4C is #6792B3. Grayscale: #767676. Windows color (decimal): -6787764 or 5008792. OLE color: 5008792.
HSL color Cylindrical-coordinate representation of color #986D4C: hue angle of 26.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986D4C is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 76 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.40 |
| HSL | 26.05º | 0.33% | 0.45% | - |
| HSV(B) | 26.05º | 0.5% | 0.6% | - |
| XYZ | 19.72 | 18.13 | 9.3 | - |
| YUV | 118.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 76 | 0 | 0.28 | 0.50 | 0.40 | 26.05 | 0.33 | 0.45 |
| Hex | 98 | 6D | 4C | 0 | 1C | 32 | 28 | 1A | 21 | 2D |
| Octal | 230 | 155 | 114 | 0 | 34 | 62 | 50 | 32 | 41 | 55 |
| Binary | 10011000 | 1101101 | 1001100 | 0 | 11100 | 110010 | 101000 | 11010 | 100001 | 101101 |
Color Harmonies of #986D4C
Complementary color
Monochromatic Colors of #986D4C
Black with #986D4C
Text Example
Text Example
White with #986D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D4C; }
p { color: rgb(152,109,76); }
H1.HeaderClassName
{
color: #986D4C;
}
.AnyTagClassName
{
color: #986D4C;
}
</style>
background-color css
<style>
a { background-color: #986D4C; }
a { background-color: rgb(152,109,76); }
div.DivClassName
{
background-color: #986D4C;
}
.BgClassName
{
background-color: #986D4C;
}
</style>
border-color css
<style>
span { border-color: #986D4C; }
span { border-color: rgb(152,109,76); }
td.TdClassName
{
border-color: #986D4C;
}
.TagClassName
{
border-color: #986D4C;
}
</style>