#886574

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

Shades of Mauve Taupe #886574

Tints of Mauve Taupe #886574

Color information

#886574 (or 0x886574) is unknown color: approx Mauve Taupe. HEX triplet: 88, 65 and 74. RGB value is (136,101,116). Sum of RGB (Red+Green+Blue) = 136+101+116=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886574 is #779A8B. Grayscale: #717171. Windows color (decimal): -7838348 or 7628168. OLE color: 7628168.

HSL color Cylindrical-coordinate representation of color #886574: hue angle of 334.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886574 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136101116-
CMYK00.260.150.47
HSL334.29º14.77%46.47%-
HSV(B)334.29º25.74%53.33%-
XYZ17.9615.818.63-
YUV113.18129.6144.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=38.53%
G=28.61%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610111600.260.150.47334.2914.7746.47
Hex88657401AF2F14ef2e
Octal21014516403217575161756
Binary100010001100101111010001101011111011111010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886574; }

 p { color: rgb(136,101,116); }

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

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

 a { background-color: rgb(136,101,116); }

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

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

 span { border-color: rgb(136,101,116); }

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