#915E6A

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

Shades of Mauve Taupe #915E6A

Tints of Mauve Taupe #915E6A

Color information

#915E6A (or 0x915E6A) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5E and 6A. RGB value is (145,94,106). Sum of RGB (Red+Green+Blue) = 145+94+106=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E6A is #6EA195. Grayscale: #6E6E6E. Windows color (decimal): -7250326 or 6971025. OLE color: 6971025.

HSL color Cylindrical-coordinate representation of color #915E6A: hue angle of 345.88º 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 #915E6A is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14594106-
CMYK00.350.270.43
HSL345.88º21.34%46.86%-
HSV(B)345.88º35.17%56.86%-
XYZ18.2815.0715.58-
YUV110.62125.4152.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=42.03%
G=27.25%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459410600.350.270.43345.8821.3446.86
Hex915E6A0231B2B15a152f
Octal22113615204333535322557
Binary100100011011110110101001000111101110101110101101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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