Shades of Mauve Taupe #916D71
Tints of Mauve Taupe #916D71
RGB
CMYK
RGB Variations
Color information
#916D71 (or 0x916D71) is known color: Mauve Taupe. HEX triplet: 91, 6D and 71. RGB value is (145,109,113). Sum of RGB (Red+Green+Blue) = 145+109+113=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 145 - color contains mainly: red. Hex color #916D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D71 is #6E928E. Grayscale: #787878. Windows color (decimal): -7246479 or 7433617. OLE color: 7433617.
HSL color Cylindrical-coordinate representation of color #916D71: hue angle of 353.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D71 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 113 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.43 |
| HSL | 353.33º | 0.14% | 0.5% | - |
| HSV(B) | 353.33º | 0.25% | 0.57% | - |
| XYZ | 20.13 | 18.15 | 18.07 | - |
| YUV | 120.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 113 | 0 | 0.25 | 0.22 | 0.43 | 353.33 | 0.14 | 0.5 |
| Hex | 91 | 6D | 71 | 0 | 19 | 16 | 2B | 161 | E | 32 |
| Octal | 221 | 155 | 161 | 0 | 31 | 26 | 53 | 541 | 16 | 62 |
| Binary | 10010001 | 1101101 | 1110001 | 0 | 11001 | 10110 | 101011 | 101100001 | 1110 | 110010 |
Color Harmonies of #916D71
Complementary color
Monochromatic Colors of #916D71
Black with #916D71
Text Example
Text Example
White with #916D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D71; }
p { color: rgb(145,109,113); }
H1.HeaderClassName
{
color: #916D71;
}
.AnyTagClassName
{
color: #916D71;
}
</style>
background-color css
<style>
a { background-color: #916D71; }
a { background-color: rgb(145,109,113); }
div.DivClassName
{
background-color: #916D71;
}
.BgClassName
{
background-color: #916D71;
}
</style>
border-color css
<style>
span { border-color: #916D71; }
span { border-color: rgb(145,109,113); }
td.TdClassName
{
border-color: #916D71;
}
.TagClassName
{
border-color: #916D71;
}
</style>