#88666D

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

Shades of Mauve Taupe #88666D

Tints of Mauve Taupe #88666D

Color information

#88666D (or 0x88666D) is unknown color: approx Mauve Taupe. HEX triplet: 88, 66 and 6D. RGB value is (136,102,109). Sum of RGB (Red+Green+Blue) = 136+102+109=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88666D is #779992. Grayscale: #707070. Windows color (decimal): -7838099 or 7169672. OLE color: 7169672.

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

Color convert

RGB136102109-
CMYK00.250.200.47
HSL347.65º14.29%46.67%-
HSV(B)347.65º25%53.33%-
XYZ17.6715.8416.59-
YUV112.96125.76144.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=39.19%
G=29.39%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610210900.250.200.47347.6514.2946.67
Hex88666D019142F15ce2f
Octal21014615503124575341657
Binary1000100011001101101101011001101001011111010111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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