Shades of Mauve Taupe #926365
Tints of Mauve Taupe #926365
RGB
CMYK
RGB Variations
Color information
#926365 (or 0x926365) is known color: Mauve Taupe. HEX triplet: 92, 63 and 65. RGB value is (146,99,101). Sum of RGB (Red+Green+Blue) = 146+99+101=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #926365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926365 is #6D9C9A. Grayscale: #717171. Windows color (decimal): -7183515 or 6644626. OLE color: 6644626.
HSL color Cylindrical-coordinate representation of color #926365: hue angle of 357.45º 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 #926365 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 101 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.43 |
| HSL | 357.45º | 0.19% | 0.48% | - |
| HSV(B) | 357.45º | 0.32% | 0.57% | - |
| XYZ | 18.66 | 15.97 | 14.41 | - |
| YUV | 113.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 101 | 0 | 0.32 | 0.31 | 0.43 | 357.45 | 0.19 | 0.48 |
| Hex | 92 | 63 | 65 | 0 | 20 | 1F | 2B | 165 | 13 | 30 |
| Octal | 222 | 143 | 145 | 0 | 40 | 37 | 53 | 545 | 23 | 60 |
| Binary | 10010010 | 1100011 | 1100101 | 0 | 100000 | 11111 | 101011 | 101100101 | 10011 | 110000 |
Color Harmonies of #926365
Complementary color
Monochromatic Colors of #926365
Black with #926365
Text Example
Text Example
White with #926365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926365; }
p { color: rgb(146,99,101); }
H1.HeaderClassName
{
color: #926365;
}
.AnyTagClassName
{
color: #926365;
}
</style>
background-color css
<style>
a { background-color: #926365; }
a { background-color: rgb(146,99,101); }
div.DivClassName
{
background-color: #926365;
}
.BgClassName
{
background-color: #926365;
}
</style>
border-color css
<style>
span { border-color: #926365; }
span { border-color: rgb(146,99,101); }
td.TdClassName
{
border-color: #926365;
}
.TagClassName
{
border-color: #926365;
}
</style>