#91616B

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

Shades of Mauve Taupe #91616B

Tints of Mauve Taupe #91616B

Color information

#91616B (or 0x91616B) is unknown color: approx Mauve Taupe. HEX triplet: 91, 61 and 6B. RGB value is (145,97,107). Sum of RGB (Red+Green+Blue) = 145+97+107=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #91616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616B is #6E9E94. Grayscale: #707070. Windows color (decimal): -7249557 or 7037329. OLE color: 7037329.

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

Color convert

RGB14597107-
CMYK00.330.260.43
HSL347.5º19.83%47.45%-
HSV(B)347.5º33.1%56.86%-
XYZ18.6115.6315.95-
YUV112.49124.9151.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=41.55%
G=27.79%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459710700.330.260.43347.519.8347.45
Hex91616B0211A2B15c142f
Octal22114115304132535342457
Binary100100011100001110101101000011101010101110101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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