Shades of Mauve Taupe #936066
Tints of Mauve Taupe #936066
RGB
CMYK
RGB Variations
Color information
#936066 (or 0x936066) is known color: Mauve Taupe. HEX triplet: 93, 60 and 66. RGB value is (147,96,102). Sum of RGB (Red+Green+Blue) = 147+96+102=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #936066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936066 is #6C9F99. Grayscale: #6F6F6F. Windows color (decimal): -7118746 or 6709395. OLE color: 6709395.
HSL color Cylindrical-coordinate representation of color #936066: hue angle of 352.94º 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 #936066 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 102 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.42 |
| HSL | 352.94º | 0.21% | 0.48% | - |
| HSV(B) | 352.94º | 0.35% | 0.58% | - |
| XYZ | 18.61 | 15.53 | 14.59 | - |
| YUV | 111.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 102 | 0 | 0.35 | 0.31 | 0.42 | 352.94 | 0.21 | 0.48 |
| Hex | 93 | 60 | 66 | 0 | 23 | 1F | 2A | 161 | 15 | 30 |
| Octal | 223 | 140 | 146 | 0 | 43 | 37 | 52 | 541 | 25 | 60 |
| Binary | 10010011 | 1100000 | 1100110 | 0 | 100011 | 11111 | 101010 | 101100001 | 10101 | 110000 |
Color Harmonies of #936066
Complementary color
Monochromatic Colors of #936066
Black with #936066
Text Example
Text Example
White with #936066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936066; }
p { color: rgb(147,96,102); }
H1.HeaderClassName
{
color: #936066;
}
.AnyTagClassName
{
color: #936066;
}
</style>
background-color css
<style>
a { background-color: #936066; }
a { background-color: rgb(147,96,102); }
div.DivClassName
{
background-color: #936066;
}
.BgClassName
{
background-color: #936066;
}
</style>
border-color css
<style>
span { border-color: #936066; }
span { border-color: rgb(147,96,102); }
td.TdClassName
{
border-color: #936066;
}
.TagClassName
{
border-color: #936066;
}
</style>