#88656F

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

Shades of Mauve Taupe #88656F

Tints of Mauve Taupe #88656F

Color information

#88656F (or 0x88656F) is unknown color: approx Mauve Taupe. HEX triplet: 88, 65 and 6F. RGB value is (136,101,111). Sum of RGB (Red+Green+Blue) = 136+101+111=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88656F is #779A90. Grayscale: #707070. Windows color (decimal): -7838353 or 7300488. OLE color: 7300488.

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

Color convert

RGB136101111-
CMYK00.260.180.47
HSL342.86º14.77%46.47%-
HSV(B)342.86º25.74%53.33%-
XYZ17.6815.6917.14-
YUV112.6127.1144.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=39.08%
G=29.02%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610111100.260.180.47342.8614.7746.47
Hex88656F01A122F157f2e
Octal21014515703222575271756
Binary1000100011001011101111011010100101011111010101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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