#886670

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

Shades of Mauve Taupe #886670

Tints of Mauve Taupe #886670

Color information

#886670 (or 0x886670) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 70. RGB value is (136,102,112). Sum of RGB (Red+Green+Blue) = 136+102+112=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886670 is #77998F. Grayscale: #717171. Windows color (decimal): -7838096 or 7366280. OLE color: 7366280.

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

Color convert

RGB136102112-
CMYK00.250.180.47
HSL342.35º14.29%46.67%-
HSV(B)342.35º25%53.33%-
XYZ17.8315.9117.46-
YUV113.31127.26144.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.86%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 112 (44.14% from 255) = 32%
R=38.86%
G=29.14%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610211200.250.180.47342.3514.2946.67
Hex886670019122F156e2f
Octal21014616003122575261657
Binary1000100011001101110000011001100101011111010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886670; }

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

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

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

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

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

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

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

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