#88666C

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

Shades of Mauve Taupe #88666C

Tints of Mauve Taupe #88666C

Color information

#88666C (or 0x88666C) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 6C. RGB value is (136,102,108). Sum of RGB (Red+Green+Blue) = 136+102+108=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88666C is #779993. Grayscale: #707070. Windows color (decimal): -7838100 or 7104136. OLE color: 7104136.

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

Color convert

RGB136102108-
CMYK00.250.210.47
HSL349.41º14.29%46.67%-
HSV(B)349.41º25%53.33%-
XYZ17.6115.8216.31-
YUV112.85125.26144.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=39.31%
G=29.48%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610210800.250.210.47349.4114.2946.67
Hex88666C019152F15de2f
Octal21014615403125575351657
Binary1000100011001101101100011001101011011111010111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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