Shades of Dark Tan #986A4D
Tints of Dark Tan #986A4D
RGB
CMYK
RGB Variations
Color information
#986A4D (or 0x986A4D) is known color: Dark Tan. HEX triplet: 98, 6A and 4D. RGB value is (152,106,77). Sum of RGB (Red+Green+Blue) = 152+106+77=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #986A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A4D is #6795B2. Grayscale: #747474. Windows color (decimal): -6788531 or 5073560. OLE color: 5073560.
HSL color Cylindrical-coordinate representation of color #986A4D: hue angle of 23.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986A4D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 77 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.40 |
| HSL | 23.2º | 0.33% | 0.45% | - |
| HSV(B) | 23.2º | 0.49% | 0.6% | - |
| XYZ | 19.44 | 17.52 | 9.38 | - |
| YUV | 116.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 77 | 0 | 0.30 | 0.49 | 0.40 | 23.2 | 0.33 | 0.45 |
| Hex | 98 | 6A | 4D | 0 | 1E | 31 | 28 | 17 | 21 | 2D |
| Octal | 230 | 152 | 115 | 0 | 36 | 61 | 50 | 27 | 41 | 55 |
| Binary | 10011000 | 1101010 | 1001101 | 0 | 11110 | 110001 | 101000 | 10111 | 100001 | 101101 |
Color Harmonies of #986A4D
Complementary color
Monochromatic Colors of #986A4D
Black with #986A4D
Text Example
Text Example
White with #986A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A4D; }
p { color: rgb(152,106,77); }
H1.HeaderClassName
{
color: #986A4D;
}
.AnyTagClassName
{
color: #986A4D;
}
</style>
background-color css
<style>
a { background-color: #986A4D; }
a { background-color: rgb(152,106,77); }
div.DivClassName
{
background-color: #986A4D;
}
.BgClassName
{
background-color: #986A4D;
}
</style>
border-color css
<style>
span { border-color: #986A4D; }
span { border-color: rgb(152,106,77); }
td.TdClassName
{
border-color: #986A4D;
}
.TagClassName
{
border-color: #986A4D;
}
</style>