Shades of Mauve Taupe #926073
Tints of Mauve Taupe #926073
RGB
CMYK
RGB Variations
Color information
#926073 (or 0x926073) is known color: Mauve Taupe. HEX triplet: 92, 60 and 73. RGB value is (146,96,115). Sum of RGB (Red+Green+Blue) = 146+96+115=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #926073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926073 is #6D9F8C. Grayscale: #717171. Windows color (decimal): -7184269 or 7561362. OLE color: 7561362.
HSL color Cylindrical-coordinate representation of color #926073: hue angle of 337.2º 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 #926073 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 115 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.43 |
| HSL | 337.2º | 0.21% | 0.47% | - |
| HSV(B) | 337.2º | 0.34% | 0.57% | - |
| XYZ | 19.13 | 15.71 | 18.24 | - |
| YUV | 113.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 115 | 0 | 0.34 | 0.21 | 0.43 | 337.2 | 0.21 | 0.47 |
| Hex | 92 | 60 | 73 | 0 | 22 | 15 | 2B | 151 | 15 | 2F |
| Octal | 222 | 140 | 163 | 0 | 42 | 25 | 53 | 521 | 25 | 57 |
| Binary | 10010010 | 1100000 | 1110011 | 0 | 100010 | 10101 | 101011 | 101010001 | 10101 | 101111 |
Color Harmonies of #926073
Complementary color
Monochromatic Colors of #926073
Black with #926073
Text Example
Text Example
White with #926073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926073; }
p { color: rgb(146,96,115); }
H1.HeaderClassName
{
color: #926073;
}
.AnyTagClassName
{
color: #926073;
}
</style>
background-color css
<style>
a { background-color: #926073; }
a { background-color: rgb(146,96,115); }
div.DivClassName
{
background-color: #926073;
}
.BgClassName
{
background-color: #926073;
}
</style>
border-color css
<style>
span { border-color: #926073; }
span { border-color: rgb(146,96,115); }
td.TdClassName
{
border-color: #926073;
}
.TagClassName
{
border-color: #926073;
}
</style>