Shades of Mauve Taupe #926266
Tints of Mauve Taupe #926266
RGB
CMYK
RGB Variations
Color information
#926266 (or 0x926266) is known color: Mauve Taupe. HEX triplet: 92, 62 and 66. RGB value is (146,98,102). Sum of RGB (Red+Green+Blue) = 146+98+102=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926266 is #6D9D99. Grayscale: #707070. Windows color (decimal): -7183770 or 6709906. OLE color: 6709906.
HSL color Cylindrical-coordinate representation of color #926266: hue angle of 355º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926266 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 98 | 102 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.43 |
| HSL | 355º | 0.2% | 0.48% | - |
| HSV(B) | 355º | 0.33% | 0.57% | - |
| XYZ | 18.62 | 15.81 | 14.64 | - |
| YUV | 112.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 102 | 0 | 0.33 | 0.30 | 0.43 | 355 | 0.2 | 0.48 |
| Hex | 92 | 62 | 66 | 0 | 21 | 1E | 2B | 163 | 14 | 30 |
| Octal | 222 | 142 | 146 | 0 | 41 | 36 | 53 | 543 | 24 | 60 |
| Binary | 10010010 | 1100010 | 1100110 | 0 | 100001 | 11110 | 101011 | 101100011 | 10100 | 110000 |
Color Harmonies of #926266
Complementary color
Monochromatic Colors of #926266
Black with #926266
Text Example
Text Example
White with #926266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926266; }
p { color: rgb(146,98,102); }
H1.HeaderClassName
{
color: #926266;
}
.AnyTagClassName
{
color: #926266;
}
</style>
background-color css
<style>
a { background-color: #926266; }
a { background-color: rgb(146,98,102); }
div.DivClassName
{
background-color: #926266;
}
.BgClassName
{
background-color: #926266;
}
</style>
border-color css
<style>
span { border-color: #926266; }
span { border-color: rgb(146,98,102); }
td.TdClassName
{
border-color: #926266;
}
.TagClassName
{
border-color: #926266;
}
</style>