#91566F

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

Shades of Mauve Taupe #91566F

Tints of Mauve Taupe #91566F

Color information

#91566F (or 0x91566F) is unknown color: approx Mauve Taupe. HEX triplet: 91, 56 and 6F. RGB value is (145,86,111). Sum of RGB (Red+Green+Blue) = 145+86+111=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #91566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91566F is #6EA990. Grayscale: #6A6A6A. Windows color (decimal): -7252369 or 7296657. OLE color: 7296657.

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

Color convert

RGB14586111-
CMYK00.410.230.43
HSL334.58º25.54%45.29%-
HSV(B)334.58º40.69%56.86%-
XYZ17.8713.8216.76-
YUV106.49130.55155.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=42.40%
G=25.15%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458611100.410.230.43334.5825.5445.29
Hex91566F029172B14f1a2d
Octal22112615705127535173255
Binary100100011010110110111101010011011110101110100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91566F; }

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

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

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

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

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

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

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

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