Shades of Mauve Taupe #91656C
Tints of Mauve Taupe #91656C
RGB
CMYK
RGB Variations
Color information
#91656C (or 0x91656C) is known color: Mauve Taupe. HEX triplet: 91, 65 and 6C. RGB value is (145,101,108). Sum of RGB (Red+Green+Blue) = 145+101+108=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #91656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91656C is #6E9A93. Grayscale: #727272. Windows color (decimal): -7248532 or 7103889. OLE color: 7103889.
HSL color Cylindrical-coordinate representation of color #91656C: hue angle of 350.45º 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 #91656C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 108 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.43 |
| HSL | 350.45º | 0.18% | 0.48% | - |
| HSV(B) | 350.45º | 0.3% | 0.57% | - |
| XYZ | 19.04 | 16.41 | 16.35 | - |
| YUV | 114.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 108 | 0 | 0.30 | 0.26 | 0.43 | 350.45 | 0.18 | 0.48 |
| Hex | 91 | 65 | 6C | 0 | 1E | 1A | 2B | 15E | 12 | 30 |
| Octal | 221 | 145 | 154 | 0 | 36 | 32 | 53 | 536 | 22 | 60 |
| Binary | 10010001 | 1100101 | 1101100 | 0 | 11110 | 11010 | 101011 | 101011110 | 10010 | 110000 |
Color Harmonies of #91656C
Complementary color
Monochromatic Colors of #91656C
Black with #91656C
Text Example
Text Example
White with #91656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91656C; }
p { color: rgb(145,101,108); }
H1.HeaderClassName
{
color: #91656C;
}
.AnyTagClassName
{
color: #91656C;
}
</style>
background-color css
<style>
a { background-color: #91656C; }
a { background-color: rgb(145,101,108); }
div.DivClassName
{
background-color: #91656C;
}
.BgClassName
{
background-color: #91656C;
}
</style>
border-color css
<style>
span { border-color: #91656C; }
span { border-color: rgb(145,101,108); }
td.TdClassName
{
border-color: #91656C;
}
.TagClassName
{
border-color: #91656C;
}
</style>