Shades of Dark Tan #986745
Tints of Dark Tan #986745
RGB
CMYK
RGB Variations
Color information
#986745 (or 0x986745) is known color: Dark Tan. HEX triplet: 98, 67 and 45. RGB value is (152,103,69). Sum of RGB (Red+Green+Blue) = 152+103+69=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #986745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986745 is #6798BA. Grayscale: #717171. Windows color (decimal): -6789307 or 4548504. OLE color: 4548504.
HSL color Cylindrical-coordinate representation of color #986745: hue angle of 24.58º 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 #986745 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 69 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.40 |
| HSL | 24.58º | 0.38% | 0.43% | - |
| HSV(B) | 24.58º | 0.55% | 0.6% | - |
| XYZ | 18.87 | 16.81 | 7.88 | - |
| YUV | 113.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 69 | 0 | 0.32 | 0.55 | 0.40 | 24.58 | 0.38 | 0.43 |
| Hex | 98 | 67 | 45 | 0 | 20 | 37 | 28 | 19 | 26 | 2B |
| Octal | 230 | 147 | 105 | 0 | 40 | 67 | 50 | 31 | 46 | 53 |
| Binary | 10011000 | 1100111 | 1000101 | 0 | 100000 | 110111 | 101000 | 11001 | 100110 | 101011 |
Color Harmonies of #986745
Complementary color
Monochromatic Colors of #986745
Black with #986745
Text Example
Text Example
White with #986745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986745; }
p { color: rgb(152,103,69); }
H1.HeaderClassName
{
color: #986745;
}
.AnyTagClassName
{
color: #986745;
}
</style>
background-color css
<style>
a { background-color: #986745; }
a { background-color: rgb(152,103,69); }
div.DivClassName
{
background-color: #986745;
}
.BgClassName
{
background-color: #986745;
}
</style>
border-color css
<style>
span { border-color: #986745; }
span { border-color: rgb(152,103,69); }
td.TdClassName
{
border-color: #986745;
}
.TagClassName
{
border-color: #986745;
}
</style>