#936D77

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

Shades of Mauve Taupe #936D77

Tints of Mauve Taupe #936D77

Color information

#936D77 (or 0x936D77) is unknown color: approx Mauve Taupe. HEX triplet: 93, 6D and 77. RGB value is (147,109,119). Sum of RGB (Red+Green+Blue) = 147+109+119=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #936D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D77 is #6C9288. Grayscale: #797979. Windows color (decimal): -7115401 or 7826835. OLE color: 7826835.

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

Color convert

RGB147109119-
CMYK00.260.190.42
HSL344.21º14.96%50.2%-
HSV(B)344.21º25.85%57.65%-
XYZ20.8318.4719.92-
YUV121.5126.59146.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=39.2%
G=29.07%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710911900.260.190.42344.2114.9650.2
Hex936D7701A132A158f32
Octal22315516703223525301762
Binary1001001111011011110111011010100111010101010110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,109,119); }

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

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

 a { background-color: rgb(147,109,119); }

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

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

 span { border-color: rgb(147,109,119); }

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