#886673

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

Shades of Mauve Taupe #886673

Tints of Mauve Taupe #886673

Color information

#886673 (or 0x886673) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 73. RGB value is (136,102,115). Sum of RGB (Red+Green+Blue) = 136+102+115=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886673 is #77998C. Grayscale: #717171. Windows color (decimal): -7838093 or 7562888. OLE color: 7562888.

HSL color Cylindrical-coordinate representation of color #886673: hue angle of 337.06º 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 #886673 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB136102115-
CMYK00.250.150.47
HSL337.06º14.29%46.67%-
HSV(B)337.06º25%53.33%-
XYZ1815.9718.35-
YUV113.65128.76143.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=38.53%
G=28.90%
B=32.58%

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
Decimal13610211500.250.150.47337.0614.2946.67
Hex886673019F2F151e2f
Octal21014616303117575211657
Binary100010001100110111001101100111111011111010100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886673; }

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

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

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

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

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

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

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

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