#886674

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

Shades of Mauve Taupe #886674

Tints of Mauve Taupe #886674

Color information

#886674 (or 0x886674) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 74. RGB value is (136,102,116). Sum of RGB (Red+Green+Blue) = 136+102+116=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 136 - color contains mainly: red. Hex color #886674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886674 is #77998B. Grayscale: #717171. Windows color (decimal): -7838092 or 7628424. OLE color: 7628424.

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

Color convert

RGB136102116-
CMYK00.250.150.47
HSL335.29º14.29%46.67%-
HSV(B)335.29º25%53.33%-
XYZ18.061618.66-
YUV113.76129.26143.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.42%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=38.42%
G=28.81%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610211600.250.150.47335.2914.2946.67
Hex886674019F2F14fe2f
Octal21014616403117575171657
Binary100010001100110111010001100111111011111010011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886674; }

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

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

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

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

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

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

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

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