#936B79

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

Shades of Mauve Taupe #936B79

Tints of Mauve Taupe #936B79

Color information

#936B79 (or 0x936B79) is unknown color: approx Mauve Taupe. HEX triplet: 93, 6B and 79. RGB value is (147,107,121). Sum of RGB (Red+Green+Blue) = 147+107+121=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #936B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B79 is #6C9486. Grayscale: #787878. Windows color (decimal): -7115911 or 7957395. OLE color: 7957395.

HSL color Cylindrical-coordinate representation of color #936B79: hue angle of 339º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B79 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147107121-
CMYK00.270.180.42
HSL339º15.75%49.8%-
HSV(B)339º27.21%57.65%-
XYZ20.7418.120.49-
YUV120.56128.25146.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=39.2%
G=28.53%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710712100.270.180.4233915.7549.8
Hex936B7901B122A1531032
Octal22315317103322525232062
Binary10010011110101111110010110111001010101010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936B79; }

 p { color: rgb(147,107,121); }

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

<style>
 a { background-color: #936B79; }

 a { background-color: rgb(147,107,121); }

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

<style>
 span { border-color: #936B79; }

 span { border-color: rgb(147,107,121); }

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