Shades of Mauve Taupe #986073
Tints of Mauve Taupe #986073
RGB
CMYK
RGB Variations
Color information
#986073 (or 0x986073) is known color: Mauve Taupe. HEX triplet: 98, 60 and 73. RGB value is (152,96,115). Sum of RGB (Red+Green+Blue) = 152+96+115=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #986073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986073 is #679F8C. Grayscale: #727272. Windows color (decimal): -6791053 or 7561368. OLE color: 7561368.
HSL color Cylindrical-coordinate representation of color #986073: hue angle of 339.64º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986073 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 115 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.40 |
| HSL | 339.64º | 0.23% | 0.49% | - |
| HSV(B) | 339.64º | 0.37% | 0.6% | - |
| XYZ | 20.23 | 16.28 | 18.3 | - |
| YUV | 114.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 115 | 0 | 0.37 | 0.24 | 0.40 | 339.64 | 0.23 | 0.49 |
| Hex | 98 | 60 | 73 | 0 | 25 | 18 | 28 | 154 | 17 | 31 |
| Octal | 230 | 140 | 163 | 0 | 45 | 30 | 50 | 524 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1110011 | 0 | 100101 | 11000 | 101000 | 101010100 | 10111 | 110001 |
Color Harmonies of #986073
Complementary color
Monochromatic Colors of #986073
Black with #986073
Text Example
Text Example
White with #986073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986073; }
p { color: rgb(152,96,115); }
H1.HeaderClassName
{
color: #986073;
}
.AnyTagClassName
{
color: #986073;
}
</style>
background-color css
<style>
a { background-color: #986073; }
a { background-color: rgb(152,96,115); }
div.DivClassName
{
background-color: #986073;
}
.BgClassName
{
background-color: #986073;
}
</style>
border-color css
<style>
span { border-color: #986073; }
span { border-color: rgb(152,96,115); }
td.TdClassName
{
border-color: #986073;
}
.TagClassName
{
border-color: #986073;
}
</style>