Shades of Mauve Taupe #916175
Tints of Mauve Taupe #916175
RGB
CMYK
RGB Variations
Color information
#916175 (or 0x916175) is known color: Mauve Taupe. HEX triplet: 91, 61 and 75. RGB value is (145,97,117). Sum of RGB (Red+Green+Blue) = 145+97+117=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #916175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916175 is #6E9E8A. Grayscale: #717171. Windows color (decimal): -7249547 or 7692689. OLE color: 7692689.
HSL color Cylindrical-coordinate representation of color #916175: hue angle of 335º 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 #916175 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 117 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.43 |
| HSL | 335º | 0.2% | 0.47% | - |
| HSV(B) | 335º | 0.33% | 0.57% | - |
| XYZ | 19.16 | 15.85 | 18.88 | - |
| YUV | 113.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 117 | 0 | 0.33 | 0.19 | 0.43 | 335 | 0.2 | 0.47 |
| Hex | 91 | 61 | 75 | 0 | 21 | 13 | 2B | 14F | 14 | 2F |
| Octal | 221 | 141 | 165 | 0 | 41 | 23 | 53 | 517 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1110101 | 0 | 100001 | 10011 | 101011 | 101001111 | 10100 | 101111 |
Color Harmonies of #916175
Complementary color
Monochromatic Colors of #916175
Black with #916175
Text Example
Text Example
White with #916175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916175; }
p { color: rgb(145,97,117); }
H1.HeaderClassName
{
color: #916175;
}
.AnyTagClassName
{
color: #916175;
}
</style>
background-color css
<style>
a { background-color: #916175; }
a { background-color: rgb(145,97,117); }
div.DivClassName
{
background-color: #916175;
}
.BgClassName
{
background-color: #916175;
}
</style>
border-color css
<style>
span { border-color: #916175; }
span { border-color: rgb(145,97,117); }
td.TdClassName
{
border-color: #916175;
}
.TagClassName
{
border-color: #916175;
}
</style>