#91626B

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

Shades of Mauve Taupe #91626B

Tints of Mauve Taupe #91626B

Color information

#91626B (or 0x91626B) is unknown color: approx Mauve Taupe. HEX triplet: 91, 62 and 6B. RGB value is (145,98,107). Sum of RGB (Red+Green+Blue) = 145+98+107=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #91626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91626B is #6E9D94. Grayscale: #717171. Windows color (decimal): -7249301 or 7037585. OLE color: 7037585.

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

Color convert

RGB14598107-
CMYK00.320.260.43
HSL348.51º19.34%47.65%-
HSV(B)348.51º32.41%56.86%-
XYZ18.715.8215.98-
YUV113.08124.57150.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.43%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=41.43%
G=28%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459810700.320.260.43348.5119.3447.65
Hex91626B0201A2B15d1330
Octal22114215304032535352360
Binary100100011100010110101101000001101010101110101110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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