#915C6E

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

Shades of Mauve Taupe #915C6E

Tints of Mauve Taupe #915C6E

Color information

#915C6E (or 0x915C6E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5C and 6E. RGB value is (145,92,110). Sum of RGB (Red+Green+Blue) = 145+92+110=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C6E is #6EA391. Grayscale: #6D6D6D. Windows color (decimal): -7250834 or 7232657. OLE color: 7232657.

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

Color convert

RGB14592110-
CMYK00.370.240.43
HSL339.62º22.36%46.47%-
HSV(B)339.62º36.55%56.86%-
XYZ18.3214.816.64-
YUV109.9128.06153.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=41.79%
G=26.51%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459211000.370.240.43339.6222.3646.47
Hex915C6E025182B154162e
Octal22113415604530535242656
Binary100100011011100110111001001011100010101110101010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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