#88656B

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

Shades of Mauve Taupe #88656B

Tints of Mauve Taupe #88656B

Color information

#88656B (or 0x88656B) is unknown color: approx Mauve Taupe. HEX triplet: 88, 65 and 6B. RGB value is (136,101,107). Sum of RGB (Red+Green+Blue) = 136+101+107=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656B is #779A94. Grayscale: #707070. Windows color (decimal): -7838357 or 7038344. OLE color: 7038344.

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

Color convert

RGB136101107-
CMYK00.260.210.47
HSL349.71º14.77%46.47%-
HSV(B)349.71º25.74%53.33%-
XYZ17.4615.616-
YUV112.15125.1145.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=39.53%
G=29.36%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610110700.260.210.47349.7114.7746.47
Hex88656B01A152F15ef2e
Octal21014515303225575361756
Binary1000100011001011101011011010101011011111010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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