Shades of Mauve Taupe #92686C
Tints of Mauve Taupe #92686C
RGB
CMYK
RGB Variations
Color information
#92686C (or 0x92686C) is known color: Mauve Taupe. HEX triplet: 92, 68 and 6C. RGB value is (146,104,108). Sum of RGB (Red+Green+Blue) = 146+104+108=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92686C is #6D9793. Grayscale: #757575. Windows color (decimal): -7182228 or 7104658. OLE color: 7104658.
HSL color Cylindrical-coordinate representation of color #92686C: hue angle of 354.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92686C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 108 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.43 |
| HSL | 354.29º | 0.17% | 0.49% | - |
| HSV(B) | 354.29º | 0.29% | 0.57% | - |
| XYZ | 19.51 | 17.09 | 16.46 | - |
| YUV | 117.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 108 | 0 | 0.29 | 0.26 | 0.43 | 354.29 | 0.17 | 0.49 |
| Hex | 92 | 68 | 6C | 0 | 1D | 1A | 2B | 162 | 11 | 31 |
| Octal | 222 | 150 | 154 | 0 | 35 | 32 | 53 | 542 | 21 | 61 |
| Binary | 10010010 | 1101000 | 1101100 | 0 | 11101 | 11010 | 101011 | 101100010 | 10001 | 110001 |
Color Harmonies of #92686C
Complementary color
Monochromatic Colors of #92686C
Black with #92686C
Text Example
Text Example
White with #92686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92686C; }
p { color: rgb(146,104,108); }
H1.HeaderClassName
{
color: #92686C;
}
.AnyTagClassName
{
color: #92686C;
}
</style>
background-color css
<style>
a { background-color: #92686C; }
a { background-color: rgb(146,104,108); }
div.DivClassName
{
background-color: #92686C;
}
.BgClassName
{
background-color: #92686C;
}
</style>
border-color css
<style>
span { border-color: #92686C; }
span { border-color: rgb(146,104,108); }
td.TdClassName
{
border-color: #92686C;
}
.TagClassName
{
border-color: #92686C;
}
</style>