Shades of Mauve Taupe #926070
Tints of Mauve Taupe #926070
RGB
CMYK
RGB Variations
Color information
#926070 (or 0x926070) is known color: Mauve Taupe. HEX triplet: 92, 60 and 70. RGB value is (146,96,112). Sum of RGB (Red+Green+Blue) = 146+96+112=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #926070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926070 is #6D9F8F. Grayscale: #707070. Windows color (decimal): -7184272 or 7364754. OLE color: 7364754.
HSL color Cylindrical-coordinate representation of color #926070: hue angle of 340.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926070 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 112 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.43 |
| HSL | 340.8º | 0.21% | 0.47% | - |
| HSV(B) | 340.8º | 0.34% | 0.57% | - |
| XYZ | 18.96 | 15.65 | 17.35 | - |
| YUV | 112.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 112 | 0 | 0.34 | 0.23 | 0.43 | 340.8 | 0.21 | 0.47 |
| Hex | 92 | 60 | 70 | 0 | 22 | 17 | 2B | 155 | 15 | 2F |
| Octal | 222 | 140 | 160 | 0 | 42 | 27 | 53 | 525 | 25 | 57 |
| Binary | 10010010 | 1100000 | 1110000 | 0 | 100010 | 10111 | 101011 | 101010101 | 10101 | 101111 |
Color Harmonies of #926070
Complementary color
Monochromatic Colors of #926070
Black with #926070
Text Example
Text Example
White with #926070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926070; }
p { color: rgb(146,96,112); }
H1.HeaderClassName
{
color: #926070;
}
.AnyTagClassName
{
color: #926070;
}
</style>
background-color css
<style>
a { background-color: #926070; }
a { background-color: rgb(146,96,112); }
div.DivClassName
{
background-color: #926070;
}
.BgClassName
{
background-color: #926070;
}
</style>
border-color css
<style>
span { border-color: #926070; }
span { border-color: rgb(146,96,112); }
td.TdClassName
{
border-color: #926070;
}
.TagClassName
{
border-color: #926070;
}
</style>