#915C66

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

Shades of Mauve Taupe #915C66

Tints of Mauve Taupe #915C66

Color information

#915C66 (or 0x915C66) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5C and 66. RGB value is (145,92,102). Sum of RGB (Red+Green+Blue) = 145+92+102=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #915C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C66 is #6EA399. Grayscale: #6D6D6D. Windows color (decimal): -7250842 or 6708369. OLE color: 6708369.

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

Color convert

RGB14592102-
CMYK00.370.300.43
HSL348.68º22.36%46.47%-
HSV(B)348.68º36.55%56.86%-
XYZ17.914.6314.45-
YUV108.99124.06153.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=42.77%
G=27.14%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459210200.370.300.43348.6822.3646.47
Hex915C660251E2B15d162e
Octal22113414604536535352656
Binary100100011011100110011001001011111010101110101110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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