Shades of Mauve Taupe #926166
Tints of Mauve Taupe #926166
RGB
CMYK
RGB Variations
Color information
#926166 (or 0x926166) is known color: Mauve Taupe. HEX triplet: 92, 61 and 66. RGB value is (146,97,102). Sum of RGB (Red+Green+Blue) = 146+97+102=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #926166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926166 is #6D9E99. Grayscale: #707070. Windows color (decimal): -7184026 or 6709650. OLE color: 6709650.
HSL color Cylindrical-coordinate representation of color #926166: hue angle of 353.88º 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 #926166 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 102 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.43 |
| HSL | 353.88º | 0.2% | 0.48% | - |
| HSV(B) | 353.88º | 0.34% | 0.57% | - |
| XYZ | 18.53 | 15.62 | 14.61 | - |
| YUV | 112.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 102 | 0 | 0.34 | 0.30 | 0.43 | 353.88 | 0.2 | 0.48 |
| Hex | 92 | 61 | 66 | 0 | 22 | 1E | 2B | 162 | 14 | 30 |
| Octal | 222 | 141 | 146 | 0 | 42 | 36 | 53 | 542 | 24 | 60 |
| Binary | 10010010 | 1100001 | 1100110 | 0 | 100010 | 11110 | 101011 | 101100010 | 10100 | 110000 |
Color Harmonies of #926166
Complementary color
Monochromatic Colors of #926166
Black with #926166
Text Example
Text Example
White with #926166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926166; }
p { color: rgb(146,97,102); }
H1.HeaderClassName
{
color: #926166;
}
.AnyTagClassName
{
color: #926166;
}
</style>
background-color css
<style>
a { background-color: #926166; }
a { background-color: rgb(146,97,102); }
div.DivClassName
{
background-color: #926166;
}
.BgClassName
{
background-color: #926166;
}
</style>
border-color css
<style>
span { border-color: #926166; }
span { border-color: rgb(146,97,102); }
td.TdClassName
{
border-color: #926166;
}
.TagClassName
{
border-color: #926166;
}
</style>