Shades of Dark Tan #986841
Tints of Dark Tan #986841
RGB
CMYK
RGB Variations
Color information
#986841 (or 0x986841) is known color: Dark Tan. HEX triplet: 98, 68 and 41. RGB value is (152,104,65). Sum of RGB (Red+Green+Blue) = 152+104+65=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986841 is #6797BE. Grayscale: #727272. Windows color (decimal): -6789055 or 4286616. OLE color: 4286616.
HSL color Cylindrical-coordinate representation of color #986841: hue angle of 26.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986841 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 65 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.40 |
| HSL | 26.9º | 0.4% | 0.43% | - |
| HSV(B) | 26.9º | 0.57% | 0.6% | - |
| XYZ | 18.85 | 16.96 | 7.28 | - |
| YUV | 113.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 65 | 0 | 0.32 | 0.57 | 0.40 | 26.9 | 0.4 | 0.43 |
| Hex | 98 | 68 | 41 | 0 | 20 | 39 | 28 | 1B | 28 | 2B |
| Octal | 230 | 150 | 101 | 0 | 40 | 71 | 50 | 33 | 50 | 53 |
| Binary | 10011000 | 1101000 | 1000001 | 0 | 100000 | 111001 | 101000 | 11011 | 101000 | 101011 |
Color Harmonies of #986841
Complementary color
Monochromatic Colors of #986841
Black with #986841
Text Example
Text Example
White with #986841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986841; }
p { color: rgb(152,104,65); }
H1.HeaderClassName
{
color: #986841;
}
.AnyTagClassName
{
color: #986841;
}
</style>
background-color css
<style>
a { background-color: #986841; }
a { background-color: rgb(152,104,65); }
div.DivClassName
{
background-color: #986841;
}
.BgClassName
{
background-color: #986841;
}
</style>
border-color css
<style>
span { border-color: #986841; }
span { border-color: rgb(152,104,65); }
td.TdClassName
{
border-color: #986841;
}
.TagClassName
{
border-color: #986841;
}
</style>