Shades of Mauve Taupe #916173
Tints of Mauve Taupe #916173
RGB
CMYK
RGB Variations
Color information
#916173 (or 0x916173) is known color: Mauve Taupe. HEX triplet: 91, 61 and 73. RGB value is (145,97,115). Sum of RGB (Red+Green+Blue) = 145+97+115=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916173 is #6E9E8C. Grayscale: #717171. Windows color (decimal): -7249549 or 7561617. OLE color: 7561617.
HSL color Cylindrical-coordinate representation of color #916173: hue angle of 337.5º 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 #916173 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 115 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.43 |
| HSL | 337.5º | 0.2% | 0.47% | - |
| HSV(B) | 337.5º | 0.33% | 0.57% | - |
| XYZ | 19.05 | 15.81 | 18.27 | - |
| YUV | 113.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 115 | 0 | 0.33 | 0.21 | 0.43 | 337.5 | 0.2 | 0.47 |
| Hex | 91 | 61 | 73 | 0 | 21 | 15 | 2B | 152 | 14 | 2F |
| Octal | 221 | 141 | 163 | 0 | 41 | 25 | 53 | 522 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1110011 | 0 | 100001 | 10101 | 101011 | 101010010 | 10100 | 101111 |
Color Harmonies of #916173
Complementary color
Monochromatic Colors of #916173
Black with #916173
Text Example
Text Example
White with #916173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916173; }
p { color: rgb(145,97,115); }
H1.HeaderClassName
{
color: #916173;
}
.AnyTagClassName
{
color: #916173;
}
</style>
background-color css
<style>
a { background-color: #916173; }
a { background-color: rgb(145,97,115); }
div.DivClassName
{
background-color: #916173;
}
.BgClassName
{
background-color: #916173;
}
</style>
border-color css
<style>
span { border-color: #916173; }
span { border-color: rgb(145,97,115); }
td.TdClassName
{
border-color: #916173;
}
.TagClassName
{
border-color: #916173;
}
</style>