#91616E

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

Shades of Mauve Taupe #91616E

Tints of Mauve Taupe #91616E

Color information

#91616E (or 0x91616E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 61 and 6E. RGB value is (145,97,110). Sum of RGB (Red+Green+Blue) = 145+97+110=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616E is #6E9E91. Grayscale: #707070. Windows color (decimal): -7249554 or 7233937. OLE color: 7233937.

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

Color convert

RGB14597110-
CMYK00.330.240.43
HSL343.75º19.83%47.45%-
HSV(B)343.75º33.1%56.86%-
XYZ18.7715.6916.79-
YUV112.83126.4150.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=41.19%
G=27.56%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459711000.330.240.43343.7519.8347.45
Hex91616E021182B158142f
Octal22114115604130535302457
Binary100100011100001110111001000011100010101110101100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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