Shades of Mauve Taupe #946162
Tints of Mauve Taupe #946162
RGB
CMYK
RGB Variations
Color information
#946162 (or 0x946162) is known color: Mauve Taupe. HEX triplet: 94, 61 and 62. RGB value is (148,97,98). Sum of RGB (Red+Green+Blue) = 148+97+98=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946162 is #6B9E9D. Grayscale: #707070. Windows color (decimal): -7052958 or 6447508. OLE color: 6447508.
HSL color Cylindrical-coordinate representation of color #946162: hue angle of 358.82º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946162 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 98 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.42 |
| HSL | 358.82º | 0.21% | 0.48% | - |
| HSV(B) | 358.82º | 0.34% | 0.58% | - |
| XYZ | 18.69 | 15.73 | 13.61 | - |
| YUV | 112.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 98 | 0 | 0.34 | 0.34 | 0.42 | 358.82 | 0.21 | 0.48 |
| Hex | 94 | 61 | 62 | 0 | 22 | 22 | 2A | 167 | 15 | 30 |
| Octal | 224 | 141 | 142 | 0 | 42 | 42 | 52 | 547 | 25 | 60 |
| Binary | 10010100 | 1100001 | 1100010 | 0 | 100010 | 100010 | 101010 | 101100111 | 10101 | 110000 |
Color Harmonies of #946162
Complementary color
Monochromatic Colors of #946162
Black with #946162
Text Example
Text Example
White with #946162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946162; }
p { color: rgb(148,97,98); }
H1.HeaderClassName
{
color: #946162;
}
.AnyTagClassName
{
color: #946162;
}
</style>
background-color css
<style>
a { background-color: #946162; }
a { background-color: rgb(148,97,98); }
div.DivClassName
{
background-color: #946162;
}
.BgClassName
{
background-color: #946162;
}
</style>
border-color css
<style>
span { border-color: #946162; }
span { border-color: rgb(148,97,98); }
td.TdClassName
{
border-color: #946162;
}
.TagClassName
{
border-color: #946162;
}
</style>