#88656E

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

Shades of Mauve Taupe #88656E

Tints of Mauve Taupe #88656E

Color information

#88656E (or 0x88656E) is unknown color: approx Mauve Taupe. HEX triplet: 88, 65 and 6E. RGB value is (136,101,110). Sum of RGB (Red+Green+Blue) = 136+101+110=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656E is #779A91. Grayscale: #707070. Windows color (decimal): -7838354 or 7234952. OLE color: 7234952.

HSL color Cylindrical-coordinate representation of color #88656E: hue angle of 344.57º 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 #88656E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB136101110-
CMYK00.260.190.47
HSL344.57º14.77%46.47%-
HSV(B)344.57º25.74%53.33%-
XYZ17.6215.6716.85-
YUV112.49126.6144.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=39.19%
G=29.11%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610111000.260.190.47344.5714.7746.47
Hex88656E01A132F159f2e
Octal21014515603223575311756
Binary1000100011001011101110011010100111011111010110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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