#916A73

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

Shades of Mauve Taupe #916A73

Tints of Mauve Taupe #916A73

Color information

#916A73 (or 0x916A73) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6A and 73. RGB value is (145,106,115). Sum of RGB (Red+Green+Blue) = 145+106+115=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #916A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A73 is #6E958C. Grayscale: #767676. Windows color (decimal): -7247245 or 7563921. OLE color: 7563921.

HSL color Cylindrical-coordinate representation of color #916A73: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #916A73 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145106115-
CMYK00.270.210.43
HSL346.15º15.54%49.22%-
HSV(B)346.15º26.9%56.86%-
XYZ19.9317.5718.56-
YUV118.69125.92146.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=39.62%
G=28.96%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510611500.270.210.43346.1515.5449.22
Hex916A7301B152B15a1031
Octal22115216303325535322061
Binary10010001110101011100110110111010110101110101101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916A73; }

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

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

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

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

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

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

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

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