Shades of Mauve Taupe #91686D
Tints of Mauve Taupe #91686D
RGB
CMYK
RGB Variations
Color information
#91686D (or 0x91686D) is known color: Mauve Taupe. HEX triplet: 91, 68 and 6D. RGB value is (145,104,109). Sum of RGB (Red+Green+Blue) = 145+104+109=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #91686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91686D is #6E9792. Grayscale: #747474. Windows color (decimal): -7247763 or 7170193. OLE color: 7170193.
HSL color Cylindrical-coordinate representation of color #91686D: hue angle of 352.68º 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 #91686D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 109 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.43 |
| HSL | 352.68º | 0.16% | 0.49% | - |
| HSV(B) | 352.68º | 0.28% | 0.57% | - |
| XYZ | 19.39 | 17.02 | 16.73 | - |
| YUV | 116.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 109 | 0 | 0.28 | 0.25 | 0.43 | 352.68 | 0.16 | 0.49 |
| Hex | 91 | 68 | 6D | 0 | 1C | 19 | 2B | 161 | 10 | 31 |
| Octal | 221 | 150 | 155 | 0 | 34 | 31 | 53 | 541 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1101101 | 0 | 11100 | 11001 | 101011 | 101100001 | 10000 | 110001 |
Color Harmonies of #91686D
Complementary color
Monochromatic Colors of #91686D
Black with #91686D
Text Example
Text Example
White with #91686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91686D; }
p { color: rgb(145,104,109); }
H1.HeaderClassName
{
color: #91686D;
}
.AnyTagClassName
{
color: #91686D;
}
</style>
background-color css
<style>
a { background-color: #91686D; }
a { background-color: rgb(145,104,109); }
div.DivClassName
{
background-color: #91686D;
}
.BgClassName
{
background-color: #91686D;
}
</style>
border-color css
<style>
span { border-color: #91686D; }
span { border-color: rgb(145,104,109); }
td.TdClassName
{
border-color: #91686D;
}
.TagClassName
{
border-color: #91686D;
}
</style>