Shades of Dark Tan #986543
Tints of Dark Tan #986543
RGB
CMYK
RGB Variations
Color information
#986543 (or 0x986543) is known color: Dark Tan. HEX triplet: 98, 65 and 43. RGB value is (152,101,67). Sum of RGB (Red+Green+Blue) = 152+101+67=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #986543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986543 is #679ABC. Grayscale: #707070. Windows color (decimal): -6789821 or 4416920. OLE color: 4416920.
HSL color Cylindrical-coordinate representation of color #986543: hue angle of 24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986543 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 67 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.40 |
| HSL | 24º | 0.39% | 0.43% | - |
| HSV(B) | 24º | 0.56% | 0.6% | - |
| XYZ | 18.62 | 16.39 | 7.49 | - |
| YUV | 112.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 67 | 0 | 0.34 | 0.56 | 0.40 | 24 | 0.39 | 0.43 |
| Hex | 98 | 65 | 43 | 0 | 22 | 38 | 28 | 18 | 27 | 2B |
| Octal | 230 | 145 | 103 | 0 | 42 | 70 | 50 | 30 | 47 | 53 |
| Binary | 10011000 | 1100101 | 1000011 | 0 | 100010 | 111000 | 101000 | 11000 | 100111 | 101011 |
Color Harmonies of #986543
Complementary color
Monochromatic Colors of #986543
Black with #986543
Text Example
Text Example
White with #986543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986543; }
p { color: rgb(152,101,67); }
H1.HeaderClassName
{
color: #986543;
}
.AnyTagClassName
{
color: #986543;
}
</style>
background-color css
<style>
a { background-color: #986543; }
a { background-color: rgb(152,101,67); }
div.DivClassName
{
background-color: #986543;
}
.BgClassName
{
background-color: #986543;
}
</style>
border-color css
<style>
span { border-color: #986543; }
span { border-color: rgb(152,101,67); }
td.TdClassName
{
border-color: #986543;
}
.TagClassName
{
border-color: #986543;
}
</style>