#91636D

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

Shades of Mauve Taupe #91636D

Tints of Mauve Taupe #91636D

Color information

#91636D (or 0x91636D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 63 and 6D. RGB value is (145,99,109). Sum of RGB (Red+Green+Blue) = 145+99+109=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91636D is #6E9C92. Grayscale: #717171. Windows color (decimal): -7249043 or 7168913. OLE color: 7168913.

HSL color Cylindrical-coordinate representation of color #91636D: hue angle of 346.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 #91636D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14599109-
CMYK00.320.250.43
HSL346.96º18.85%47.84%-
HSV(B)346.96º31.72%56.86%-
XYZ18.916.0516.57-
YUV113.89125.24150.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=41.08%
G=28.05%
B=30.88%

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
Decimal1459910900.320.250.43346.9618.8547.84
Hex91636D020192B15b1330
Octal22114315504031535332360
Binary100100011100011110110101000001100110101110101101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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