Shades of Mauve Taupe #926D73
Tints of Mauve Taupe #926D73
RGB
CMYK
RGB Variations
Color information
#926D73 (or 0x926D73) is known color: Mauve Taupe. HEX triplet: 92, 6D and 73. RGB value is (146,109,115). Sum of RGB (Red+Green+Blue) = 146+109+115=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #926D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D73 is #6D928C. Grayscale: #787878. Windows color (decimal): -7180941 or 7564690. OLE color: 7564690.
HSL color Cylindrical-coordinate representation of color #926D73: hue angle of 350.27º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926D73 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 115 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.43 |
| HSL | 350.27º | 0.15% | 0.5% | - |
| HSV(B) | 350.27º | 0.25% | 0.57% | - |
| XYZ | 20.42 | 18.29 | 18.67 | - |
| YUV | 120.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 115 | 0 | 0.25 | 0.21 | 0.43 | 350.27 | 0.15 | 0.5 |
| Hex | 92 | 6D | 73 | 0 | 19 | 15 | 2B | 15E | F | 32 |
| Octal | 222 | 155 | 163 | 0 | 31 | 25 | 53 | 536 | 17 | 62 |
| Binary | 10010010 | 1101101 | 1110011 | 0 | 11001 | 10101 | 101011 | 101011110 | 1111 | 110010 |
Color Harmonies of #926D73
Complementary color
Monochromatic Colors of #926D73
Black with #926D73
Text Example
Text Example
White with #926D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D73; }
p { color: rgb(146,109,115); }
H1.HeaderClassName
{
color: #926D73;
}
.AnyTagClassName
{
color: #926D73;
}
</style>
background-color css
<style>
a { background-color: #926D73; }
a { background-color: rgb(146,109,115); }
div.DivClassName
{
background-color: #926D73;
}
.BgClassName
{
background-color: #926D73;
}
</style>
border-color css
<style>
span { border-color: #926D73; }
span { border-color: rgb(146,109,115); }
td.TdClassName
{
border-color: #926D73;
}
.TagClassName
{
border-color: #926D73;
}
</style>