#91586A

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

Shades of Mauve Taupe #91586A

Tints of Mauve Taupe #91586A

Color information

#91586A (or 0x91586A) is unknown color: approx Mauve Taupe. HEX triplet: 91, 58 and 6A. RGB value is (145,88,106). Sum of RGB (Red+Green+Blue) = 145+88+106=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91586A is #6EA795. Grayscale: #6B6B6B. Windows color (decimal): -7251862 or 6969489. OLE color: 6969489.

HSL color Cylindrical-coordinate representation of color #91586A: hue angle of 341.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91586A is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14588106-
CMYK00.390.270.43
HSL341.05º24.46%45.69%-
HSV(B)341.05º39.31%56.86%-
XYZ17.7714.0415.41-
YUV107.1127.38155.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=42.77%
G=25.96%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458810600.390.270.43341.0524.4645.69
Hex91586A0271B2B155182e
Octal22113015204733535253056
Binary100100011011000110101001001111101110101110101010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91586A; }

 p { color: rgb(145,88,106); }

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

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

 a { background-color: rgb(145,88,106); }

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

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

 span { border-color: rgb(145,88,106); }

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