Shades of Mauve Taupe #92646A
Tints of Mauve Taupe #92646A
RGB
CMYK
RGB Variations
Color information
#92646A (or 0x92646A) is known color: Mauve Taupe. HEX triplet: 92, 64 and 6A. RGB value is (146,100,106). Sum of RGB (Red+Green+Blue) = 146+100+106=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92646A is #6D9B95. Grayscale: #727272. Windows color (decimal): -7183254 or 6972562. OLE color: 6972562.
HSL color Cylindrical-coordinate representation of color #92646A: hue angle of 352.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92646A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 100 | 106 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.43 |
| HSL | 352.17º | 0.19% | 0.48% | - |
| HSV(B) | 352.17º | 0.32% | 0.57% | - |
| XYZ | 19.01 | 16.27 | 15.77 | - |
| YUV | 114.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 106 | 0 | 0.32 | 0.27 | 0.43 | 352.17 | 0.19 | 0.48 |
| Hex | 92 | 64 | 6A | 0 | 20 | 1B | 2B | 160 | 13 | 30 |
| Octal | 222 | 144 | 152 | 0 | 40 | 33 | 53 | 540 | 23 | 60 |
| Binary | 10010010 | 1100100 | 1101010 | 0 | 100000 | 11011 | 101011 | 101100000 | 10011 | 110000 |
Color Harmonies of #92646A
Complementary color
Monochromatic Colors of #92646A
Black with #92646A
Text Example
Text Example
White with #92646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92646A; }
p { color: rgb(146,100,106); }
H1.HeaderClassName
{
color: #92646A;
}
.AnyTagClassName
{
color: #92646A;
}
</style>
background-color css
<style>
a { background-color: #92646A; }
a { background-color: rgb(146,100,106); }
div.DivClassName
{
background-color: #92646A;
}
.BgClassName
{
background-color: #92646A;
}
</style>
border-color css
<style>
span { border-color: #92646A; }
span { border-color: rgb(146,100,106); }
td.TdClassName
{
border-color: #92646A;
}
.TagClassName
{
border-color: #92646A;
}
</style>