Shades of Dark Tan #986249
Tints of Dark Tan #986249
RGB
CMYK
RGB Variations
Color information
#986249 (or 0x986249) is known color: Dark Tan. HEX triplet: 98, 62 and 49. RGB value is (152,98,73). Sum of RGB (Red+Green+Blue) = 152+98+73=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #986249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986249 is #679DB6. Grayscale: #6F6F6F. Windows color (decimal): -6790583 or 4809368. OLE color: 4809368.
HSL color Cylindrical-coordinate representation of color #986249: hue angle of 18.99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986249 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 73 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.40 |
| HSL | 18.99º | 0.35% | 0.44% | - |
| HSV(B) | 18.99º | 0.52% | 0.6% | - |
| XYZ | 18.52 | 15.89 | 8.39 | - |
| YUV | 111.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 73 | 0 | 0.36 | 0.52 | 0.40 | 18.99 | 0.35 | 0.44 |
| Hex | 98 | 62 | 49 | 0 | 24 | 34 | 28 | 13 | 23 | 2C |
| Octal | 230 | 142 | 111 | 0 | 44 | 64 | 50 | 23 | 43 | 54 |
| Binary | 10011000 | 1100010 | 1001001 | 0 | 100100 | 110100 | 101000 | 10011 | 100011 | 101100 |
Color Harmonies of #986249
Complementary color
Monochromatic Colors of #986249
Black with #986249
Text Example
Text Example
White with #986249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986249; }
p { color: rgb(152,98,73); }
H1.HeaderClassName
{
color: #986249;
}
.AnyTagClassName
{
color: #986249;
}
</style>
background-color css
<style>
a { background-color: #986249; }
a { background-color: rgb(152,98,73); }
div.DivClassName
{
background-color: #986249;
}
.BgClassName
{
background-color: #986249;
}
</style>
border-color css
<style>
span { border-color: #986249; }
span { border-color: rgb(152,98,73); }
td.TdClassName
{
border-color: #986249;
}
.TagClassName
{
border-color: #986249;
}
</style>