Shades of Mauve Taupe #936B73
Tints of Mauve Taupe #936B73
RGB
CMYK
RGB Variations
Color information
#936B73 (or 0x936B73) is known color: Mauve Taupe. HEX triplet: 93, 6B and 73. RGB value is (147,107,115). Sum of RGB (Red+Green+Blue) = 147+107+115=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #936B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B73 is #6C948C. Grayscale: #777777. Windows color (decimal): -7115917 or 7564179. OLE color: 7564179.
HSL color Cylindrical-coordinate representation of color #936B73: hue angle of 348º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B73 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 115 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.42 |
| HSL | 348º | 0.16% | 0.5% | - |
| HSV(B) | 348º | 0.27% | 0.58% | - |
| XYZ | 20.38 | 17.96 | 18.61 | - |
| YUV | 119.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 115 | 0 | 0.27 | 0.22 | 0.42 | 348 | 0.16 | 0.5 |
| Hex | 93 | 6B | 73 | 0 | 1B | 16 | 2A | 15C | 10 | 32 |
| Octal | 223 | 153 | 163 | 0 | 33 | 26 | 52 | 534 | 20 | 62 |
| Binary | 10010011 | 1101011 | 1110011 | 0 | 11011 | 10110 | 101010 | 101011100 | 10000 | 110010 |
Color Harmonies of #936B73
Complementary color
Monochromatic Colors of #936B73
Black with #936B73
Text Example
Text Example
White with #936B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B73; }
p { color: rgb(147,107,115); }
H1.HeaderClassName
{
color: #936B73;
}
.AnyTagClassName
{
color: #936B73;
}
</style>
background-color css
<style>
a { background-color: #936B73; }
a { background-color: rgb(147,107,115); }
div.DivClassName
{
background-color: #936B73;
}
.BgClassName
{
background-color: #936B73;
}
</style>
border-color css
<style>
span { border-color: #936B73; }
span { border-color: rgb(147,107,115); }
td.TdClassName
{
border-color: #936B73;
}
.TagClassName
{
border-color: #936B73;
}
</style>