Shades of Mauve Taupe #906C6F
Tints of Mauve Taupe #906C6F
RGB
CMYK
RGB Variations
Color information
#906C6F (or 0x906C6F) is known color: Mauve Taupe. HEX triplet: 90, 6C and 6F. RGB value is (144,108,111). Sum of RGB (Red+Green+Blue) = 144+108+111=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #906C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C6F is #6F9390. Grayscale: #777777. Windows color (decimal): -7312273 or 7302288. OLE color: 7302288.
HSL color Cylindrical-coordinate representation of color #906C6F: hue angle of 355º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906C6F is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 111 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.44 |
| HSL | 355º | 0.14% | 0.49% | - |
| HSV(B) | 355º | 0.25% | 0.56% | - |
| XYZ | 19.73 | 17.8 | 17.44 | - |
| YUV | 119.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 111 | 0 | 0.25 | 0.23 | 0.44 | 355 | 0.14 | 0.49 |
| Hex | 90 | 6C | 6F | 0 | 19 | 17 | 2C | 163 | E | 31 |
| Octal | 220 | 154 | 157 | 0 | 31 | 27 | 54 | 543 | 16 | 61 |
| Binary | 10010000 | 1101100 | 1101111 | 0 | 11001 | 10111 | 101100 | 101100011 | 1110 | 110001 |
Color Harmonies of #906C6F
Complementary color
Monochromatic Colors of #906C6F
Black with #906C6F
Text Example
Text Example
White with #906C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C6F; }
p { color: rgb(144,108,111); }
H1.HeaderClassName
{
color: #906C6F;
}
.AnyTagClassName
{
color: #906C6F;
}
</style>
background-color css
<style>
a { background-color: #906C6F; }
a { background-color: rgb(144,108,111); }
div.DivClassName
{
background-color: #906C6F;
}
.BgClassName
{
background-color: #906C6F;
}
</style>
border-color css
<style>
span { border-color: #906C6F; }
span { border-color: rgb(144,108,111); }
td.TdClassName
{
border-color: #906C6F;
}
.TagClassName
{
border-color: #906C6F;
}
</style>