#88656A

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

Shades of Mauve Taupe #88656A

Tints of Mauve Taupe #88656A

Color information

#88656A (or 0x88656A) is unknown color: approx Mauve Taupe. HEX triplet: 88, 65 and 6A. RGB value is (136,101,106). Sum of RGB (Red+Green+Blue) = 136+101+106=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656A is #779A95. Grayscale: #707070. Windows color (decimal): -7838358 or 6972808. OLE color: 6972808.

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

Color convert

RGB136101106-
CMYK00.260.220.47
HSL351.43º14.77%46.47%-
HSV(B)351.43º25.74%53.33%-
XYZ17.4115.5815.73-
YUV112.04124.6145.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=39.65%
G=29.45%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610110600.260.220.47351.4314.7746.47
Hex88656A01A162F15ff2e
Octal21014515203226575371756
Binary1000100011001011101010011010101101011111010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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