Shades of Mauve Taupe #92686B
Tints of Mauve Taupe #92686B
RGB
CMYK
RGB Variations
Color information
#92686B (or 0x92686B) is known color: Mauve Taupe. HEX triplet: 92, 68 and 6B. RGB value is (146,104,107). Sum of RGB (Red+Green+Blue) = 146+104+107=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92686B is #6D9794. Grayscale: #747474. Windows color (decimal): -7182229 or 7039122. OLE color: 7039122.
HSL color Cylindrical-coordinate representation of color #92686B: hue angle of 355.71º 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 #92686B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 107 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.43 |
| HSL | 355.71º | 0.17% | 0.49% | - |
| HSV(B) | 355.71º | 0.29% | 0.57% | - |
| XYZ | 19.46 | 17.07 | 16.18 | - |
| YUV | 116.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 107 | 0 | 0.29 | 0.27 | 0.43 | 355.71 | 0.17 | 0.49 |
| Hex | 92 | 68 | 6B | 0 | 1D | 1B | 2B | 164 | 11 | 31 |
| Octal | 222 | 150 | 153 | 0 | 35 | 33 | 53 | 544 | 21 | 61 |
| Binary | 10010010 | 1101000 | 1101011 | 0 | 11101 | 11011 | 101011 | 101100100 | 10001 | 110001 |
Color Harmonies of #92686B
Complementary color
Monochromatic Colors of #92686B
Black with #92686B
Text Example
Text Example
White with #92686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92686B; }
p { color: rgb(146,104,107); }
H1.HeaderClassName
{
color: #92686B;
}
.AnyTagClassName
{
color: #92686B;
}
</style>
background-color css
<style>
a { background-color: #92686B; }
a { background-color: rgb(146,104,107); }
div.DivClassName
{
background-color: #92686B;
}
.BgClassName
{
background-color: #92686B;
}
</style>
border-color css
<style>
span { border-color: #92686B; }
span { border-color: rgb(146,104,107); }
td.TdClassName
{
border-color: #92686B;
}
.TagClassName
{
border-color: #92686B;
}
</style>