#935D76

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

Shades of Mauve Taupe #935D76

Tints of Mauve Taupe #935D76

Color information

#935D76 (or 0x935D76) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5D and 76. RGB value is (147,93,118). Sum of RGB (Red+Green+Blue) = 147+93+118=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #935D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D76 is #6CA289. Grayscale: #6F6F6F. Windows color (decimal): -7119498 or 7757203. OLE color: 7757203.

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

Color convert

RGB14793118-
CMYK00.370.200.42
HSL332.22º22.5%47.06%-
HSV(B)332.22º36.73%57.65%-
XYZ19.2215.3419.09-
YUV112131.39152.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=41.06%
G=25.98%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479311800.370.200.42332.2222.547.06
Hex935D76025142A14c162f
Octal22313516604524525142657
Binary100100111011101111011001001011010010101010100110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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