#925D6D

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

Shades of Mauve Taupe #925D6D

Tints of Mauve Taupe #925D6D

Color information

#925D6D (or 0x925D6D) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5D and 6D. RGB value is (146,93,109). Sum of RGB (Red+Green+Blue) = 146+93+109=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D6D is #6DA292. Grayscale: #6E6E6E. Windows color (decimal): -7185043 or 7167378. OLE color: 7167378.

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

Color convert

RGB14693109-
CMYK00.360.250.43
HSL341.89º22.18%46.86%-
HSV(B)341.89º36.3%57.25%-
XYZ18.5315.0416.4-
YUV110.67127.06153.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=41.95%
G=26.72%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469310900.360.250.43341.8922.1846.86
Hex925D6D024192B156162f
Octal22213515504431535262657
Binary100100101011101110110101001001100110101110101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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