#916D79

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

Shades of Mauve Taupe #916D79

Tints of Mauve Taupe #916D79

Color information

#916D79 (or 0x916D79) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6D and 79. RGB value is (145,109,121). Sum of RGB (Red+Green+Blue) = 145+109+121=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #916D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D79 is #6E9286. Grayscale: #797979. Windows color (decimal): -7246471 or 7957905. OLE color: 7957905.

HSL color Cylindrical-coordinate representation of color #916D79: hue angle of 340º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D79 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145109121-
CMYK00.250.170.43
HSL340º14.17%49.8%-
HSV(B)340º24.83%56.86%-
XYZ20.618.3420.54-
YUV121.13127.93145.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=38.67%
G=29.07%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510912100.250.170.4334014.1749.8
Hex916D79019112B154e32
Octal22115517103121535241662
Binary1001000111011011111001011001100011010111010101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,109,121); }

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

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

 a { background-color: rgb(145,109,121); }

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

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

 span { border-color: rgb(145,109,121); }

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