#88686F

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

Shades of Mauve Taupe #88686F

Tints of Mauve Taupe #88686F

Color information

#88686F (or 0x88686F) is unknown color: approx Mauve Taupe. HEX triplet: 88, 68 and 6F. RGB value is (136,104,111). Sum of RGB (Red+Green+Blue) = 136+104+111=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #88686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88686F is #779790. Grayscale: #727272. Windows color (decimal): -7837585 or 7301256. OLE color: 7301256.

HSL color Cylindrical-coordinate representation of color #88686F: hue angle of 346.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88686F is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136104111-
CMYK00.240.180.47
HSL346.88º13.33%47.06%-
HSV(B)346.88º23.53%53.33%-
XYZ17.9716.2817.23-
YUV114.37126.1143.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=38.75%
G=29.63%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610411100.240.180.47346.8813.3347.06
Hex88686F018122F15bd2f
Octal21015015703022575331557
Binary1000100011010001101111011000100101011111010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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