Shades of Mauve Taupe #926173
Tints of Mauve Taupe #926173
RGB
CMYK
RGB Variations
Color information
#926173 (or 0x926173) is known color: Mauve Taupe. HEX triplet: 92, 61 and 73. RGB value is (146,97,115). Sum of RGB (Red+Green+Blue) = 146+97+115=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926173 is #6D9E8C. Grayscale: #717171. Windows color (decimal): -7184013 or 7561618. OLE color: 7561618.
HSL color Cylindrical-coordinate representation of color #926173: hue angle of 337.96º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926173 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 115 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.43 |
| HSL | 337.96º | 0.2% | 0.48% | - |
| HSV(B) | 337.96º | 0.34% | 0.57% | - |
| XYZ | 19.22 | 15.9 | 18.28 | - |
| YUV | 113.7 | 128.73 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 115 | 0 | 0.34 | 0.21 | 0.43 | 337.96 | 0.2 | 0.48 |
| Hex | 92 | 61 | 73 | 0 | 22 | 15 | 2B | 152 | 14 | 30 |
| Octal | 222 | 141 | 163 | 0 | 42 | 25 | 53 | 522 | 24 | 60 |
| Binary | 10010010 | 1100001 | 1110011 | 0 | 100010 | 10101 | 101011 | 101010010 | 10100 | 110000 |
Color Harmonies of #926173
Complementary color
Monochromatic Colors of #926173
Black with #926173
Text Example
Text Example
White with #926173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926173; }
p { color: rgb(146,97,115); }
H1.HeaderClassName
{
color: #926173;
}
.AnyTagClassName
{
color: #926173;
}
</style>
background-color css
<style>
a { background-color: #926173; }
a { background-color: rgb(146,97,115); }
div.DivClassName
{
background-color: #926173;
}
.BgClassName
{
background-color: #926173;
}
</style>
border-color css
<style>
span { border-color: #926173; }
span { border-color: rgb(146,97,115); }
td.TdClassName
{
border-color: #926173;
}
.TagClassName
{
border-color: #926173;
}
</style>