Shades of Mauve Taupe #936268
Tints of Mauve Taupe #936268
RGB
CMYK
RGB Variations
Color information
#936268 (or 0x936268) is known color: Mauve Taupe. HEX triplet: 93, 62 and 68. RGB value is (147,98,104). Sum of RGB (Red+Green+Blue) = 147+98+104=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #936268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936268 is #6C9D97. Grayscale: #717171. Windows color (decimal): -7118232 or 6840979. OLE color: 6840979.
HSL color Cylindrical-coordinate representation of color #936268: hue angle of 352.65º 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 #936268 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 104 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.42 |
| HSL | 352.65º | 0.2% | 0.48% | - |
| HSV(B) | 352.65º | 0.33% | 0.58% | - |
| XYZ | 18.9 | 15.94 | 15.18 | - |
| YUV | 113.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 104 | 0 | 0.33 | 0.29 | 0.42 | 352.65 | 0.2 | 0.48 |
| Hex | 93 | 62 | 68 | 0 | 21 | 1D | 2A | 161 | 14 | 30 |
| Octal | 223 | 142 | 150 | 0 | 41 | 35 | 52 | 541 | 24 | 60 |
| Binary | 10010011 | 1100010 | 1101000 | 0 | 100001 | 11101 | 101010 | 101100001 | 10100 | 110000 |
Color Harmonies of #936268
Complementary color
Monochromatic Colors of #936268
Black with #936268
Text Example
Text Example
White with #936268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936268; }
p { color: rgb(147,98,104); }
H1.HeaderClassName
{
color: #936268;
}
.AnyTagClassName
{
color: #936268;
}
</style>
background-color css
<style>
a { background-color: #936268; }
a { background-color: rgb(147,98,104); }
div.DivClassName
{
background-color: #936268;
}
.BgClassName
{
background-color: #936268;
}
</style>
border-color css
<style>
span { border-color: #936268; }
span { border-color: rgb(147,98,104); }
td.TdClassName
{
border-color: #936268;
}
.TagClassName
{
border-color: #936268;
}
</style>