#935E70

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

Shades of Mauve Taupe #935E70

Tints of Mauve Taupe #935E70

Color information

#935E70 (or 0x935E70) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5E and 70. RGB value is (147,94,112). Sum of RGB (Red+Green+Blue) = 147+94+112=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #935E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E70 is #6CA18F. Grayscale: #6F6F6F. Windows color (decimal): -7119248 or 7364243. OLE color: 7364243.

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

Color convert

RGB14794112-
CMYK00.360.240.42
HSL339.62º21.99%47.25%-
HSV(B)339.62º36.05%57.65%-
XYZ18.9615.3817.3-
YUV111.9128.06153.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=41.64%
G=26.63%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479411200.360.240.42339.6221.9947.25
Hex935E70024182A154162f
Octal22313616004430525242657
Binary100100111011110111000001001001100010101010101010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,94,112); }

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

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

 a { background-color: rgb(147,94,112); }

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

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

 span { border-color: rgb(147,94,112); }

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