#915E6D

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

Shades of Mauve Taupe #915E6D

Tints of Mauve Taupe #915E6D

Color information

#915E6D (or 0x915E6D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5E and 6D. RGB value is (145,94,109). Sum of RGB (Red+Green+Blue) = 145+94+109=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #915E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E6D is #6EA192. Grayscale: #6E6E6E. Windows color (decimal): -7250323 or 7167633. OLE color: 7167633.

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

Color convert

RGB14594109-
CMYK00.350.250.43
HSL342.35º21.34%46.86%-
HSV(B)342.35º35.17%56.86%-
XYZ18.4415.1316.42-
YUV110.96126.9152.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=41.67%
G=27.01%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459410900.350.250.43342.3521.3446.86
Hex915E6D023192B156152f
Octal22113615504331535262557
Binary100100011011110110110101000111100110101110101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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