#935A6D

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

Shades of Mauve Taupe #935A6D

Tints of Mauve Taupe #935A6D

Color information

#935A6D (or 0x935A6D) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5A and 6D. RGB value is (147,90,109). Sum of RGB (Red+Green+Blue) = 147+90+109=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A6D is #6CA592. Grayscale: #6D6D6D. Windows color (decimal): -7120275 or 7166611. OLE color: 7166611.

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

Color convert

RGB14790109-
CMYK00.390.260.42
HSL340º24.05%46.47%-
HSV(B)340º38.78%57.65%-
XYZ18.4514.6216.32-
YUV109.21127.88154.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=42.49%
G=26.01%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479010900.390.260.4234024.0546.47
Hex935A6D0271A2A154182e
Octal22313215504732525243056
Binary100100111011010110110101001111101010101010101010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,90,109); }

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

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

 a { background-color: rgb(147,90,109); }

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

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

 span { border-color: rgb(147,90,109); }

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