#91606A

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

Shades of Mauve Taupe #91606A

Tints of Mauve Taupe #91606A

Color information

#91606A (or 0x91606A) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 6A. RGB value is (145,96,106). Sum of RGB (Red+Green+Blue) = 145+96+106=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #91606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91606A is #6E9F95. Grayscale: #6F6F6F. Windows color (decimal): -7249814 or 6971537. OLE color: 6971537.

HSL color Cylindrical-coordinate representation of color #91606A: hue angle of 347.76º 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 #91606A is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14596106-
CMYK00.340.270.43
HSL347.76º20.33%47.25%-
HSV(B)347.76º33.79%56.86%-
XYZ18.4615.4315.64-
YUV111.79124.73151.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=41.79%
G=27.67%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459610600.340.270.43347.7620.3347.25
Hex91606A0221B2B15c142f
Octal22114015204233535342457
Binary100100011100000110101001000101101110101110101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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