Shades of Mauve Taupe #906C76
Tints of Mauve Taupe #906C76
RGB
CMYK
RGB Variations
Color information
#906C76 (or 0x906C76) is known color: Mauve Taupe. HEX triplet: 90, 6C and 76. RGB value is (144,108,118). Sum of RGB (Red+Green+Blue) = 144+108+118=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #906C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C76 is #6F9389. Grayscale: #777777. Windows color (decimal): -7312266 or 7761040. OLE color: 7761040.
HSL color Cylindrical-coordinate representation of color #906C76: hue angle of 343.33º 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 #906C76 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 118 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.44 |
| HSL | 343.33º | 0.14% | 0.49% | - |
| HSV(B) | 343.33º | 0.25% | 0.56% | - |
| XYZ | 20.13 | 17.96 | 19.55 | - |
| YUV | 119.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 118 | 0 | 0.25 | 0.18 | 0.44 | 343.33 | 0.14 | 0.49 |
| Hex | 90 | 6C | 76 | 0 | 19 | 12 | 2C | 157 | E | 31 |
| Octal | 220 | 154 | 166 | 0 | 31 | 22 | 54 | 527 | 16 | 61 |
| Binary | 10010000 | 1101100 | 1110110 | 0 | 11001 | 10010 | 101100 | 101010111 | 1110 | 110001 |
Color Harmonies of #906C76
Complementary color
Monochromatic Colors of #906C76
Black with #906C76
Text Example
Text Example
White with #906C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C76; }
p { color: rgb(144,108,118); }
H1.HeaderClassName
{
color: #906C76;
}
.AnyTagClassName
{
color: #906C76;
}
</style>
background-color css
<style>
a { background-color: #906C76; }
a { background-color: rgb(144,108,118); }
div.DivClassName
{
background-color: #906C76;
}
.BgClassName
{
background-color: #906C76;
}
</style>
border-color css
<style>
span { border-color: #906C76; }
span { border-color: rgb(144,108,118); }
td.TdClassName
{
border-color: #906C76;
}
.TagClassName
{
border-color: #906C76;
}
</style>