Shades of Mauve Taupe #916275
Tints of Mauve Taupe #916275
RGB
CMYK
RGB Variations
Color information
#916275 (or 0x916275) is known color: Mauve Taupe. HEX triplet: 91, 62 and 75. RGB value is (145,98,117). Sum of RGB (Red+Green+Blue) = 145+98+117=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916275 is #6E9D8A. Grayscale: #727272. Windows color (decimal): -7249291 or 7692945. OLE color: 7692945.
HSL color Cylindrical-coordinate representation of color #916275: hue angle of 335.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916275 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 117 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.43 |
| HSL | 335.74º | 0.19% | 0.48% | - |
| HSV(B) | 335.74º | 0.32% | 0.57% | - |
| XYZ | 19.26 | 16.04 | 18.91 | - |
| YUV | 114.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 117 | 0 | 0.32 | 0.19 | 0.43 | 335.74 | 0.19 | 0.48 |
| Hex | 91 | 62 | 75 | 0 | 20 | 13 | 2B | 150 | 13 | 30 |
| Octal | 221 | 142 | 165 | 0 | 40 | 23 | 53 | 520 | 23 | 60 |
| Binary | 10010001 | 1100010 | 1110101 | 0 | 100000 | 10011 | 101011 | 101010000 | 10011 | 110000 |
Color Harmonies of #916275
Complementary color
Monochromatic Colors of #916275
Black with #916275
Text Example
Text Example
White with #916275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916275; }
p { color: rgb(145,98,117); }
H1.HeaderClassName
{
color: #916275;
}
.AnyTagClassName
{
color: #916275;
}
</style>
background-color css
<style>
a { background-color: #916275; }
a { background-color: rgb(145,98,117); }
div.DivClassName
{
background-color: #916275;
}
.BgClassName
{
background-color: #916275;
}
</style>
border-color css
<style>
span { border-color: #916275; }
span { border-color: rgb(145,98,117); }
td.TdClassName
{
border-color: #916275;
}
.TagClassName
{
border-color: #916275;
}
</style>