Shades of Mauve Taupe #91666E
Tints of Mauve Taupe #91666E
RGB
CMYK
RGB Variations
Color information
#91666E (or 0x91666E) is known color: Mauve Taupe. HEX triplet: 91, 66 and 6E. RGB value is (145,102,110). Sum of RGB (Red+Green+Blue) = 145+102+110=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #91666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91666E is #6E9991. Grayscale: #737373. Windows color (decimal): -7248274 or 7235217. OLE color: 7235217.
HSL color Cylindrical-coordinate representation of color #91666E: hue angle of 348.84º degrees, saturation: 0.17, 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 #91666E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 110 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.43 |
| HSL | 348.84º | 0.17% | 0.48% | - |
| HSV(B) | 348.84º | 0.3% | 0.57% | - |
| XYZ | 19.24 | 16.65 | 16.95 | - |
| YUV | 115.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 110 | 0 | 0.30 | 0.24 | 0.43 | 348.84 | 0.17 | 0.48 |
| Hex | 91 | 66 | 6E | 0 | 1E | 18 | 2B | 15D | 11 | 30 |
| Octal | 221 | 146 | 156 | 0 | 36 | 30 | 53 | 535 | 21 | 60 |
| Binary | 10010001 | 1100110 | 1101110 | 0 | 11110 | 11000 | 101011 | 101011101 | 10001 | 110000 |
Color Harmonies of #91666E
Complementary color
Monochromatic Colors of #91666E
Black with #91666E
Text Example
Text Example
White with #91666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91666E; }
p { color: rgb(145,102,110); }
H1.HeaderClassName
{
color: #91666E;
}
.AnyTagClassName
{
color: #91666E;
}
</style>
background-color css
<style>
a { background-color: #91666E; }
a { background-color: rgb(145,102,110); }
div.DivClassName
{
background-color: #91666E;
}
.BgClassName
{
background-color: #91666E;
}
</style>
border-color css
<style>
span { border-color: #91666E; }
span { border-color: rgb(145,102,110); }
td.TdClassName
{
border-color: #91666E;
}
.TagClassName
{
border-color: #91666E;
}
</style>