#916976

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

Shades of Mauve Taupe #916976

Tints of Mauve Taupe #916976

Color information

#916976 (or 0x916976) is unknown color: approx Mauve Taupe. HEX triplet: 91, 69 and 76. RGB value is (145,105,118). Sum of RGB (Red+Green+Blue) = 145+105+118=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #916976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916976 is #6E9689. Grayscale: #767676. Windows color (decimal): -7247498 or 7760273. OLE color: 7760273.

HSL color Cylindrical-coordinate representation of color #916976: hue angle of 340.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916976 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145105118-
CMYK00.280.190.43
HSL340.5º16%49.02%-
HSV(B)340.5º27.59%56.86%-
XYZ2017.4319.45-
YUV118.44127.75146.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.40%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=39.40%
G=28.53%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510511800.280.190.43340.51649.02
Hex91697601C132B1541031
Octal22115116603423535242061
Binary10010001110100111101100111001001110101110101010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916976; }

 p { color: rgb(145,105,118); }

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

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

 a { background-color: rgb(145,105,118); }

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

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

 span { border-color: rgb(145,105,118); }

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