#916171

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

Shades of Mauve Taupe #916171

Tints of Mauve Taupe #916171

Color information

#916171 (or 0x916171) is unknown color: approx Mauve Taupe. HEX triplet: 91, 61 and 71. RGB value is (145,97,113). Sum of RGB (Red+Green+Blue) = 145+97+113=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916171 is #6E9E8E. Grayscale: #717171. Windows color (decimal): -7249551 or 7430545. OLE color: 7430545.

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

Color convert

RGB14597113-
CMYK00.330.220.43
HSL340º19.83%47.45%-
HSV(B)340º33.1%56.86%-
XYZ18.9315.7617.67-
YUV113.18127.9150.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=40.85%
G=27.32%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459711300.330.220.4334019.8347.45
Hex916171021162B154142f
Octal22114116104126535242457
Binary100100011100001111000101000011011010101110101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916171; }

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

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

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

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

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

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

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

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