#688C86

Color #688C86 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #688C86

Tints of Gumbo #688C86

Color information

#688C86 (or 0x688C86) is unknown color: approx Gumbo. HEX triplet: 68, 8C and 86. RGB value is (104,140,134). Sum of RGB (Red+Green+Blue) = 104+140+134=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #688C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C86 is #977379. Grayscale: #808080. Windows color (decimal): -9925498 or 8817768. OLE color: 8817768.

HSL color Cylindrical-coordinate representation of color #688C86: hue angle of 170º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C86 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB104140134-
CMYK0.2600.040.45
HSL170º14.75%47.84%-
HSV(B)170º25.71%54.9%-
XYZ19.3923.4226.05-
YUV128.55131.07110.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=27.51%
G=37.04%
B=35.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041401340.2600.040.4517014.7547.84
Hex688C861A042Daaf30
Octal1502142063204552521760
Binary11010001000110010000110110100100101101101010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688C86; }

 p { color: rgb(104,140,134); }

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

<style>
 a { background-color: #688C86; }

 a { background-color: rgb(104,140,134); }

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

<style>
 span { border-color: #688C86; }

 span { border-color: rgb(104,140,134); }

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