Shades of Mauve Taupe #926364
Tints of Mauve Taupe #926364
RGB
CMYK
RGB Variations
Color information
#926364 (or 0x926364) is known color: Mauve Taupe. HEX triplet: 92, 63 and 64. RGB value is (146,99,100). Sum of RGB (Red+Green+Blue) = 146+99+100=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #926364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926364 is #6D9C9B. Grayscale: #717171. Windows color (decimal): -7183516 or 6579090. OLE color: 6579090.
HSL color Cylindrical-coordinate representation of color #926364: hue angle of 358.72º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926364 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 100 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.43 |
| HSL | 358.72º | 0.19% | 0.48% | - |
| HSV(B) | 358.72º | 0.32% | 0.57% | - |
| XYZ | 18.62 | 15.95 | 14.15 | - |
| YUV | 113.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 100 | 0 | 0.32 | 0.32 | 0.43 | 358.72 | 0.19 | 0.48 |
| Hex | 92 | 63 | 64 | 0 | 20 | 20 | 2B | 167 | 13 | 30 |
| Octal | 222 | 143 | 144 | 0 | 40 | 40 | 53 | 547 | 23 | 60 |
| Binary | 10010010 | 1100011 | 1100100 | 0 | 100000 | 100000 | 101011 | 101100111 | 10011 | 110000 |
Color Harmonies of #926364
Complementary color
Monochromatic Colors of #926364
Black with #926364
Text Example
Text Example
White with #926364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926364; }
p { color: rgb(146,99,100); }
H1.HeaderClassName
{
color: #926364;
}
.AnyTagClassName
{
color: #926364;
}
</style>
background-color css
<style>
a { background-color: #926364; }
a { background-color: rgb(146,99,100); }
div.DivClassName
{
background-color: #926364;
}
.BgClassName
{
background-color: #926364;
}
</style>
border-color css
<style>
span { border-color: #926364; }
span { border-color: rgb(146,99,100); }
td.TdClassName
{
border-color: #926364;
}
.TagClassName
{
border-color: #926364;
}
</style>