Shades of Dark Tan #986744
Tints of Dark Tan #986744
RGB
CMYK
RGB Variations
Color information
#986744 (or 0x986744) is known color: Dark Tan. HEX triplet: 98, 67 and 44. RGB value is (152,103,68). Sum of RGB (Red+Green+Blue) = 152+103+68=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #986744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986744 is #6798BB. Grayscale: #717171. Windows color (decimal): -6789308 or 4482968. OLE color: 4482968.
HSL color Cylindrical-coordinate representation of color #986744: hue angle of 25º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986744 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 68 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.40 |
| HSL | 25º | 0.38% | 0.43% | - |
| HSV(B) | 25º | 0.55% | 0.6% | - |
| XYZ | 18.84 | 16.79 | 7.72 | - |
| YUV | 113.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 68 | 0 | 0.32 | 0.55 | 0.40 | 25 | 0.38 | 0.43 |
| Hex | 98 | 67 | 44 | 0 | 20 | 37 | 28 | 19 | 26 | 2B |
| Octal | 230 | 147 | 104 | 0 | 40 | 67 | 50 | 31 | 46 | 53 |
| Binary | 10011000 | 1100111 | 1000100 | 0 | 100000 | 110111 | 101000 | 11001 | 100110 | 101011 |
Color Harmonies of #986744
Complementary color
Monochromatic Colors of #986744
Black with #986744
Text Example
Text Example
White with #986744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986744; }
p { color: rgb(152,103,68); }
H1.HeaderClassName
{
color: #986744;
}
.AnyTagClassName
{
color: #986744;
}
</style>
background-color css
<style>
a { background-color: #986744; }
a { background-color: rgb(152,103,68); }
div.DivClassName
{
background-color: #986744;
}
.BgClassName
{
background-color: #986744;
}
</style>
border-color css
<style>
span { border-color: #986744; }
span { border-color: rgb(152,103,68); }
td.TdClassName
{
border-color: #986744;
}
.TagClassName
{
border-color: #986744;
}
</style>