Shades of Dark Tan #986949
Tints of Dark Tan #986949
RGB
CMYK
RGB Variations
Color information
#986949 (or 0x986949) is known color: Dark Tan. HEX triplet: 98, 69 and 49. RGB value is (152,105,73). Sum of RGB (Red+Green+Blue) = 152+105+73=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #986949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986949 is #6796B6. Grayscale: #737373. Windows color (decimal): -6788791 or 4811160. OLE color: 4811160.
HSL color Cylindrical-coordinate representation of color #986949: hue angle of 24.3º 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 #986949 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 73 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.40 |
| HSL | 24.3º | 0.35% | 0.44% | - |
| HSV(B) | 24.3º | 0.52% | 0.6% | - |
| XYZ | 19.2 | 17.26 | 8.62 | - |
| YUV | 115.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 73 | 0 | 0.31 | 0.52 | 0.40 | 24.3 | 0.35 | 0.44 |
| Hex | 98 | 69 | 49 | 0 | 1F | 34 | 28 | 18 | 23 | 2C |
| Octal | 230 | 151 | 111 | 0 | 37 | 64 | 50 | 30 | 43 | 54 |
| Binary | 10011000 | 1101001 | 1001001 | 0 | 11111 | 110100 | 101000 | 11000 | 100011 | 101100 |
Color Harmonies of #986949
Complementary color
Monochromatic Colors of #986949
Black with #986949
Text Example
Text Example
White with #986949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986949; }
p { color: rgb(152,105,73); }
H1.HeaderClassName
{
color: #986949;
}
.AnyTagClassName
{
color: #986949;
}
</style>
background-color css
<style>
a { background-color: #986949; }
a { background-color: rgb(152,105,73); }
div.DivClassName
{
background-color: #986949;
}
.BgClassName
{
background-color: #986949;
}
</style>
border-color css
<style>
span { border-color: #986949; }
span { border-color: rgb(152,105,73); }
td.TdClassName
{
border-color: #986949;
}
.TagClassName
{
border-color: #986949;
}
</style>