Shades of Mauve Taupe #946065
Tints of Mauve Taupe #946065
RGB
CMYK
RGB Variations
Color information
#946065 (or 0x946065) is known color: Mauve Taupe. HEX triplet: 94, 60 and 65. RGB value is (148,96,101). Sum of RGB (Red+Green+Blue) = 148+96+101=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #946065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946065 is #6B9F9A. Grayscale: #707070. Windows color (decimal): -7053211 or 6643860. OLE color: 6643860.
HSL color Cylindrical-coordinate representation of color #946065: hue angle of 354.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946065 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 96 | 101 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.42 |
| HSL | 354.23º | 0.21% | 0.48% | - |
| HSV(B) | 354.23º | 0.35% | 0.58% | - |
| XYZ | 18.74 | 15.6 | 14.34 | - |
| YUV | 112.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 101 | 0 | 0.35 | 0.32 | 0.42 | 354.23 | 0.21 | 0.48 |
| Hex | 94 | 60 | 65 | 0 | 23 | 20 | 2A | 162 | 15 | 30 |
| Octal | 224 | 140 | 145 | 0 | 43 | 40 | 52 | 542 | 25 | 60 |
| Binary | 10010100 | 1100000 | 1100101 | 0 | 100011 | 100000 | 101010 | 101100010 | 10101 | 110000 |
Color Harmonies of #946065
Complementary color
Monochromatic Colors of #946065
Black with #946065
Text Example
Text Example
White with #946065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946065; }
p { color: rgb(148,96,101); }
H1.HeaderClassName
{
color: #946065;
}
.AnyTagClassName
{
color: #946065;
}
</style>
background-color css
<style>
a { background-color: #946065; }
a { background-color: rgb(148,96,101); }
div.DivClassName
{
background-color: #946065;
}
.BgClassName
{
background-color: #946065;
}
</style>
border-color css
<style>
span { border-color: #946065; }
span { border-color: rgb(148,96,101); }
td.TdClassName
{
border-color: #946065;
}
.TagClassName
{
border-color: #946065;
}
</style>