#915A6C

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

Shades of Mauve Taupe #915A6C

Tints of Mauve Taupe #915A6C

Color information

#915A6C (or 0x915A6C) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5A and 6C. RGB value is (145,90,108). Sum of RGB (Red+Green+Blue) = 145+90+108=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A6C is #6EA593. Grayscale: #6C6C6C. Windows color (decimal): -7251348 or 7101073. OLE color: 7101073.

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

Color convert

RGB14590108-
CMYK00.380.260.43
HSL340.36º23.4%46.08%-
HSV(B)340.36º37.93%56.86%-
XYZ18.0414.4116.02-
YUV108.5127.72154.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.27%
GREEN value IS 90 (35.55% from 255) = 26.24%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=42.27%
G=26.24%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459010800.380.260.43340.3623.446.08
Hex915A6C0261A2B154172e
Octal22113215404632535242756
Binary100100011011010110110001001101101010101110101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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