Shades of Mauve Taupe #916873
Tints of Mauve Taupe #916873
RGB
CMYK
RGB Variations
Color information
#916873 (or 0x916873) is known color: Mauve Taupe. HEX triplet: 91, 68 and 73. RGB value is (145,104,115). Sum of RGB (Red+Green+Blue) = 145+104+115=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #916873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916873 is #6E978C. Grayscale: #757575. Windows color (decimal): -7247757 or 7563409. OLE color: 7563409.
HSL color Cylindrical-coordinate representation of color #916873: hue angle of 343.9º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916873 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 115 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.43 |
| HSL | 343.9º | 0.16% | 0.49% | - |
| HSV(B) | 343.9º | 0.28% | 0.57% | - |
| XYZ | 19.72 | 17.16 | 18.49 | - |
| YUV | 117.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 115 | 0 | 0.28 | 0.21 | 0.43 | 343.9 | 0.16 | 0.49 |
| Hex | 91 | 68 | 73 | 0 | 1C | 15 | 2B | 158 | 10 | 31 |
| Octal | 221 | 150 | 163 | 0 | 34 | 25 | 53 | 530 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1110011 | 0 | 11100 | 10101 | 101011 | 101011000 | 10000 | 110001 |
Color Harmonies of #916873
Complementary color
Monochromatic Colors of #916873
Black with #916873
Text Example
Text Example
White with #916873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916873; }
p { color: rgb(145,104,115); }
H1.HeaderClassName
{
color: #916873;
}
.AnyTagClassName
{
color: #916873;
}
</style>
background-color css
<style>
a { background-color: #916873; }
a { background-color: rgb(145,104,115); }
div.DivClassName
{
background-color: #916873;
}
.BgClassName
{
background-color: #916873;
}
</style>
border-color css
<style>
span { border-color: #916873; }
span { border-color: rgb(145,104,115); }
td.TdClassName
{
border-color: #916873;
}
.TagClassName
{
border-color: #916873;
}
</style>