#925D6F

Color #925D6F Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #925D6F

Tints of Mauve Taupe #925D6F

Color information

#925D6F (or 0x925D6F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5D and 6F. RGB value is (146,93,111). Sum of RGB (Red+Green+Blue) = 146+93+111=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D6F is #6DA290. Grayscale: #6E6E6E. Windows color (decimal): -7185041 or 7298450. OLE color: 7298450.

HSL color Cylindrical-coordinate representation of color #925D6F: hue angle of 339.62º 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 #925D6F is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14693111-
CMYK00.360.240.43
HSL339.62º22.18%46.86%-
HSV(B)339.62º36.3%57.25%-
XYZ18.6415.0916.97-
YUV110.9128.06153.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=41.71%
G=26.57%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469311100.360.240.43339.6222.1846.86
Hex925D6F024182B154162f
Octal22213515704430535242657
Binary100100101011101110111101001001100010101110101010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925D6F; }

 p { color: rgb(146,93,111); }

 H1.HeaderClassName
 {
   color: #925D6F;
 }
 .AnyTagClassName
 {
   color: #925D6F;
 }
</style>
background-color css

<style>
 a { background-color: #925D6F; }

 a { background-color: rgb(146,93,111); }

 div.DivClassName
 {
   background-color: #925D6F;
 }
 .BgClassName
 {
   background-color: #925D6F;
 }
</style>
border-color css

<style>
 span { border-color: #925D6F; }

 span { border-color: rgb(146,93,111); }

 td.TdClassName
 {
   border-color: #925D6F;
 }
 .TagClassName
 {
   border-color: #925D6F;
 }
</style>