Shades of Mauve Taupe #985A6D
Tints of Mauve Taupe #985A6D
RGB
CMYK
RGB Variations
Color information
#985A6D (or 0x985A6D) is known color: Mauve Taupe. HEX triplet: 98, 5A and 6D. RGB value is (152,90,109). Sum of RGB (Red+Green+Blue) = 152+90+109=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #985A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A6D is #67A592. Grayscale: #6E6E6E. Windows color (decimal): -6792595 or 7166616. OLE color: 7166616.
HSL color Cylindrical-coordinate representation of color #985A6D: hue angle of 341.61º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A6D is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 109 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.40 |
| HSL | 341.61º | 0.26% | 0.47% | - |
| HSV(B) | 341.61º | 0.41% | 0.6% | - |
| XYZ | 19.37 | 15.09 | 16.36 | - |
| YUV | 110.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 109 | 0 | 0.41 | 0.28 | 0.40 | 341.61 | 0.26 | 0.47 |
| Hex | 98 | 5A | 6D | 0 | 29 | 1C | 28 | 156 | 1A | 2F |
| Octal | 230 | 132 | 155 | 0 | 51 | 34 | 50 | 526 | 32 | 57 |
| Binary | 10011000 | 1011010 | 1101101 | 0 | 101001 | 11100 | 101000 | 101010110 | 11010 | 101111 |
Color Harmonies of #985A6D
Complementary color
Monochromatic Colors of #985A6D
Black with #985A6D
Text Example
Text Example
White with #985A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A6D; }
p { color: rgb(152,90,109); }
H1.HeaderClassName
{
color: #985A6D;
}
.AnyTagClassName
{
color: #985A6D;
}
</style>
background-color css
<style>
a { background-color: #985A6D; }
a { background-color: rgb(152,90,109); }
div.DivClassName
{
background-color: #985A6D;
}
.BgClassName
{
background-color: #985A6D;
}
</style>
border-color css
<style>
span { border-color: #985A6D; }
span { border-color: rgb(152,90,109); }
td.TdClassName
{
border-color: #985A6D;
}
.TagClassName
{
border-color: #985A6D;
}
</style>