#915A6E

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

Shades of Mauve Taupe #915A6E

Tints of Mauve Taupe #915A6E

Color information

#915A6E (or 0x915A6E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5A and 6E. RGB value is (145,90,110). Sum of RGB (Red+Green+Blue) = 145+90+110=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A6E is #6EA591. Grayscale: #6C6C6C. Windows color (decimal): -7251346 or 7232145. OLE color: 7232145.

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

Color convert

RGB14590110-
CMYK00.380.240.43
HSL338.18º23.4%46.08%-
HSV(B)338.18º37.93%56.86%-
XYZ18.1514.4616.59-
YUV108.72128.72153.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=42.03%
G=26.09%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459011000.380.240.43338.1823.446.08
Hex915A6E026182B152172e
Octal22113215604630535222756
Binary100100011011010110111001001101100010101110101001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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