Shades of Mauve Taupe #926A74
Tints of Mauve Taupe #926A74
RGB
CMYK
RGB Variations
Color information
#926A74 (or 0x926A74) is known color: Mauve Taupe. HEX triplet: 92, 6A and 74. RGB value is (146,106,116). Sum of RGB (Red+Green+Blue) = 146+106+116=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #926A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A74 is #6D958B. Grayscale: #777777. Windows color (decimal): -7181708 or 7629458. OLE color: 7629458.
HSL color Cylindrical-coordinate representation of color #926A74: hue angle of 345º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #926A74 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 116 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.43 |
| HSL | 345º | 0.16% | 0.49% | - |
| HSV(B) | 345º | 0.27% | 0.57% | - |
| XYZ | 20.16 | 17.68 | 18.87 | - |
| YUV | 119.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 116 | 0 | 0.27 | 0.21 | 0.43 | 345 | 0.16 | 0.49 |
| Hex | 92 | 6A | 74 | 0 | 1B | 15 | 2B | 159 | 10 | 31 |
| Octal | 222 | 152 | 164 | 0 | 33 | 25 | 53 | 531 | 20 | 61 |
| Binary | 10010010 | 1101010 | 1110100 | 0 | 11011 | 10101 | 101011 | 101011001 | 10000 | 110001 |
Color Harmonies of #926A74
Complementary color
Monochromatic Colors of #926A74
Black with #926A74
Text Example
Text Example
White with #926A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A74; }
p { color: rgb(146,106,116); }
H1.HeaderClassName
{
color: #926A74;
}
.AnyTagClassName
{
color: #926A74;
}
</style>
background-color css
<style>
a { background-color: #926A74; }
a { background-color: rgb(146,106,116); }
div.DivClassName
{
background-color: #926A74;
}
.BgClassName
{
background-color: #926A74;
}
</style>
border-color css
<style>
span { border-color: #926A74; }
span { border-color: rgb(146,106,116); }
td.TdClassName
{
border-color: #926A74;
}
.TagClassName
{
border-color: #926A74;
}
</style>