Shades of Mauve Taupe #925D67
Tints of Mauve Taupe #925D67
RGB
CMYK
RGB Variations
Color information
#925D67 (or 0x925D67) is known color: Mauve Taupe. HEX triplet: 92, 5D and 67. RGB value is (146,93,103). Sum of RGB (Red+Green+Blue) = 146+93+103=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #925D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D67 is #6DA298. Grayscale: #6D6D6D. Windows color (decimal): -7185049 or 6774162. OLE color: 6774162.
HSL color Cylindrical-coordinate representation of color #925D67: hue angle of 348.68º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D67 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 103 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.43 |
| HSL | 348.68º | 0.22% | 0.47% | - |
| HSV(B) | 348.68º | 0.36% | 0.57% | - |
| XYZ | 18.22 | 14.92 | 14.75 | - |
| YUV | 109.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 103 | 0 | 0.36 | 0.29 | 0.43 | 348.68 | 0.22 | 0.47 |
| Hex | 92 | 5D | 67 | 0 | 24 | 1D | 2B | 15D | 16 | 2F |
| Octal | 222 | 135 | 147 | 0 | 44 | 35 | 53 | 535 | 26 | 57 |
| Binary | 10010010 | 1011101 | 1100111 | 0 | 100100 | 11101 | 101011 | 101011101 | 10110 | 101111 |
Color Harmonies of #925D67
Complementary color
Monochromatic Colors of #925D67
Black with #925D67
Text Example
Text Example
White with #925D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D67; }
p { color: rgb(146,93,103); }
H1.HeaderClassName
{
color: #925D67;
}
.AnyTagClassName
{
color: #925D67;
}
</style>
background-color css
<style>
a { background-color: #925D67; }
a { background-color: rgb(146,93,103); }
div.DivClassName
{
background-color: #925D67;
}
.BgClassName
{
background-color: #925D67;
}
</style>
border-color css
<style>
span { border-color: #925D67; }
span { border-color: rgb(146,93,103); }
td.TdClassName
{
border-color: #925D67;
}
.TagClassName
{
border-color: #925D67;
}
</style>