#935D6E

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

Shades of Mauve Taupe #935D6E

Tints of Mauve Taupe #935D6E

Color information

#935D6E (or 0x935D6E) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5D and 6E. RGB value is (147,93,110). Sum of RGB (Red+Green+Blue) = 147+93+110=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D6E is #6CA291. Grayscale: #6F6F6F. Windows color (decimal): -7119506 or 7232915. OLE color: 7232915.

HSL color Cylindrical-coordinate representation of color #935D6E: hue angle of 341.11º 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 #935D6E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14793110-
CMYK00.370.250.42
HSL341.11º22.5%47.06%-
HSV(B)341.11º36.73%57.65%-
XYZ18.7615.1616.69-
YUV111.08127.39153.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=42%
G=26.57%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479311000.370.250.42341.1122.547.06
Hex935D6E025192A155162f
Octal22313515604531525252657
Binary100100111011101110111001001011100110101010101010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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