Shades of Mauve Taupe #926165
Tints of Mauve Taupe #926165
RGB
CMYK
RGB Variations
Color information
#926165 (or 0x926165) is known color: Mauve Taupe. HEX triplet: 92, 61 and 65. RGB value is (146,97,101). Sum of RGB (Red+Green+Blue) = 146+97+101=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #926165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926165 is #6D9E9A. Grayscale: #707070. Windows color (decimal): -7184027 or 6644114. OLE color: 6644114.
HSL color Cylindrical-coordinate representation of color #926165: hue angle of 355.1º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926165 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 101 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.43 |
| HSL | 355.1º | 0.2% | 0.48% | - |
| HSV(B) | 355.1º | 0.34% | 0.57% | - |
| XYZ | 18.48 | 15.6 | 14.35 | - |
| YUV | 112.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 101 | 0 | 0.34 | 0.31 | 0.43 | 355.1 | 0.2 | 0.48 |
| Hex | 92 | 61 | 65 | 0 | 22 | 1F | 2B | 163 | 14 | 30 |
| Octal | 222 | 141 | 145 | 0 | 42 | 37 | 53 | 543 | 24 | 60 |
| Binary | 10010010 | 1100001 | 1100101 | 0 | 100010 | 11111 | 101011 | 101100011 | 10100 | 110000 |
Color Harmonies of #926165
Complementary color
Monochromatic Colors of #926165
Black with #926165
Text Example
Text Example
White with #926165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926165; }
p { color: rgb(146,97,101); }
H1.HeaderClassName
{
color: #926165;
}
.AnyTagClassName
{
color: #926165;
}
</style>
background-color css
<style>
a { background-color: #926165; }
a { background-color: rgb(146,97,101); }
div.DivClassName
{
background-color: #926165;
}
.BgClassName
{
background-color: #926165;
}
</style>
border-color css
<style>
span { border-color: #926165; }
span { border-color: rgb(146,97,101); }
td.TdClassName
{
border-color: #926165;
}
.TagClassName
{
border-color: #926165;
}
</style>