#915671

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

Shades of Mauve Taupe #915671

Tints of Mauve Taupe #915671

Color information

#915671 (or 0x915671) is unknown color: approx Mauve Taupe. HEX triplet: 91, 56 and 71. RGB value is (145,86,113). Sum of RGB (Red+Green+Blue) = 145+86+113=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #915671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915671 is #6EA98E. Grayscale: #6A6A6A. Windows color (decimal): -7252367 or 7427729. OLE color: 7427729.

HSL color Cylindrical-coordinate representation of color #915671: hue angle of 332.54º 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 #915671 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14586113-
CMYK00.410.220.43
HSL332.54º25.54%45.29%-
HSV(B)332.54º40.69%56.86%-
XYZ17.9913.8717.35-
YUV106.72131.55155.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=42.15%
G=25%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458611300.410.220.43332.5425.5445.29
Hex915671029162B14d1a2d
Octal22112616105126535153255
Binary100100011010110111000101010011011010101110100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915671; }

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

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

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

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

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

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

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

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