#916576

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

Shades of Mauve Taupe #916576

Tints of Mauve Taupe #916576

Color information

#916576 (or 0x916576) is unknown color: approx Mauve Taupe. HEX triplet: 91, 65 and 76. RGB value is (145,101,118). Sum of RGB (Red+Green+Blue) = 145+101+118=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #916576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916576 is #6E9A89. Grayscale: #747474. Windows color (decimal): -7248522 or 7759249. OLE color: 7759249.

HSL color Cylindrical-coordinate representation of color #916576: hue angle of 336.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916576 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145101118-
CMYK00.300.190.43
HSL336.82º17.89%48.24%-
HSV(B)336.82º30.34%56.86%-
XYZ19.616.6419.32-
YUV116.09129.08148.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=39.84%
G=27.75%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510111800.300.190.43336.8217.8948.24
Hex91657601E132B1511230
Octal22114516603623535212260
Binary10010001110010111101100111101001110101110101000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916576; }

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

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

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

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

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

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

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

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