Shades of Dark Tan #986C46
Tints of Dark Tan #986C46
RGB
CMYK
RGB Variations
Color information
#986C46 (or 0x986C46) is known color: Dark Tan. HEX triplet: 98, 6C and 46. RGB value is (152,108,70). Sum of RGB (Red+Green+Blue) = 152+108+70=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #986C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C46 is #6793B9. Grayscale: #757575. Windows color (decimal): -6788026 or 4615320. OLE color: 4615320.
HSL color Cylindrical-coordinate representation of color #986C46: hue angle of 27.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986C46 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 70 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.40 |
| HSL | 27.8º | 0.37% | 0.44% | - |
| HSV(B) | 27.8º | 0.54% | 0.6% | - |
| XYZ | 19.42 | 17.84 | 8.21 | - |
| YUV | 116.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 70 | 0 | 0.29 | 0.54 | 0.40 | 27.8 | 0.37 | 0.44 |
| Hex | 98 | 6C | 46 | 0 | 1D | 36 | 28 | 1C | 25 | 2C |
| Octal | 230 | 154 | 106 | 0 | 35 | 66 | 50 | 34 | 45 | 54 |
| Binary | 10011000 | 1101100 | 1000110 | 0 | 11101 | 110110 | 101000 | 11100 | 100101 | 101100 |
Color Harmonies of #986C46
Complementary color
Monochromatic Colors of #986C46
Black with #986C46
Text Example
Text Example
White with #986C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C46; }
p { color: rgb(152,108,70); }
H1.HeaderClassName
{
color: #986C46;
}
.AnyTagClassName
{
color: #986C46;
}
</style>
background-color css
<style>
a { background-color: #986C46; }
a { background-color: rgb(152,108,70); }
div.DivClassName
{
background-color: #986C46;
}
.BgClassName
{
background-color: #986C46;
}
</style>
border-color css
<style>
span { border-color: #986C46; }
span { border-color: rgb(152,108,70); }
td.TdClassName
{
border-color: #986C46;
}
.TagClassName
{
border-color: #986C46;
}
</style>