#936E76

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

Shades of Mauve Taupe #936E76

Tints of Mauve Taupe #936E76

Color information

#936E76 (or 0x936E76) is unknown color: approx Mauve Taupe. HEX triplet: 93, 6E and 76. RGB value is (147,110,118). Sum of RGB (Red+Green+Blue) = 147+110+118=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #936E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E76 is #6C9189. Grayscale: #797979. Windows color (decimal): -7115146 or 7761555. OLE color: 7761555.

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

Color convert

RGB147110118-
CMYK00.250.200.42
HSL347.03º14.62%50.39%-
HSV(B)347.03º25.17%57.65%-
XYZ20.8818.6619.64-
YUV121.98125.76145.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=39.2%
G=29.33%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711011800.250.200.42347.0314.6250.39
Hex936E76019142A15bf32
Octal22315616603124525331762
Binary1001001111011101110110011001101001010101010110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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