#935E6E

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

Shades of Mauve Taupe #935E6E

Tints of Mauve Taupe #935E6E

Color information

#935E6E (or 0x935E6E) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5E and 6E. RGB value is (147,94,110). Sum of RGB (Red+Green+Blue) = 147+94+110=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E6E is #6CA191. Grayscale: #6F6F6F. Windows color (decimal): -7119250 or 7233171. OLE color: 7233171.

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

Color convert

RGB14794110-
CMYK00.360.250.42
HSL341.89º21.99%47.25%-
HSV(B)341.89º36.05%57.65%-
XYZ18.8515.3316.72-
YUV111.67127.06153.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=41.88%
G=26.78%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479411000.360.250.42341.8921.9947.25
Hex935E6E024192A156162f
Octal22313615604431525262657
Binary100100111011110110111001001001100110101010101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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