#916A6F

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

Shades of Mauve Taupe #916A6F

Tints of Mauve Taupe #916A6F

Color information

#916A6F (or 0x916A6F) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6A and 6F. RGB value is (145,106,111). Sum of RGB (Red+Green+Blue) = 145+106+111=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #916A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A6F is #6E9590. Grayscale: #767676. Windows color (decimal): -7247249 or 7301777. OLE color: 7301777.

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

Color convert

RGB145106111-
CMYK00.270.230.43
HSL352.31º15.54%49.22%-
HSV(B)352.31º26.9%56.86%-
XYZ19.717.4817.37-
YUV118.23123.92147.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=40.06%
G=29.28%
B=30.66%

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
Decimal14510611100.270.230.43352.3115.5449.22
Hex916A6F01B172B1601031
Octal22115215703327535402061
Binary10010001110101011011110110111011110101110110000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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