#915673

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

Shades of Mauve Taupe #915673

Tints of Mauve Taupe #915673

Color information

#915673 (or 0x915673) is unknown color: approx Mauve Taupe. HEX triplet: 91, 56 and 73. RGB value is (145,86,115). Sum of RGB (Red+Green+Blue) = 145+86+115=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915673 is #6EA98C. Grayscale: #6A6A6A. Windows color (decimal): -7252365 or 7558801. OLE color: 7558801.

HSL color Cylindrical-coordinate representation of color #915673: hue angle of 330.51º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915673 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14586115-
CMYK00.410.210.43
HSL330.51º25.54%45.29%-
HSV(B)330.51º40.69%56.86%-
XYZ18.113.9117.95-
YUV106.95132.55155.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.91%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=41.91%
G=24.86%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458611500.410.210.43330.5125.5445.29
Hex915673029152B14b1a2d
Octal22112616305125535133255
Binary100100011010110111001101010011010110101110100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915673; }

 p { color: rgb(145,86,115); }

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

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

 a { background-color: rgb(145,86,115); }

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

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

 span { border-color: rgb(145,86,115); }

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