Shades of Mauve Taupe #936266
Tints of Mauve Taupe #936266
RGB
CMYK
RGB Variations
Color information
#936266 (or 0x936266) is known color: Mauve Taupe. HEX triplet: 93, 62 and 66. RGB value is (147,98,102). Sum of RGB (Red+Green+Blue) = 147+98+102=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #936266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936266 is #6C9D99. Grayscale: #717171. Windows color (decimal): -7118234 or 6709907. OLE color: 6709907.
HSL color Cylindrical-coordinate representation of color #936266: hue angle of 355.1º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936266 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 102 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.42 |
| HSL | 355.1º | 0.2% | 0.48% | - |
| HSV(B) | 355.1º | 0.33% | 0.58% | - |
| XYZ | 18.8 | 15.9 | 14.65 | - |
| YUV | 113.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 102 | 0 | 0.33 | 0.31 | 0.42 | 355.1 | 0.2 | 0.48 |
| Hex | 93 | 62 | 66 | 0 | 21 | 1F | 2A | 163 | 14 | 30 |
| Octal | 223 | 142 | 146 | 0 | 41 | 37 | 52 | 543 | 24 | 60 |
| Binary | 10010011 | 1100010 | 1100110 | 0 | 100001 | 11111 | 101010 | 101100011 | 10100 | 110000 |
Color Harmonies of #936266
Complementary color
Monochromatic Colors of #936266
Black with #936266
Text Example
Text Example
White with #936266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936266; }
p { color: rgb(147,98,102); }
H1.HeaderClassName
{
color: #936266;
}
.AnyTagClassName
{
color: #936266;
}
</style>
background-color css
<style>
a { background-color: #936266; }
a { background-color: rgb(147,98,102); }
div.DivClassName
{
background-color: #936266;
}
.BgClassName
{
background-color: #936266;
}
</style>
border-color css
<style>
span { border-color: #936266; }
span { border-color: rgb(147,98,102); }
td.TdClassName
{
border-color: #936266;
}
.TagClassName
{
border-color: #936266;
}
</style>