Shades of Mauve Taupe #916D72
Tints of Mauve Taupe #916D72
RGB
CMYK
RGB Variations
Color information
#916D72 (or 0x916D72) is known color: Mauve Taupe. HEX triplet: 91, 6D and 72. RGB value is (145,109,114). Sum of RGB (Red+Green+Blue) = 145+109+114=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #916D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D72 is #6E928D. Grayscale: #787878. Windows color (decimal): -7246478 or 7499153. OLE color: 7499153.
HSL color Cylindrical-coordinate representation of color #916D72: hue angle of 351.67º 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 #916D72 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 114 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.43 |
| HSL | 351.67º | 0.14% | 0.5% | - |
| HSV(B) | 351.67º | 0.25% | 0.57% | - |
| XYZ | 20.18 | 18.17 | 18.36 | - |
| YUV | 120.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 114 | 0 | 0.25 | 0.21 | 0.43 | 351.67 | 0.14 | 0.5 |
| Hex | 91 | 6D | 72 | 0 | 19 | 15 | 2B | 160 | E | 32 |
| Octal | 221 | 155 | 162 | 0 | 31 | 25 | 53 | 540 | 16 | 62 |
| Binary | 10010001 | 1101101 | 1110010 | 0 | 11001 | 10101 | 101011 | 101100000 | 1110 | 110010 |
Color Harmonies of #916D72
Complementary color
Monochromatic Colors of #916D72
Black with #916D72
Text Example
Text Example
White with #916D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D72; }
p { color: rgb(145,109,114); }
H1.HeaderClassName
{
color: #916D72;
}
.AnyTagClassName
{
color: #916D72;
}
</style>
background-color css
<style>
a { background-color: #916D72; }
a { background-color: rgb(145,109,114); }
div.DivClassName
{
background-color: #916D72;
}
.BgClassName
{
background-color: #916D72;
}
</style>
border-color css
<style>
span { border-color: #916D72; }
span { border-color: rgb(145,109,114); }
td.TdClassName
{
border-color: #916D72;
}
.TagClassName
{
border-color: #916D72;
}
</style>