#886675

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

Shades of Mauve Taupe #886675

Tints of Mauve Taupe #886675

Color information

#886675 (or 0x886675) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 75. RGB value is (136,102,117). Sum of RGB (Red+Green+Blue) = 136+102+117=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #886675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886675 is #77998A. Grayscale: #717171. Windows color (decimal): -7838091 or 7693960. OLE color: 7693960.

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

Color convert

RGB136102117-
CMYK00.250.140.47
HSL333.53º14.29%46.67%-
HSV(B)333.53º25%53.33%-
XYZ18.1216.0218.97-
YUV113.88129.76143.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=38.31%
G=28.73%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610211700.250.140.47333.5314.2946.67
Hex886675019E2F14ee2f
Octal21014616503116575161657
Binary100010001100110111010101100111101011111010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886675; }

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

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

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

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

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

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

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

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