#935E63

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

Shades of Mauve Taupe #935E63

Tints of Mauve Taupe #935E63

Color information

#935E63 (or 0x935E63) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5E and 63. RGB value is (147,94,99). Sum of RGB (Red+Green+Blue) = 147+94+99=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #935E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E63 is #6CA19C. Grayscale: #6E6E6E. Windows color (decimal): -7119261 or 6512275. OLE color: 6512275.

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

Color convert

RGB1479499-
CMYK00.360.330.42
HSL354.34º21.99%47.25%-
HSV(B)354.34º36.05%57.65%-
XYZ18.2915.1113.76-
YUV110.42121.56154.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=43.24%
G=27.65%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147949900.360.330.42354.3421.9947.25
Hex935E63024212A162162f
Octal22313614304441525422657
Binary1001001110111101100011010010010000110101010110001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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