Shades of Mauve Taupe #91656E
Tints of Mauve Taupe #91656E
RGB
CMYK
RGB Variations
Color information
#91656E (or 0x91656E) is known color: Mauve Taupe. HEX triplet: 91, 65 and 6E. RGB value is (145,101,110). Sum of RGB (Red+Green+Blue) = 145+101+110=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91656E is #6E9A91. Grayscale: #737373. Windows color (decimal): -7248530 or 7234961. OLE color: 7234961.
HSL color Cylindrical-coordinate representation of color #91656E: hue angle of 347.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91656E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 110 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.43 |
| HSL | 347.73º | 0.18% | 0.48% | - |
| HSV(B) | 347.73º | 0.3% | 0.57% | - |
| XYZ | 19.15 | 16.45 | 16.92 | - |
| YUV | 115.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 110 | 0 | 0.30 | 0.24 | 0.43 | 347.73 | 0.18 | 0.48 |
| Hex | 91 | 65 | 6E | 0 | 1E | 18 | 2B | 15C | 12 | 30 |
| Octal | 221 | 145 | 156 | 0 | 36 | 30 | 53 | 534 | 22 | 60 |
| Binary | 10010001 | 1100101 | 1101110 | 0 | 11110 | 11000 | 101011 | 101011100 | 10010 | 110000 |
Color Harmonies of #91656E
Complementary color
Monochromatic Colors of #91656E
Black with #91656E
Text Example
Text Example
White with #91656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91656E; }
p { color: rgb(145,101,110); }
H1.HeaderClassName
{
color: #91656E;
}
.AnyTagClassName
{
color: #91656E;
}
</style>
background-color css
<style>
a { background-color: #91656E; }
a { background-color: rgb(145,101,110); }
div.DivClassName
{
background-color: #91656E;
}
.BgClassName
{
background-color: #91656E;
}
</style>
border-color css
<style>
span { border-color: #91656E; }
span { border-color: rgb(145,101,110); }
td.TdClassName
{
border-color: #91656E;
}
.TagClassName
{
border-color: #91656E;
}
</style>