Shades of Dark Tan #986653
Tints of Dark Tan #986653
RGB
CMYK
RGB Variations
Color information
#986653 (or 0x986653) is known color: Dark Tan. HEX triplet: 98, 66 and 53. RGB value is (152,102,83). Sum of RGB (Red+Green+Blue) = 152+102+83=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #986653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986653 is #6799AC. Grayscale: #727272. Windows color (decimal): -6789549 or 5465752. OLE color: 5465752.
HSL color Cylindrical-coordinate representation of color #986653: hue angle of 16.52º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986653 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 83 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.40 |
| HSL | 16.52º | 0.29% | 0.46% | - |
| HSV(B) | 16.52º | 0.45% | 0.6% | - |
| XYZ | 19.26 | 16.8 | 10.41 | - |
| YUV | 114.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 83 | 0 | 0.33 | 0.45 | 0.40 | 16.52 | 0.29 | 0.46 |
| Hex | 98 | 66 | 53 | 0 | 21 | 2D | 28 | 11 | 1D | 2E |
| Octal | 230 | 146 | 123 | 0 | 41 | 55 | 50 | 21 | 35 | 56 |
| Binary | 10011000 | 1100110 | 1010011 | 0 | 100001 | 101101 | 101000 | 10001 | 11101 | 101110 |
Color Harmonies of #986653
Complementary color
Monochromatic Colors of #986653
Black with #986653
Text Example
Text Example
White with #986653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986653; }
p { color: rgb(152,102,83); }
H1.HeaderClassName
{
color: #986653;
}
.AnyTagClassName
{
color: #986653;
}
</style>
background-color css
<style>
a { background-color: #986653; }
a { background-color: rgb(152,102,83); }
div.DivClassName
{
background-color: #986653;
}
.BgClassName
{
background-color: #986653;
}
</style>
border-color css
<style>
span { border-color: #986653; }
span { border-color: rgb(152,102,83); }
td.TdClassName
{
border-color: #986653;
}
.TagClassName
{
border-color: #986653;
}
</style>