Shades of Dark Tan #986448
Tints of Dark Tan #986448
RGB
CMYK
RGB Variations
Color information
#986448 (or 0x986448) is known color: Dark Tan. HEX triplet: 98, 64 and 48. RGB value is (152,100,72). Sum of RGB (Red+Green+Blue) = 152+100+72=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #986448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986448 is #679BB7. Grayscale: #707070. Windows color (decimal): -6790072 or 4744344. OLE color: 4744344.
HSL color Cylindrical-coordinate representation of color #986448: hue angle of 21º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #986448 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 72 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.40 |
| HSL | 21º | 0.36% | 0.44% | - |
| HSV(B) | 21º | 0.53% | 0.6% | - |
| XYZ | 18.68 | 16.26 | 8.28 | - |
| YUV | 112.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 72 | 0 | 0.34 | 0.53 | 0.40 | 21 | 0.36 | 0.44 |
| Hex | 98 | 64 | 48 | 0 | 22 | 35 | 28 | 15 | 24 | 2C |
| Octal | 230 | 144 | 110 | 0 | 42 | 65 | 50 | 25 | 44 | 54 |
| Binary | 10011000 | 1100100 | 1001000 | 0 | 100010 | 110101 | 101000 | 10101 | 100100 | 101100 |
Color Harmonies of #986448
Complementary color
Monochromatic Colors of #986448
Black with #986448
Text Example
Text Example
White with #986448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986448; }
p { color: rgb(152,100,72); }
H1.HeaderClassName
{
color: #986448;
}
.AnyTagClassName
{
color: #986448;
}
</style>
background-color css
<style>
a { background-color: #986448; }
a { background-color: rgb(152,100,72); }
div.DivClassName
{
background-color: #986448;
}
.BgClassName
{
background-color: #986448;
}
</style>
border-color css
<style>
span { border-color: #986448; }
span { border-color: rgb(152,100,72); }
td.TdClassName
{
border-color: #986448;
}
.TagClassName
{
border-color: #986448;
}
</style>