#88656D

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

Shades of Mauve Taupe #88656D

Tints of Mauve Taupe #88656D

Color information

#88656D (or 0x88656D) is unknown color: approx Mauve Taupe. HEX triplet: 88, 65 and 6D. RGB value is (136,101,109). Sum of RGB (Red+Green+Blue) = 136+101+109=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656D is #779A92. Grayscale: #707070. Windows color (decimal): -7838355 or 7169416. OLE color: 7169416.

HSL color Cylindrical-coordinate representation of color #88656D: hue angle of 346.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88656D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136101109-
CMYK00.260.200.47
HSL346.29º14.77%46.47%-
HSV(B)346.29º25.74%53.33%-
XYZ17.5715.6516.56-
YUV112.38126.1144.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=39.31%
G=29.19%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610110900.260.200.47346.2914.7746.47
Hex88656D01A142F15af2e
Octal21014515503224575321756
Binary1000100011001011101101011010101001011111010110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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