Shades of Mauve Taupe #926D75
Tints of Mauve Taupe #926D75
RGB
CMYK
RGB Variations
Color information
#926D75 (or 0x926D75) is known color: Mauve Taupe. HEX triplet: 92, 6D and 75. RGB value is (146,109,117). Sum of RGB (Red+Green+Blue) = 146+109+117=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #926D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926D75 is #6D928A. Grayscale: #787878. Windows color (decimal): -7180939 or 7695762. OLE color: 7695762.
HSL color Cylindrical-coordinate representation of color #926D75: hue angle of 347.03º 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 #926D75 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 117 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.43 |
| HSL | 347.03º | 0.15% | 0.5% | - |
| HSV(B) | 347.03º | 0.25% | 0.57% | - |
| XYZ | 20.53 | 18.33 | 19.29 | - |
| YUV | 120.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 117 | 0 | 0.25 | 0.20 | 0.43 | 347.03 | 0.15 | 0.5 |
| Hex | 92 | 6D | 75 | 0 | 19 | 14 | 2B | 15B | F | 32 |
| Octal | 222 | 155 | 165 | 0 | 31 | 24 | 53 | 533 | 17 | 62 |
| Binary | 10010010 | 1101101 | 1110101 | 0 | 11001 | 10100 | 101011 | 101011011 | 1111 | 110010 |
Color Harmonies of #926D75
Complementary color
Monochromatic Colors of #926D75
Black with #926D75
Text Example
Text Example
White with #926D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D75; }
p { color: rgb(146,109,117); }
H1.HeaderClassName
{
color: #926D75;
}
.AnyTagClassName
{
color: #926D75;
}
</style>
background-color css
<style>
a { background-color: #926D75; }
a { background-color: rgb(146,109,117); }
div.DivClassName
{
background-color: #926D75;
}
.BgClassName
{
background-color: #926D75;
}
</style>
border-color css
<style>
span { border-color: #926D75; }
span { border-color: rgb(146,109,117); }
td.TdClassName
{
border-color: #926D75;
}
.TagClassName
{
border-color: #926D75;
}
</style>