Shades of Mauve Taupe #936768
Tints of Mauve Taupe #936768
RGB
CMYK
RGB Variations
Color information
#936768 (or 0x936768) is known color: Mauve Taupe. HEX triplet: 93, 67 and 68. RGB value is (147,103,104). Sum of RGB (Red+Green+Blue) = 147+103+104=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #936768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936768 is #6C9897. Grayscale: #747474. Windows color (decimal): -7116952 or 6842259. OLE color: 6842259.
HSL color Cylindrical-coordinate representation of color #936768: hue angle of 358.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936768 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 104 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.42 |
| HSL | 358.64º | 0.18% | 0.49% | - |
| HSV(B) | 358.64º | 0.3% | 0.58% | - |
| XYZ | 19.38 | 16.9 | 15.34 | - |
| YUV | 116.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 104 | 0 | 0.30 | 0.29 | 0.42 | 358.64 | 0.18 | 0.49 |
| Hex | 93 | 67 | 68 | 0 | 1E | 1D | 2A | 167 | 12 | 31 |
| Octal | 223 | 147 | 150 | 0 | 36 | 35 | 52 | 547 | 22 | 61 |
| Binary | 10010011 | 1100111 | 1101000 | 0 | 11110 | 11101 | 101010 | 101100111 | 10010 | 110001 |
Color Harmonies of #936768
Complementary color
Monochromatic Colors of #936768
Black with #936768
Text Example
Text Example
White with #936768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936768; }
p { color: rgb(147,103,104); }
H1.HeaderClassName
{
color: #936768;
}
.AnyTagClassName
{
color: #936768;
}
</style>
background-color css
<style>
a { background-color: #936768; }
a { background-color: rgb(147,103,104); }
div.DivClassName
{
background-color: #936768;
}
.BgClassName
{
background-color: #936768;
}
</style>
border-color css
<style>
span { border-color: #936768; }
span { border-color: rgb(147,103,104); }
td.TdClassName
{
border-color: #936768;
}
.TagClassName
{
border-color: #936768;
}
</style>