Shades of Mauve Taupe #91696D
Tints of Mauve Taupe #91696D
RGB
CMYK
RGB Variations
Color information
#91696D (or 0x91696D) is known color: Mauve Taupe. HEX triplet: 91, 69 and 6D. RGB value is (145,105,109). Sum of RGB (Red+Green+Blue) = 145+105+109=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91696D is #6E9692. Grayscale: #757575. Windows color (decimal): -7247507 or 7170449. OLE color: 7170449.
HSL color Cylindrical-coordinate representation of color #91696D: hue angle of 354º 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 #91696D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 109 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.43 |
| HSL | 354º | 0.16% | 0.49% | - |
| HSV(B) | 354º | 0.28% | 0.57% | - |
| XYZ | 19.49 | 17.23 | 16.77 | - |
| YUV | 117.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 109 | 0 | 0.28 | 0.25 | 0.43 | 354 | 0.16 | 0.49 |
| Hex | 91 | 69 | 6D | 0 | 1C | 19 | 2B | 162 | 10 | 31 |
| Octal | 221 | 151 | 155 | 0 | 34 | 31 | 53 | 542 | 20 | 61 |
| Binary | 10010001 | 1101001 | 1101101 | 0 | 11100 | 11001 | 101011 | 101100010 | 10000 | 110001 |
Color Harmonies of #91696D
Complementary color
Monochromatic Colors of #91696D
Black with #91696D
Text Example
Text Example
White with #91696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91696D; }
p { color: rgb(145,105,109); }
H1.HeaderClassName
{
color: #91696D;
}
.AnyTagClassName
{
color: #91696D;
}
</style>
background-color css
<style>
a { background-color: #91696D; }
a { background-color: rgb(145,105,109); }
div.DivClassName
{
background-color: #91696D;
}
.BgClassName
{
background-color: #91696D;
}
</style>
border-color css
<style>
span { border-color: #91696D; }
span { border-color: rgb(145,105,109); }
td.TdClassName
{
border-color: #91696D;
}
.TagClassName
{
border-color: #91696D;
}
</style>