#916677

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

Shades of Mauve Taupe #916677

Tints of Mauve Taupe #916677

Color information

#916677 (or 0x916677) is unknown color: approx Mauve Taupe. HEX triplet: 91, 66 and 77. RGB value is (145,102,119). Sum of RGB (Red+Green+Blue) = 145+102+119=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #916677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916677 is #6E9988. Grayscale: #747474. Windows color (decimal): -7248265 or 7825041. OLE color: 7825041.

HSL color Cylindrical-coordinate representation of color #916677: hue angle of 336.28º degrees, saturation: 0.17, 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 #916677 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB145102119-
CMYK00.300.180.43
HSL336.28º17.41%48.43%-
HSV(B)336.28º29.66%56.86%-
XYZ19.7616.8519.66-
YUV116.79129.25148.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=39.62%
G=27.87%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510211900.300.180.43336.2817.4148.43
Hex91667701E122B1501130
Octal22114616703622535202160
Binary10010001110011011101110111101001010101110101000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916677; }

 p { color: rgb(145,102,119); }

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

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

 a { background-color: rgb(145,102,119); }

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

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

 span { border-color: rgb(145,102,119); }

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