#91626A

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

Shades of Mauve Taupe #91626A

Tints of Mauve Taupe #91626A

Color information

#91626A (or 0x91626A) is unknown color: approx Mauve Taupe. HEX triplet: 91, 62 and 6A. RGB value is (145,98,106). Sum of RGB (Red+Green+Blue) = 145+98+106=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #91626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91626A is #6E9D95. Grayscale: #707070. Windows color (decimal): -7249302 or 6972049. OLE color: 6972049.

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

Color convert

RGB14598106-
CMYK00.320.270.43
HSL349.79º19.34%47.65%-
HSV(B)349.79º32.41%56.86%-
XYZ18.6515.815.7-
YUV112.96124.07150.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=41.55%
G=28.08%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459810600.320.270.43349.7919.3447.65
Hex91626A0201B2B15e1330
Octal22114215204033535362360
Binary100100011100010110101001000001101110101110101111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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