Shades of Mauve Taupe #925C65
Tints of Mauve Taupe #925C65
RGB
CMYK
RGB Variations
Color information
#925C65 (or 0x925C65) is known color: Mauve Taupe. HEX triplet: 92, 5C and 65. RGB value is (146,92,101). Sum of RGB (Red+Green+Blue) = 146+92+101=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #925C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C65 is #6DA39A. Grayscale: #6D6D6D. Windows color (decimal): -7185307 or 6642834. OLE color: 6642834.
HSL color Cylindrical-coordinate representation of color #925C65: hue angle of 350º 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 #925C65 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 101 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.43 |
| HSL | 350º | 0.23% | 0.47% | - |
| HSV(B) | 350º | 0.37% | 0.57% | - |
| XYZ | 18.03 | 14.7 | 14.2 | - |
| YUV | 109.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 101 | 0 | 0.37 | 0.31 | 0.43 | 350 | 0.23 | 0.47 |
| Hex | 92 | 5C | 65 | 0 | 25 | 1F | 2B | 15E | 17 | 2F |
| Octal | 222 | 134 | 145 | 0 | 45 | 37 | 53 | 536 | 27 | 57 |
| Binary | 10010010 | 1011100 | 1100101 | 0 | 100101 | 11111 | 101011 | 101011110 | 10111 | 101111 |
Color Harmonies of #925C65
Complementary color
Monochromatic Colors of #925C65
Black with #925C65
Text Example
Text Example
White with #925C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C65; }
p { color: rgb(146,92,101); }
H1.HeaderClassName
{
color: #925C65;
}
.AnyTagClassName
{
color: #925C65;
}
</style>
background-color css
<style>
a { background-color: #925C65; }
a { background-color: rgb(146,92,101); }
div.DivClassName
{
background-color: #925C65;
}
.BgClassName
{
background-color: #925C65;
}
</style>
border-color css
<style>
span { border-color: #925C65; }
span { border-color: rgb(146,92,101); }
td.TdClassName
{
border-color: #925C65;
}
.TagClassName
{
border-color: #925C65;
}
</style>