Shades of Dark Tan #986C4C
Tints of Dark Tan #986C4C
RGB
CMYK
RGB Variations
Color information
#986C4C (or 0x986C4C) is known color: Dark Tan. HEX triplet: 98, 6C and 4C. RGB value is (152,108,76). Sum of RGB (Red+Green+Blue) = 152+108+76=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C4C is #6793B3. Grayscale: #757575. Windows color (decimal): -6788020 or 5008536. OLE color: 5008536.
HSL color Cylindrical-coordinate representation of color #986C4C: hue angle of 25.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986C4C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 76 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.40 |
| HSL | 25.26º | 0.33% | 0.45% | - |
| HSV(B) | 25.26º | 0.5% | 0.6% | - |
| XYZ | 19.62 | 17.92 | 9.26 | - |
| YUV | 117.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 76 | 0 | 0.29 | 0.50 | 0.40 | 25.26 | 0.33 | 0.45 |
| Hex | 98 | 6C | 4C | 0 | 1D | 32 | 28 | 19 | 21 | 2D |
| Octal | 230 | 154 | 114 | 0 | 35 | 62 | 50 | 31 | 41 | 55 |
| Binary | 10011000 | 1101100 | 1001100 | 0 | 11101 | 110010 | 101000 | 11001 | 100001 | 101101 |
Color Harmonies of #986C4C
Complementary color
Monochromatic Colors of #986C4C
Black with #986C4C
Text Example
Text Example
White with #986C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C4C; }
p { color: rgb(152,108,76); }
H1.HeaderClassName
{
color: #986C4C;
}
.AnyTagClassName
{
color: #986C4C;
}
</style>
background-color css
<style>
a { background-color: #986C4C; }
a { background-color: rgb(152,108,76); }
div.DivClassName
{
background-color: #986C4C;
}
.BgClassName
{
background-color: #986C4C;
}
</style>
border-color css
<style>
span { border-color: #986C4C; }
span { border-color: rgb(152,108,76); }
td.TdClassName
{
border-color: #986C4C;
}
.TagClassName
{
border-color: #986C4C;
}
</style>