#88666F

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

Shades of Mauve Taupe #88666F

Tints of Mauve Taupe #88666F

Color information

#88666F (or 0x88666F) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 6F. RGB value is (136,102,111). Sum of RGB (Red+Green+Blue) = 136+102+111=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88666F is #779990. Grayscale: #717171. Windows color (decimal): -7838097 or 7300744. OLE color: 7300744.

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

Color convert

RGB136102111-
CMYK00.250.180.47
HSL344.12º14.29%46.67%-
HSV(B)344.12º25%53.33%-
XYZ17.7715.8817.17-
YUV113.19126.76144.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=38.97%
G=29.23%
B=31.81%

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
Decimal13610211100.250.180.47344.1214.2946.67
Hex88666F019122F158e2f
Octal21014615703122575301657
Binary1000100011001101101111011001100101011111010110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88666F; }

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

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

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

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

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

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

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

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