#916A72

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

Shades of Mauve Taupe #916A72

Tints of Mauve Taupe #916A72

Color information

#916A72 (or 0x916A72) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6A and 72. RGB value is (145,106,114). Sum of RGB (Red+Green+Blue) = 145+106+114=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #916A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A72 is #6E958D. Grayscale: #767676. Windows color (decimal): -7247246 or 7498385. OLE color: 7498385.

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

Color convert

RGB145106114-
CMYK00.270.210.43
HSL347.69º15.54%49.22%-
HSV(B)347.69º26.9%56.86%-
XYZ19.8717.5418.26-
YUV118.57125.42146.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=39.73%
G=29.04%
B=31.23%

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
Decimal14510611400.270.210.43347.6915.5449.22
Hex916A7201B152B15c1031
Octal22115216203325535342061
Binary10010001110101011100100110111010110101110101110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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