Shades of Mauve Taupe #926164
Tints of Mauve Taupe #926164
RGB
CMYK
RGB Variations
Color information
#926164 (or 0x926164) is known color: Mauve Taupe. HEX triplet: 92, 61 and 64. RGB value is (146,97,100). Sum of RGB (Red+Green+Blue) = 146+97+100=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #926164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926164 is #6D9E9B. Grayscale: #707070. Windows color (decimal): -7184028 or 6578578. OLE color: 6578578.
HSL color Cylindrical-coordinate representation of color #926164: hue angle of 356.33º 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 #926164 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 100 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.43 |
| HSL | 356.33º | 0.2% | 0.48% | - |
| HSV(B) | 356.33º | 0.34% | 0.57% | - |
| XYZ | 18.43 | 15.58 | 14.09 | - |
| YUV | 111.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 100 | 0 | 0.34 | 0.32 | 0.43 | 356.33 | 0.2 | 0.48 |
| Hex | 92 | 61 | 64 | 0 | 22 | 20 | 2B | 164 | 14 | 30 |
| Octal | 222 | 141 | 144 | 0 | 42 | 40 | 53 | 544 | 24 | 60 |
| Binary | 10010010 | 1100001 | 1100100 | 0 | 100010 | 100000 | 101011 | 101100100 | 10100 | 110000 |
Color Harmonies of #926164
Complementary color
Monochromatic Colors of #926164
Black with #926164
Text Example
Text Example
White with #926164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926164; }
p { color: rgb(146,97,100); }
H1.HeaderClassName
{
color: #926164;
}
.AnyTagClassName
{
color: #926164;
}
</style>
background-color css
<style>
a { background-color: #926164; }
a { background-color: rgb(146,97,100); }
div.DivClassName
{
background-color: #926164;
}
.BgClassName
{
background-color: #926164;
}
</style>
border-color css
<style>
span { border-color: #926164; }
span { border-color: rgb(146,97,100); }
td.TdClassName
{
border-color: #926164;
}
.TagClassName
{
border-color: #926164;
}
</style>