Shades of Mauve Taupe #91696E
Tints of Mauve Taupe #91696E
RGB
CMYK
RGB Variations
Color information
#91696E (or 0x91696E) is known color: Mauve Taupe. HEX triplet: 91, 69 and 6E. RGB value is (145,105,110). Sum of RGB (Red+Green+Blue) = 145+105+110=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #91696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91696E is #6E9691. Grayscale: #757575. Windows color (decimal): -7247506 or 7235985. OLE color: 7235985.
HSL color Cylindrical-coordinate representation of color #91696E: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91696E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 110 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.43 |
| HSL | 352.5º | 0.16% | 0.49% | - |
| HSV(B) | 352.5º | 0.28% | 0.57% | - |
| XYZ | 19.54 | 17.25 | 17.05 | - |
| YUV | 117.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 110 | 0 | 0.28 | 0.24 | 0.43 | 352.5 | 0.16 | 0.49 |
| Hex | 91 | 69 | 6E | 0 | 1C | 18 | 2B | 160 | 10 | 31 |
| Octal | 221 | 151 | 156 | 0 | 34 | 30 | 53 | 540 | 20 | 61 |
| Binary | 10010001 | 1101001 | 1101110 | 0 | 11100 | 11000 | 101011 | 101100000 | 10000 | 110001 |
Color Harmonies of #91696E
Complementary color
Monochromatic Colors of #91696E
Black with #91696E
Text Example
Text Example
White with #91696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91696E; }
p { color: rgb(145,105,110); }
H1.HeaderClassName
{
color: #91696E;
}
.AnyTagClassName
{
color: #91696E;
}
</style>
background-color css
<style>
a { background-color: #91696E; }
a { background-color: rgb(145,105,110); }
div.DivClassName
{
background-color: #91696E;
}
.BgClassName
{
background-color: #91696E;
}
</style>
border-color css
<style>
span { border-color: #91696E; }
span { border-color: rgb(145,105,110); }
td.TdClassName
{
border-color: #91696E;
}
.TagClassName
{
border-color: #91696E;
}
</style>