Shades of Mauve Taupe #985E6E
Tints of Mauve Taupe #985E6E
RGB
CMYK
RGB Variations
Color information
#985E6E (or 0x985E6E) is known color: Mauve Taupe. HEX triplet: 98, 5E and 6E. RGB value is (152,94,110). Sum of RGB (Red+Green+Blue) = 152+94+110=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #985E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E6E is #67A191. Grayscale: #717171. Windows color (decimal): -6791570 or 7233176. OLE color: 7233176.
HSL color Cylindrical-coordinate representation of color #985E6E: hue angle of 343.45º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985E6E is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 110 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.40 |
| HSL | 343.45º | 0.24% | 0.48% | - |
| HSV(B) | 343.45º | 0.38% | 0.6% | - |
| XYZ | 19.77 | 15.81 | 16.76 | - |
| YUV | 113.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 110 | 0 | 0.38 | 0.28 | 0.40 | 343.45 | 0.24 | 0.48 |
| Hex | 98 | 5E | 6E | 0 | 26 | 1C | 28 | 157 | 18 | 30 |
| Octal | 230 | 136 | 156 | 0 | 46 | 34 | 50 | 527 | 30 | 60 |
| Binary | 10011000 | 1011110 | 1101110 | 0 | 100110 | 11100 | 101000 | 101010111 | 11000 | 110000 |
Color Harmonies of #985E6E
Complementary color
Monochromatic Colors of #985E6E
Black with #985E6E
Text Example
Text Example
White with #985E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E6E; }
p { color: rgb(152,94,110); }
H1.HeaderClassName
{
color: #985E6E;
}
.AnyTagClassName
{
color: #985E6E;
}
</style>
background-color css
<style>
a { background-color: #985E6E; }
a { background-color: rgb(152,94,110); }
div.DivClassName
{
background-color: #985E6E;
}
.BgClassName
{
background-color: #985E6E;
}
</style>
border-color css
<style>
span { border-color: #985E6E; }
span { border-color: rgb(152,94,110); }
td.TdClassName
{
border-color: #985E6E;
}
.TagClassName
{
border-color: #985E6E;
}
</style>