Shades of Mauve Taupe #926465
Tints of Mauve Taupe #926465
RGB
CMYK
RGB Variations
Color information
#926465 (or 0x926465) is known color: Mauve Taupe. HEX triplet: 92, 64 and 65. RGB value is (146,100,101). Sum of RGB (Red+Green+Blue) = 146+100+101=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #926465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926465 is #6D9B9A. Grayscale: #717171. Windows color (decimal): -7183259 or 6644882. OLE color: 6644882.
HSL color Cylindrical-coordinate representation of color #926465: hue angle of 358.7º 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 #926465 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 100 | 101 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.43 |
| HSL | 358.7º | 0.19% | 0.48% | - |
| HSV(B) | 358.7º | 0.32% | 0.57% | - |
| XYZ | 18.76 | 16.16 | 14.44 | - |
| YUV | 113.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 101 | 0 | 0.32 | 0.31 | 0.43 | 358.7 | 0.19 | 0.48 |
| Hex | 92 | 64 | 65 | 0 | 20 | 1F | 2B | 167 | 13 | 30 |
| Octal | 222 | 144 | 145 | 0 | 40 | 37 | 53 | 547 | 23 | 60 |
| Binary | 10010010 | 1100100 | 1100101 | 0 | 100000 | 11111 | 101011 | 101100111 | 10011 | 110000 |
Color Harmonies of #926465
Complementary color
Monochromatic Colors of #926465
Black with #926465
Text Example
Text Example
White with #926465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926465; }
p { color: rgb(146,100,101); }
H1.HeaderClassName
{
color: #926465;
}
.AnyTagClassName
{
color: #926465;
}
</style>
background-color css
<style>
a { background-color: #926465; }
a { background-color: rgb(146,100,101); }
div.DivClassName
{
background-color: #926465;
}
.BgClassName
{
background-color: #926465;
}
</style>
border-color css
<style>
span { border-color: #926465; }
span { border-color: rgb(146,100,101); }
td.TdClassName
{
border-color: #926465;
}
.TagClassName
{
border-color: #926465;
}
</style>