Shades of Dark Tan #986A45
Tints of Dark Tan #986A45
RGB
CMYK
RGB Variations
Color information
#986A45 (or 0x986A45) is known color: Dark Tan. HEX triplet: 98, 6A and 45. RGB value is (152,106,69). Sum of RGB (Red+Green+Blue) = 152+106+69=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #986A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A45 is #6795BA. Grayscale: #737373. Windows color (decimal): -6788539 or 4549272. OLE color: 4549272.
HSL color Cylindrical-coordinate representation of color #986A45: hue angle of 26.75º 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 #986A45 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 69 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.40 |
| HSL | 26.75º | 0.38% | 0.43% | - |
| HSV(B) | 26.75º | 0.55% | 0.6% | - |
| XYZ | 19.18 | 17.41 | 7.98 | - |
| YUV | 115.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 69 | 0 | 0.30 | 0.55 | 0.40 | 26.75 | 0.38 | 0.43 |
| Hex | 98 | 6A | 45 | 0 | 1E | 37 | 28 | 1B | 26 | 2B |
| Octal | 230 | 152 | 105 | 0 | 36 | 67 | 50 | 33 | 46 | 53 |
| Binary | 10011000 | 1101010 | 1000101 | 0 | 11110 | 110111 | 101000 | 11011 | 100110 | 101011 |
Color Harmonies of #986A45
Complementary color
Monochromatic Colors of #986A45
Black with #986A45
Text Example
Text Example
White with #986A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A45; }
p { color: rgb(152,106,69); }
H1.HeaderClassName
{
color: #986A45;
}
.AnyTagClassName
{
color: #986A45;
}
</style>
background-color css
<style>
a { background-color: #986A45; }
a { background-color: rgb(152,106,69); }
div.DivClassName
{
background-color: #986A45;
}
.BgClassName
{
background-color: #986A45;
}
</style>
border-color css
<style>
span { border-color: #986A45; }
span { border-color: rgb(152,106,69); }
td.TdClassName
{
border-color: #986A45;
}
.TagClassName
{
border-color: #986A45;
}
</style>