#91626D

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

Shades of Mauve Taupe #91626D

Tints of Mauve Taupe #91626D

Color information

#91626D (or 0x91626D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 62 and 6D. RGB value is (145,98,109). Sum of RGB (Red+Green+Blue) = 145+98+109=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91626D is #6E9D92. Grayscale: #717171. Windows color (decimal): -7249299 or 7168657. OLE color: 7168657.

HSL color Cylindrical-coordinate representation of color #91626D: hue angle of 345.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91626D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14598109-
CMYK00.320.250.43
HSL345.96º19.34%47.65%-
HSV(B)345.96º32.41%56.86%-
XYZ18.8115.8616.54-
YUV113.31125.57150.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=41.19%
G=27.84%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459810900.320.250.43345.9619.3447.65
Hex91626D020192B15a1330
Octal22114215504031535322360
Binary100100011100010110110101000001100110101110101101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91626D; }

 p { color: rgb(145,98,109); }

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

<style>
 a { background-color: #91626D; }

 a { background-color: rgb(145,98,109); }

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

<style>
 span { border-color: #91626D; }

 span { border-color: rgb(145,98,109); }

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