#916A6E

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

Shades of Mauve Taupe #916A6E

Tints of Mauve Taupe #916A6E

Color information

#916A6E (or 0x916A6E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6A and 6E. RGB value is (145,106,110). Sum of RGB (Red+Green+Blue) = 145+106+110=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A6E is #6E9591. Grayscale: #767676. Windows color (decimal): -7247250 or 7236241. OLE color: 7236241.

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

Color convert

RGB145106110-
CMYK00.270.240.43
HSL353.85º15.54%49.22%-
HSV(B)353.85º26.9%56.86%-
XYZ19.6517.4517.09-
YUV118.12123.42147.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=40.17%
G=29.36%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510611000.270.240.43353.8515.5449.22
Hex916A6E01B182B1621031
Octal22115215603330535422061
Binary10010001110101011011100110111100010101110110001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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