Shades of Dark Tan #986D50
Tints of Dark Tan #986D50
RGB
CMYK
RGB Variations
Color information
#986D50 (or 0x986D50) is known color: Dark Tan. HEX triplet: 98, 6D and 50. RGB value is (152,109,80). Sum of RGB (Red+Green+Blue) = 152+109+80=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #986D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D50 is #6792AF. Grayscale: #767676. Windows color (decimal): -6787760 or 5270936. OLE color: 5270936.
HSL color Cylindrical-coordinate representation of color #986D50: hue angle of 24.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986D50 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 80 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.40 |
| HSL | 24.17º | 0.31% | 0.45% | - |
| HSV(B) | 24.17º | 0.47% | 0.6% | - |
| XYZ | 19.87 | 18.19 | 10.05 | - |
| YUV | 118.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 80 | 0 | 0.28 | 0.47 | 0.40 | 24.17 | 0.31 | 0.45 |
| Hex | 98 | 6D | 50 | 0 | 1C | 2F | 28 | 18 | 1F | 2D |
| Octal | 230 | 155 | 120 | 0 | 34 | 57 | 50 | 30 | 37 | 55 |
| Binary | 10011000 | 1101101 | 1010000 | 0 | 11100 | 101111 | 101000 | 11000 | 11111 | 101101 |
Color Harmonies of #986D50
Complementary color
Monochromatic Colors of #986D50
Black with #986D50
Text Example
Text Example
White with #986D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D50; }
p { color: rgb(152,109,80); }
H1.HeaderClassName
{
color: #986D50;
}
.AnyTagClassName
{
color: #986D50;
}
</style>
background-color css
<style>
a { background-color: #986D50; }
a { background-color: rgb(152,109,80); }
div.DivClassName
{
background-color: #986D50;
}
.BgClassName
{
background-color: #986D50;
}
</style>
border-color css
<style>
span { border-color: #986D50; }
span { border-color: rgb(152,109,80); }
td.TdClassName
{
border-color: #986D50;
}
.TagClassName
{
border-color: #986D50;
}
</style>