#915D6B

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

Shades of Mauve Taupe #915D6B

Tints of Mauve Taupe #915D6B

Color information

#915D6B (or 0x915D6B) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5D and 6B. RGB value is (145,93,107). Sum of RGB (Red+Green+Blue) = 145+93+107=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D6B is #6EA294. Grayscale: #6E6E6E. Windows color (decimal): -7250581 or 7036305. OLE color: 7036305.

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

Color convert

RGB14593107-
CMYK00.360.260.43
HSL343.85º21.85%46.67%-
HSV(B)343.85º35.86%56.86%-
XYZ18.2514.9115.83-
YUV110.14126.23152.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=42.03%
G=26.96%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459310700.360.260.43343.8521.8546.67
Hex915D6B0241A2B158162f
Octal22113515304432535302657
Binary100100011011101110101101001001101010101110101100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,93,107); }

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

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

 a { background-color: rgb(145,93,107); }

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

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

 span { border-color: rgb(145,93,107); }

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