#935D6F

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

Shades of Mauve Taupe #935D6F

Tints of Mauve Taupe #935D6F

Color information

#935D6F (or 0x935D6F) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5D and 6F. RGB value is (147,93,111). Sum of RGB (Red+Green+Blue) = 147+93+111=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D6F is #6CA290. Grayscale: #6F6F6F. Windows color (decimal): -7119505 or 7298451. OLE color: 7298451.

HSL color Cylindrical-coordinate representation of color #935D6F: hue angle of 340º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D6F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14793111-
CMYK00.370.240.42
HSL340º22.5%47.06%-
HSV(B)340º36.73%57.65%-
XYZ18.8215.1816.98-
YUV111.2127.89153.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=41.88%
G=26.50%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479311100.370.240.4234022.547.06
Hex935D6F025182A154162f
Octal22313515704530525242657
Binary100100111011101110111101001011100010101010101010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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