#91606E

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

Shades of Mauve Taupe #91606E

Tints of Mauve Taupe #91606E

Color information

#91606E (or 0x91606E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 6E. RGB value is (145,96,110). Sum of RGB (Red+Green+Blue) = 145+96+110=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #91606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91606E is #6E9F91. Grayscale: #707070. Windows color (decimal): -7249810 or 7233681. OLE color: 7233681.

HSL color Cylindrical-coordinate representation of color #91606E: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91606E is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14596110-
CMYK00.340.240.43
HSL342.86º20.33%47.25%-
HSV(B)342.86º33.79%56.86%-
XYZ18.6715.5116.76-
YUV112.25126.73151.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=41.31%
G=27.35%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459611000.340.240.43342.8620.3347.25
Hex91606E022182B157142f
Octal22114015604230535272457
Binary100100011100000110111001000101100010101110101011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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