Shades of Mauve Taupe #91666F
Tints of Mauve Taupe #91666F
RGB
CMYK
RGB Variations
Color information
#91666F (or 0x91666F) is known color: Mauve Taupe. HEX triplet: 91, 66 and 6F. RGB value is (145,102,111). Sum of RGB (Red+Green+Blue) = 145+102+111=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91666F is #6E9990. Grayscale: #737373. Windows color (decimal): -7248273 or 7300753. OLE color: 7300753.
HSL color Cylindrical-coordinate representation of color #91666F: hue angle of 347.44º 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 #91666F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 111 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.43 |
| HSL | 347.44º | 0.17% | 0.48% | - |
| HSV(B) | 347.44º | 0.3% | 0.57% | - |
| XYZ | 19.3 | 16.67 | 17.24 | - |
| YUV | 115.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 111 | 0 | 0.30 | 0.23 | 0.43 | 347.44 | 0.17 | 0.48 |
| Hex | 91 | 66 | 6F | 0 | 1E | 17 | 2B | 15B | 11 | 30 |
| Octal | 221 | 146 | 157 | 0 | 36 | 27 | 53 | 533 | 21 | 60 |
| Binary | 10010001 | 1100110 | 1101111 | 0 | 11110 | 10111 | 101011 | 101011011 | 10001 | 110000 |
Color Harmonies of #91666F
Complementary color
Monochromatic Colors of #91666F
Black with #91666F
Text Example
Text Example
White with #91666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91666F; }
p { color: rgb(145,102,111); }
H1.HeaderClassName
{
color: #91666F;
}
.AnyTagClassName
{
color: #91666F;
}
</style>
background-color css
<style>
a { background-color: #91666F; }
a { background-color: rgb(145,102,111); }
div.DivClassName
{
background-color: #91666F;
}
.BgClassName
{
background-color: #91666F;
}
</style>
border-color css
<style>
span { border-color: #91666F; }
span { border-color: rgb(145,102,111); }
td.TdClassName
{
border-color: #91666F;
}
.TagClassName
{
border-color: #91666F;
}
</style>