Shades of Mauve Taupe #926575
Tints of Mauve Taupe #926575
RGB
CMYK
RGB Variations
Color information
#926575 (or 0x926575) is known color: Mauve Taupe. HEX triplet: 92, 65 and 75. RGB value is (146,101,117). Sum of RGB (Red+Green+Blue) = 146+101+117=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926575 is #6D9A8A. Grayscale: #747474. Windows color (decimal): -7182987 or 7693714. OLE color: 7693714.
HSL color Cylindrical-coordinate representation of color #926575: hue angle of 338.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926575 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 101 | 117 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.43 |
| HSL | 338.67º | 0.18% | 0.48% | - |
| HSV(B) | 338.67º | 0.31% | 0.57% | - |
| XYZ | 19.72 | 16.7 | 19.01 | - |
| YUV | 116.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 101 | 117 | 0 | 0.31 | 0.20 | 0.43 | 338.67 | 0.18 | 0.48 |
| Hex | 92 | 65 | 75 | 0 | 1F | 14 | 2B | 153 | 12 | 30 |
| Octal | 222 | 145 | 165 | 0 | 37 | 24 | 53 | 523 | 22 | 60 |
| Binary | 10010010 | 1100101 | 1110101 | 0 | 11111 | 10100 | 101011 | 101010011 | 10010 | 110000 |
Color Harmonies of #926575
Complementary color
Monochromatic Colors of #926575
Black with #926575
Text Example
Text Example
White with #926575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926575; }
p { color: rgb(146,101,117); }
H1.HeaderClassName
{
color: #926575;
}
.AnyTagClassName
{
color: #926575;
}
</style>
background-color css
<style>
a { background-color: #926575; }
a { background-color: rgb(146,101,117); }
div.DivClassName
{
background-color: #926575;
}
.BgClassName
{
background-color: #926575;
}
</style>
border-color css
<style>
span { border-color: #926575; }
span { border-color: rgb(146,101,117); }
td.TdClassName
{
border-color: #926575;
}
.TagClassName
{
border-color: #926575;
}
</style>