#916A6D

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

Shades of Mauve Taupe #916A6D

Tints of Mauve Taupe #916A6D

Color information

#916A6D (or 0x916A6D) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6A and 6D. RGB value is (145,106,109). Sum of RGB (Red+Green+Blue) = 145+106+109=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A6D is #6E9592. Grayscale: #767676. Windows color (decimal): -7247251 or 7170705. OLE color: 7170705.

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

Color convert

RGB145106109-
CMYK00.270.250.43
HSL355.38º15.54%49.22%-
HSV(B)355.38º26.9%56.86%-
XYZ19.5917.4316.8-
YUV118122.92147.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=40.28%
G=29.44%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510610900.270.250.43355.3815.5449.22
Hex916A6D01B192B1631031
Octal22115215503331535432061
Binary10010001110101011011010110111100110101110110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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