Shades of Mauve Taupe #926D74
Tints of Mauve Taupe #926D74
RGB
CMYK
RGB Variations
Color information
#926D74 (or 0x926D74) is known color: Mauve Taupe. HEX triplet: 92, 6D and 74. RGB value is (146,109,116). Sum of RGB (Red+Green+Blue) = 146+109+116=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #926D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D74 is #6D928B. Grayscale: #787878. Windows color (decimal): -7180940 or 7630226. OLE color: 7630226.
HSL color Cylindrical-coordinate representation of color #926D74: hue angle of 348.65º 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 #926D74 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 116 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.43 |
| HSL | 348.65º | 0.15% | 0.5% | - |
| HSV(B) | 348.65º | 0.25% | 0.57% | - |
| XYZ | 20.48 | 18.31 | 18.98 | - |
| YUV | 120.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 116 | 0 | 0.25 | 0.21 | 0.43 | 348.65 | 0.15 | 0.5 |
| Hex | 92 | 6D | 74 | 0 | 19 | 15 | 2B | 15D | F | 32 |
| Octal | 222 | 155 | 164 | 0 | 31 | 25 | 53 | 535 | 17 | 62 |
| Binary | 10010010 | 1101101 | 1110100 | 0 | 11001 | 10101 | 101011 | 101011101 | 1111 | 110010 |
Color Harmonies of #926D74
Complementary color
Monochromatic Colors of #926D74
Black with #926D74
Text Example
Text Example
White with #926D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D74; }
p { color: rgb(146,109,116); }
H1.HeaderClassName
{
color: #926D74;
}
.AnyTagClassName
{
color: #926D74;
}
</style>
background-color css
<style>
a { background-color: #926D74; }
a { background-color: rgb(146,109,116); }
div.DivClassName
{
background-color: #926D74;
}
.BgClassName
{
background-color: #926D74;
}
</style>
border-color css
<style>
span { border-color: #926D74; }
span { border-color: rgb(146,109,116); }
td.TdClassName
{
border-color: #926D74;
}
.TagClassName
{
border-color: #926D74;
}
</style>