#915D66

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

Shades of Mauve Taupe #915D66

Tints of Mauve Taupe #915D66

Color information

#915D66 (or 0x915D66) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5D and 66. RGB value is (145,93,102). Sum of RGB (Red+Green+Blue) = 145+93+102=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #915D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D66 is #6EA299. Grayscale: #6D6D6D. Windows color (decimal): -7250586 or 6708625. OLE color: 6708625.

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

Color convert

RGB14593102-
CMYK00.360.300.43
HSL349.62º21.85%46.67%-
HSV(B)349.62º35.86%56.86%-
XYZ17.9914.8114.48-
YUV109.57123.73153.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 102 (40.23% from 255) = 30%
R=42.65%
G=27.35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459310200.360.300.43349.6221.8546.67
Hex915D660241E2B15e162f
Octal22113514604436535362657
Binary100100011011101110011001001001111010101110101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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