#915E6E

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

Shades of Mauve Taupe #915E6E

Tints of Mauve Taupe #915E6E

Color information

#915E6E (or 0x915E6E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5E and 6E. RGB value is (145,94,110). Sum of RGB (Red+Green+Blue) = 145+94+110=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #915E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E6E is #6EA191. Grayscale: #6F6F6F. Windows color (decimal): -7250322 or 7233169. OLE color: 7233169.

HSL color Cylindrical-coordinate representation of color #915E6E: hue angle of 341.18º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E6E is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14594110-
CMYK00.350.240.43
HSL341.18º21.34%46.86%-
HSV(B)341.18º35.17%56.86%-
XYZ18.4915.1516.7-
YUV111.07127.4152.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=41.55%
G=26.93%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459411000.350.240.43341.1821.3446.86
Hex915E6E023182B155152f
Octal22113615604330535252557
Binary100100011011110110111001000111100010101110101010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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