Shades of Mauve Taupe #925C68
Tints of Mauve Taupe #925C68
RGB
CMYK
RGB Variations
Color information
#925C68 (or 0x925C68) is known color: Mauve Taupe. HEX triplet: 92, 5C and 68. RGB value is (146,92,104). Sum of RGB (Red+Green+Blue) = 146+92+104=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #925C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C68 is #6DA397. Grayscale: #6D6D6D. Windows color (decimal): -7185304 or 6839442. OLE color: 6839442.
HSL color Cylindrical-coordinate representation of color #925C68: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C68 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 104 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.43 |
| HSL | 346.67º | 0.23% | 0.47% | - |
| HSV(B) | 346.67º | 0.37% | 0.57% | - |
| XYZ | 18.18 | 14.76 | 14.99 | - |
| YUV | 109.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 104 | 0 | 0.37 | 0.29 | 0.43 | 346.67 | 0.23 | 0.47 |
| Hex | 92 | 5C | 68 | 0 | 25 | 1D | 2B | 15B | 17 | 2F |
| Octal | 222 | 134 | 150 | 0 | 45 | 35 | 53 | 533 | 27 | 57 |
| Binary | 10010010 | 1011100 | 1101000 | 0 | 100101 | 11101 | 101011 | 101011011 | 10111 | 101111 |
Color Harmonies of #925C68
Complementary color
Monochromatic Colors of #925C68
Black with #925C68
Text Example
Text Example
White with #925C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C68; }
p { color: rgb(146,92,104); }
H1.HeaderClassName
{
color: #925C68;
}
.AnyTagClassName
{
color: #925C68;
}
</style>
background-color css
<style>
a { background-color: #925C68; }
a { background-color: rgb(146,92,104); }
div.DivClassName
{
background-color: #925C68;
}
.BgClassName
{
background-color: #925C68;
}
</style>
border-color css
<style>
span { border-color: #925C68; }
span { border-color: rgb(146,92,104); }
td.TdClassName
{
border-color: #925C68;
}
.TagClassName
{
border-color: #925C68;
}
</style>