Shades of Mauve Taupe #916F76
Tints of Mauve Taupe #916F76
RGB
CMYK
RGB Variations
Color information
#916F76 (or 0x916F76) is known color: Mauve Taupe. HEX triplet: 91, 6F and 76. RGB value is (145,111,118). Sum of RGB (Red+Green+Blue) = 145+111+118=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #916F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916F76 is #6E9089. Grayscale: #797979. Windows color (decimal): -7245962 or 7761809. OLE color: 7761809.
HSL color Cylindrical-coordinate representation of color #916F76: hue angle of 347.65º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #916F76 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 118 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.43 |
| HSL | 347.65º | 0.13% | 0.5% | - |
| HSV(B) | 347.65º | 0.23% | 0.57% | - |
| XYZ | 20.63 | 18.7 | 19.66 | - |
| YUV | 121.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 118 | 0 | 0.23 | 0.19 | 0.43 | 347.65 | 0.13 | 0.5 |
| Hex | 91 | 6F | 76 | 0 | 17 | 13 | 2B | 15C | D | 32 |
| Octal | 221 | 157 | 166 | 0 | 27 | 23 | 53 | 534 | 15 | 62 |
| Binary | 10010001 | 1101111 | 1110110 | 0 | 10111 | 10011 | 101011 | 101011100 | 1101 | 110010 |
Color Harmonies of #916F76
Complementary color
Monochromatic Colors of #916F76
Black with #916F76
Text Example
Text Example
White with #916F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F76; }
p { color: rgb(145,111,118); }
H1.HeaderClassName
{
color: #916F76;
}
.AnyTagClassName
{
color: #916F76;
}
</style>
background-color css
<style>
a { background-color: #916F76; }
a { background-color: rgb(145,111,118); }
div.DivClassName
{
background-color: #916F76;
}
.BgClassName
{
background-color: #916F76;
}
</style>
border-color css
<style>
span { border-color: #916F76; }
span { border-color: rgb(145,111,118); }
td.TdClassName
{
border-color: #916F76;
}
.TagClassName
{
border-color: #916F76;
}
</style>