Shades of Mauve Taupe #91686E
Tints of Mauve Taupe #91686E
RGB
CMYK
RGB Variations
Color information
#91686E (or 0x91686E) is known color: Mauve Taupe. HEX triplet: 91, 68 and 6E. RGB value is (145,104,110). Sum of RGB (Red+Green+Blue) = 145+104+110=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91686E is #6E9791. Grayscale: #747474. Windows color (decimal): -7247762 or 7235729. OLE color: 7235729.
HSL color Cylindrical-coordinate representation of color #91686E: hue angle of 351.22º 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 #91686E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 110 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.43 |
| HSL | 351.22º | 0.16% | 0.49% | - |
| HSV(B) | 351.22º | 0.28% | 0.57% | - |
| XYZ | 19.44 | 17.05 | 17.02 | - |
| YUV | 116.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 110 | 0 | 0.28 | 0.24 | 0.43 | 351.22 | 0.16 | 0.49 |
| Hex | 91 | 68 | 6E | 0 | 1C | 18 | 2B | 15F | 10 | 31 |
| Octal | 221 | 150 | 156 | 0 | 34 | 30 | 53 | 537 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1101110 | 0 | 11100 | 11000 | 101011 | 101011111 | 10000 | 110001 |
Color Harmonies of #91686E
Complementary color
Monochromatic Colors of #91686E
Black with #91686E
Text Example
Text Example
White with #91686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91686E; }
p { color: rgb(145,104,110); }
H1.HeaderClassName
{
color: #91686E;
}
.AnyTagClassName
{
color: #91686E;
}
</style>
background-color css
<style>
a { background-color: #91686E; }
a { background-color: rgb(145,104,110); }
div.DivClassName
{
background-color: #91686E;
}
.BgClassName
{
background-color: #91686E;
}
</style>
border-color css
<style>
span { border-color: #91686E; }
span { border-color: rgb(145,104,110); }
td.TdClassName
{
border-color: #91686E;
}
.TagClassName
{
border-color: #91686E;
}
</style>