#916A70

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

Shades of Mauve Taupe #916A70

Tints of Mauve Taupe #916A70

Color information

#916A70 (or 0x916A70) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6A and 70. RGB value is (145,106,112). Sum of RGB (Red+Green+Blue) = 145+106+112=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A70 is #6E958F. Grayscale: #767676. Windows color (decimal): -7247248 or 7367313. OLE color: 7367313.

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

Color convert

RGB145106112-
CMYK00.270.230.43
HSL350.77º15.54%49.22%-
HSV(B)350.77º26.9%56.86%-
XYZ19.7617.517.67-
YUV118.34124.42147.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=39.94%
G=29.20%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510611200.270.230.43350.7715.5449.22
Hex916A7001B172B15f1031
Octal22115216003327535372061
Binary10010001110101011100000110111011110101110101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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