Shades of Mauve Taupe #925C67
Tints of Mauve Taupe #925C67
RGB
CMYK
RGB Variations
Color information
#925C67 (or 0x925C67) is known color: Mauve Taupe. HEX triplet: 92, 5C and 67. RGB value is (146,92,103). Sum of RGB (Red+Green+Blue) = 146+92+103=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #925C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C67 is #6DA398. Grayscale: #6D6D6D. Windows color (decimal): -7185305 or 6773906. OLE color: 6773906.
HSL color Cylindrical-coordinate representation of color #925C67: hue angle of 347.78º 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 #925C67 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 103 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.43 |
| HSL | 347.78º | 0.23% | 0.47% | - |
| HSV(B) | 347.78º | 0.37% | 0.57% | - |
| XYZ | 18.13 | 14.74 | 14.72 | - |
| YUV | 109.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 103 | 0 | 0.37 | 0.29 | 0.43 | 347.78 | 0.23 | 0.47 |
| Hex | 92 | 5C | 67 | 0 | 25 | 1D | 2B | 15C | 17 | 2F |
| Octal | 222 | 134 | 147 | 0 | 45 | 35 | 53 | 534 | 27 | 57 |
| Binary | 10010010 | 1011100 | 1100111 | 0 | 100101 | 11101 | 101011 | 101011100 | 10111 | 101111 |
Color Harmonies of #925C67
Complementary color
Monochromatic Colors of #925C67
Black with #925C67
Text Example
Text Example
White with #925C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C67; }
p { color: rgb(146,92,103); }
H1.HeaderClassName
{
color: #925C67;
}
.AnyTagClassName
{
color: #925C67;
}
</style>
background-color css
<style>
a { background-color: #925C67; }
a { background-color: rgb(146,92,103); }
div.DivClassName
{
background-color: #925C67;
}
.BgClassName
{
background-color: #925C67;
}
</style>
border-color css
<style>
span { border-color: #925C67; }
span { border-color: rgb(146,92,103); }
td.TdClassName
{
border-color: #925C67;
}
.TagClassName
{
border-color: #925C67;
}
</style>