Shades of Mauve Taupe #916176
Tints of Mauve Taupe #916176
RGB
CMYK
RGB Variations
Color information
#916176 (or 0x916176) is known color: Mauve Taupe. HEX triplet: 91, 61 and 76. RGB value is (145,97,118). Sum of RGB (Red+Green+Blue) = 145+97+118=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916176 is #6E9E89. Grayscale: #717171. Windows color (decimal): -7249546 or 7758225. OLE color: 7758225.
HSL color Cylindrical-coordinate representation of color #916176: hue angle of 333.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916176 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 118 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.43 |
| HSL | 333.75º | 0.2% | 0.47% | - |
| HSV(B) | 333.75º | 0.33% | 0.57% | - |
| XYZ | 19.22 | 15.88 | 19.19 | - |
| YUV | 113.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 118 | 0 | 0.33 | 0.19 | 0.43 | 333.75 | 0.2 | 0.47 |
| Hex | 91 | 61 | 76 | 0 | 21 | 13 | 2B | 14E | 14 | 2F |
| Octal | 221 | 141 | 166 | 0 | 41 | 23 | 53 | 516 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1110110 | 0 | 100001 | 10011 | 101011 | 101001110 | 10100 | 101111 |
Color Harmonies of #916176
Complementary color
Monochromatic Colors of #916176
Black with #916176
Text Example
Text Example
White with #916176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916176; }
p { color: rgb(145,97,118); }
H1.HeaderClassName
{
color: #916176;
}
.AnyTagClassName
{
color: #916176;
}
</style>
background-color css
<style>
a { background-color: #916176; }
a { background-color: rgb(145,97,118); }
div.DivClassName
{
background-color: #916176;
}
.BgClassName
{
background-color: #916176;
}
</style>
border-color css
<style>
span { border-color: #916176; }
span { border-color: rgb(145,97,118); }
td.TdClassName
{
border-color: #916176;
}
.TagClassName
{
border-color: #916176;
}
</style>