#915E64

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

Shades of Mauve Taupe #915E64

Tints of Mauve Taupe #915E64

Color information

#915E64 (or 0x915E64) is unknown color: approx Mauve Taupe. HEX triplet: 91, 5E and 64. RGB value is (145,94,100). Sum of RGB (Red+Green+Blue) = 145+94+100=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #915E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E64 is #6EA19B. Grayscale: #6D6D6D. Windows color (decimal): -7250332 or 6577809. OLE color: 6577809.

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

Color convert

RGB14594100-
CMYK00.350.310.43
HSL352.94º21.34%46.86%-
HSV(B)352.94º35.17%56.86%-
XYZ17.9814.9513.99-
YUV109.93122.4153.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=42.77%
G=27.73%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459410000.350.310.43352.9421.3446.86
Hex915E640231F2B161152f
Octal22113614404337535412557
Binary100100011011110110010001000111111110101110110000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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