Shades of Mauve Taupe #92616E
Tints of Mauve Taupe #92616E
RGB
CMYK
RGB Variations
Color information
#92616E (or 0x92616E) is known color: Mauve Taupe. HEX triplet: 92, 61 and 6E. RGB value is (146,97,110). Sum of RGB (Red+Green+Blue) = 146+97+110=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92616E is #6D9E91. Grayscale: #717171. Windows color (decimal): -7184018 or 7233938. OLE color: 7233938.
HSL color Cylindrical-coordinate representation of color #92616E: hue angle of 344.08º 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 #92616E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 110 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.43 |
| HSL | 344.08º | 0.2% | 0.48% | - |
| HSV(B) | 344.08º | 0.34% | 0.57% | - |
| XYZ | 18.94 | 15.79 | 16.8 | - |
| YUV | 113.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 110 | 0 | 0.34 | 0.25 | 0.43 | 344.08 | 0.2 | 0.48 |
| Hex | 92 | 61 | 6E | 0 | 22 | 19 | 2B | 158 | 14 | 30 |
| Octal | 222 | 141 | 156 | 0 | 42 | 31 | 53 | 530 | 24 | 60 |
| Binary | 10010010 | 1100001 | 1101110 | 0 | 100010 | 11001 | 101011 | 101011000 | 10100 | 110000 |
Color Harmonies of #92616E
Complementary color
Monochromatic Colors of #92616E
Black with #92616E
Text Example
Text Example
White with #92616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92616E; }
p { color: rgb(146,97,110); }
H1.HeaderClassName
{
color: #92616E;
}
.AnyTagClassName
{
color: #92616E;
}
</style>
background-color css
<style>
a { background-color: #92616E; }
a { background-color: rgb(146,97,110); }
div.DivClassName
{
background-color: #92616E;
}
.BgClassName
{
background-color: #92616E;
}
</style>
border-color css
<style>
span { border-color: #92616E; }
span { border-color: rgb(146,97,110); }
td.TdClassName
{
border-color: #92616E;
}
.TagClassName
{
border-color: #92616E;
}
</style>