Shades of Dark Tan #986C50
Tints of Dark Tan #986C50
RGB
CMYK
RGB Variations
Color information
#986C50 (or 0x986C50) is known color: Dark Tan. HEX triplet: 98, 6C and 50. RGB value is (152,108,80). Sum of RGB (Red+Green+Blue) = 152+108+80=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #986C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C50 is #6793AF. Grayscale: #767676. Windows color (decimal): -6788016 or 5270680. OLE color: 5270680.
HSL color Cylindrical-coordinate representation of color #986C50: hue angle of 23.33º 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 #986C50 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 80 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.40 |
| HSL | 23.33º | 0.31% | 0.45% | - |
| HSV(B) | 23.33º | 0.47% | 0.6% | - |
| XYZ | 19.76 | 17.98 | 10.02 | - |
| YUV | 117.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 80 | 0 | 0.29 | 0.47 | 0.40 | 23.33 | 0.31 | 0.45 |
| Hex | 98 | 6C | 50 | 0 | 1D | 2F | 28 | 17 | 1F | 2D |
| Octal | 230 | 154 | 120 | 0 | 35 | 57 | 50 | 27 | 37 | 55 |
| Binary | 10011000 | 1101100 | 1010000 | 0 | 11101 | 101111 | 101000 | 10111 | 11111 | 101101 |
Color Harmonies of #986C50
Complementary color
Monochromatic Colors of #986C50
Black with #986C50
Text Example
Text Example
White with #986C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C50; }
p { color: rgb(152,108,80); }
H1.HeaderClassName
{
color: #986C50;
}
.AnyTagClassName
{
color: #986C50;
}
</style>
background-color css
<style>
a { background-color: #986C50; }
a { background-color: rgb(152,108,80); }
div.DivClassName
{
background-color: #986C50;
}
.BgClassName
{
background-color: #986C50;
}
</style>
border-color css
<style>
span { border-color: #986C50; }
span { border-color: rgb(152,108,80); }
td.TdClassName
{
border-color: #986C50;
}
.TagClassName
{
border-color: #986C50;
}
</style>