#91566E

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

Shades of Mauve Taupe #91566E

Tints of Mauve Taupe #91566E

Color information

#91566E (or 0x91566E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 56 and 6E. RGB value is (145,86,110). Sum of RGB (Red+Green+Blue) = 145+86+110=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #91566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91566E is #6EA991. Grayscale: #6A6A6A. Windows color (decimal): -7252370 or 7231121. OLE color: 7231121.

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

Color convert

RGB14586110-
CMYK00.410.240.43
HSL335.59º25.54%45.29%-
HSV(B)335.59º40.69%56.86%-
XYZ17.8213.816.48-
YUV106.38130.05155.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=42.52%
G=25.22%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458611000.410.240.43335.5925.5445.29
Hex91566E029182B1501a2d
Octal22112615605130535203255
Binary100100011010110110111001010011100010101110101000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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