#916176

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

Shades of Mauve Taupe #916176

Tints of Mauve Taupe #916176

Color information

#916176 (or 0x916176) is unknown color: approx Mauve Taupe. HEX triplet: 91, 61 and 76. RGB value is (145,97,118). Sum of RGB (Red+Green+Blue) = 145+97+118=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #916176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916176 is #6E9E89. Grayscale: #717171. Windows color (decimal): -7249546 or 7758225. OLE color: 7758225.

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

Color convert

RGB14597118-
CMYK00.330.190.43
HSL333.75º19.83%47.45%-
HSV(B)333.75º33.1%56.86%-
XYZ19.2215.8819.19-
YUV113.75130.4150.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.28%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=40.28%
G=26.94%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459711800.330.190.43333.7519.8347.45
Hex916176021132B14e142f
Octal22114116604123535162457
Binary100100011100001111011001000011001110101110100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916176; }

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

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

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

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

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

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

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

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