Shades of Mauve Taupe #916172
Tints of Mauve Taupe #916172
RGB
CMYK
RGB Variations
Color information
#916172 (or 0x916172) is known color: Mauve Taupe. HEX triplet: 91, 61 and 72. RGB value is (145,97,114). Sum of RGB (Red+Green+Blue) = 145+97+114=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #916172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916172 is #6E9E8D. Grayscale: #717171. Windows color (decimal): -7249550 or 7496081. OLE color: 7496081.
HSL color Cylindrical-coordinate representation of color #916172: hue angle of 338.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 #916172 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 114 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.43 |
| HSL | 338.75º | 0.2% | 0.47% | - |
| HSV(B) | 338.75º | 0.33% | 0.57% | - |
| XYZ | 18.99 | 15.78 | 17.97 | - |
| YUV | 113.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 114 | 0 | 0.33 | 0.21 | 0.43 | 338.75 | 0.2 | 0.47 |
| Hex | 91 | 61 | 72 | 0 | 21 | 15 | 2B | 153 | 14 | 2F |
| Octal | 221 | 141 | 162 | 0 | 41 | 25 | 53 | 523 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1110010 | 0 | 100001 | 10101 | 101011 | 101010011 | 10100 | 101111 |
Color Harmonies of #916172
Complementary color
Monochromatic Colors of #916172
Black with #916172
Text Example
Text Example
White with #916172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916172; }
p { color: rgb(145,97,114); }
H1.HeaderClassName
{
color: #916172;
}
.AnyTagClassName
{
color: #916172;
}
</style>
background-color css
<style>
a { background-color: #916172; }
a { background-color: rgb(145,97,114); }
div.DivClassName
{
background-color: #916172;
}
.BgClassName
{
background-color: #916172;
}
</style>
border-color css
<style>
span { border-color: #916172; }
span { border-color: rgb(145,97,114); }
td.TdClassName
{
border-color: #916172;
}
.TagClassName
{
border-color: #916172;
}
</style>