Shades of Mauve Taupe #916675
Tints of Mauve Taupe #916675
RGB
CMYK
RGB Variations
Color information
#916675 (or 0x916675) is known color: Mauve Taupe. HEX triplet: 91, 66 and 75. RGB value is (145,102,117). Sum of RGB (Red+Green+Blue) = 145+102+117=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #916675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916675 is #6E998A. Grayscale: #747474. Windows color (decimal): -7248267 or 7693969. OLE color: 7693969.
HSL color Cylindrical-coordinate representation of color #916675: hue angle of 339.07º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916675 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 117 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.43 |
| HSL | 339.07º | 0.17% | 0.48% | - |
| HSV(B) | 339.07º | 0.3% | 0.57% | - |
| XYZ | 19.64 | 16.81 | 19.04 | - |
| YUV | 116.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 117 | 0 | 0.30 | 0.19 | 0.43 | 339.07 | 0.17 | 0.48 |
| Hex | 91 | 66 | 75 | 0 | 1E | 13 | 2B | 153 | 11 | 30 |
| Octal | 221 | 146 | 165 | 0 | 36 | 23 | 53 | 523 | 21 | 60 |
| Binary | 10010001 | 1100110 | 1110101 | 0 | 11110 | 10011 | 101011 | 101010011 | 10001 | 110000 |
Color Harmonies of #916675
Complementary color
Monochromatic Colors of #916675
Black with #916675
Text Example
Text Example
White with #916675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916675; }
p { color: rgb(145,102,117); }
H1.HeaderClassName
{
color: #916675;
}
.AnyTagClassName
{
color: #916675;
}
</style>
background-color css
<style>
a { background-color: #916675; }
a { background-color: rgb(145,102,117); }
div.DivClassName
{
background-color: #916675;
}
.BgClassName
{
background-color: #916675;
}
</style>
border-color css
<style>
span { border-color: #916675; }
span { border-color: rgb(145,102,117); }
td.TdClassName
{
border-color: #916675;
}
.TagClassName
{
border-color: #916675;
}
</style>