#91616A

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

Shades of Mauve Taupe #91616A

Tints of Mauve Taupe #91616A

Color information

#91616A (or 0x91616A) is unknown color: approx Mauve Taupe. HEX triplet: 91, 61 and 6A. RGB value is (145,97,106). Sum of RGB (Red+Green+Blue) = 145+97+106=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #91616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616A is #6E9E95. Grayscale: #707070. Windows color (decimal): -7249558 or 6971793. OLE color: 6971793.

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

Color convert

RGB14597106-
CMYK00.330.270.43
HSL348.75º19.83%47.45%-
HSV(B)348.75º33.1%56.86%-
XYZ18.5515.6115.67-
YUV112.38124.4151.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=41.67%
G=27.87%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459710600.330.270.43348.7519.8347.45
Hex91616A0211B2B15d142f
Octal22114115204133535352457
Binary100100011100001110101001000011101110101110101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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