#916071

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

Shades of Mauve Taupe #916071

Tints of Mauve Taupe #916071

Color information

#916071 (or 0x916071) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 71. RGB value is (145,96,113). Sum of RGB (Red+Green+Blue) = 145+96+113=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #916071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916071 is #6E9F8E. Grayscale: #707070. Windows color (decimal): -7249807 or 7430289. OLE color: 7430289.

HSL color Cylindrical-coordinate representation of color #916071: hue angle of 339.18º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916071 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14596113-
CMYK00.340.220.43
HSL339.18º20.33%47.25%-
HSV(B)339.18º33.79%56.86%-
XYZ18.8415.5817.64-
YUV112.59128.23151.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=40.96%
G=27.12%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459611300.340.220.43339.1820.3347.25
Hex916071022162B153142f
Octal22114016104226535232457
Binary100100011100000111000101000101011010101110101001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916071; }

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

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

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

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

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

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

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

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