#935E64

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

Shades of Mauve Taupe #935E64

Tints of Mauve Taupe #935E64

Color information

#935E64 (or 0x935E64) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5E and 64. RGB value is (147,94,100). Sum of RGB (Red+Green+Blue) = 147+94+100=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #935E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E64 is #6CA19B. Grayscale: #6E6E6E. Windows color (decimal): -7119260 or 6577811. OLE color: 6577811.

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

Color convert

RGB14794100-
CMYK00.360.320.42
HSL353.21º21.99%47.25%-
HSV(B)353.21º36.05%57.65%-
XYZ18.3415.1314.01-
YUV110.53122.06154.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=43.11%
G=27.57%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479410000.360.320.42353.2121.9947.25
Hex935E64024202A161162f
Octal22313614404440525412657
Binary1001001110111101100100010010010000010101010110000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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