Shades of Mauve Taupe #92666E
Tints of Mauve Taupe #92666E
RGB
CMYK
RGB Variations
Color information
#92666E (or 0x92666E) is known color: Mauve Taupe. HEX triplet: 92, 66 and 6E. RGB value is (146,102,110). Sum of RGB (Red+Green+Blue) = 146+102+110=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92666E is #6D9991. Grayscale: #747474. Windows color (decimal): -7182738 or 7235218. OLE color: 7235218.
HSL color Cylindrical-coordinate representation of color #92666E: hue angle of 349.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92666E is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 102 | 110 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.43 |
| HSL | 349.09º | 0.18% | 0.49% | - |
| HSV(B) | 349.09º | 0.3% | 0.57% | - |
| XYZ | 19.42 | 16.74 | 16.96 | - |
| YUV | 116.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 110 | 0 | 0.30 | 0.25 | 0.43 | 349.09 | 0.18 | 0.49 |
| Hex | 92 | 66 | 6E | 0 | 1E | 19 | 2B | 15D | 12 | 31 |
| Octal | 222 | 146 | 156 | 0 | 36 | 31 | 53 | 535 | 22 | 61 |
| Binary | 10010010 | 1100110 | 1101110 | 0 | 11110 | 11001 | 101011 | 101011101 | 10010 | 110001 |
Color Harmonies of #92666E
Complementary color
Monochromatic Colors of #92666E
Black with #92666E
Text Example
Text Example
White with #92666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92666E; }
p { color: rgb(146,102,110); }
H1.HeaderClassName
{
color: #92666E;
}
.AnyTagClassName
{
color: #92666E;
}
</style>
background-color css
<style>
a { background-color: #92666E; }
a { background-color: rgb(146,102,110); }
div.DivClassName
{
background-color: #92666E;
}
.BgClassName
{
background-color: #92666E;
}
</style>
border-color css
<style>
span { border-color: #92666E; }
span { border-color: rgb(146,102,110); }
td.TdClassName
{
border-color: #92666E;
}
.TagClassName
{
border-color: #92666E;
}
</style>