Shades of Dark Tan #986844
Tints of Dark Tan #986844
RGB
CMYK
RGB Variations
Color information
#986844 (or 0x986844) is known color: Dark Tan. HEX triplet: 98, 68 and 44. RGB value is (152,104,68). Sum of RGB (Red+Green+Blue) = 152+104+68=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #986844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986844 is #6797BB. Grayscale: #727272. Windows color (decimal): -6789052 or 4483224. OLE color: 4483224.
HSL color Cylindrical-coordinate representation of color #986844: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986844 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 68 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.40 |
| HSL | 25.71º | 0.38% | 0.43% | - |
| HSV(B) | 25.71º | 0.55% | 0.6% | - |
| XYZ | 18.94 | 16.99 | 7.75 | - |
| YUV | 114.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 68 | 0 | 0.32 | 0.55 | 0.40 | 25.71 | 0.38 | 0.43 |
| Hex | 98 | 68 | 44 | 0 | 20 | 37 | 28 | 1A | 26 | 2B |
| Octal | 230 | 150 | 104 | 0 | 40 | 67 | 50 | 32 | 46 | 53 |
| Binary | 10011000 | 1101000 | 1000100 | 0 | 100000 | 110111 | 101000 | 11010 | 100110 | 101011 |
Color Harmonies of #986844
Complementary color
Monochromatic Colors of #986844
Black with #986844
Text Example
Text Example
White with #986844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986844; }
p { color: rgb(152,104,68); }
H1.HeaderClassName
{
color: #986844;
}
.AnyTagClassName
{
color: #986844;
}
</style>
background-color css
<style>
a { background-color: #986844; }
a { background-color: rgb(152,104,68); }
div.DivClassName
{
background-color: #986844;
}
.BgClassName
{
background-color: #986844;
}
</style>
border-color css
<style>
span { border-color: #986844; }
span { border-color: rgb(152,104,68); }
td.TdClassName
{
border-color: #986844;
}
.TagClassName
{
border-color: #986844;
}
</style>