Shades of Mauve Taupe #936869
Tints of Mauve Taupe #936869
RGB
CMYK
RGB Variations
Color information
#936869 (or 0x936869) is known color: Mauve Taupe. HEX triplet: 93, 68 and 69. RGB value is (147,104,105). Sum of RGB (Red+Green+Blue) = 147+104+105=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #936869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936869 is #6C9796. Grayscale: #757575. Windows color (decimal): -7116695 or 6908051. OLE color: 6908051.
HSL color Cylindrical-coordinate representation of color #936869: hue angle of 358.6º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936869 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 105 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.42 |
| HSL | 358.6º | 0.17% | 0.49% | - |
| HSV(B) | 358.6º | 0.29% | 0.58% | - |
| XYZ | 19.53 | 17.12 | 15.64 | - |
| YUV | 116.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 105 | 0 | 0.29 | 0.29 | 0.42 | 358.6 | 0.17 | 0.49 |
| Hex | 93 | 68 | 69 | 0 | 1D | 1D | 2A | 167 | 11 | 31 |
| Octal | 223 | 150 | 151 | 0 | 35 | 35 | 52 | 547 | 21 | 61 |
| Binary | 10010011 | 1101000 | 1101001 | 0 | 11101 | 11101 | 101010 | 101100111 | 10001 | 110001 |
Color Harmonies of #936869
Complementary color
Monochromatic Colors of #936869
Black with #936869
Text Example
Text Example
White with #936869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936869; }
p { color: rgb(147,104,105); }
H1.HeaderClassName
{
color: #936869;
}
.AnyTagClassName
{
color: #936869;
}
</style>
background-color css
<style>
a { background-color: #936869; }
a { background-color: rgb(147,104,105); }
div.DivClassName
{
background-color: #936869;
}
.BgClassName
{
background-color: #936869;
}
</style>
border-color css
<style>
span { border-color: #936869; }
span { border-color: rgb(147,104,105); }
td.TdClassName
{
border-color: #936869;
}
.TagClassName
{
border-color: #936869;
}
</style>