#688680

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

Shades of Gumbo #688680

Tints of Gumbo #688680

Color information

#688680 (or 0x688680) is unknown color: approx Gumbo. HEX triplet: 68, 86 and 80. RGB value is (104,134,128). Sum of RGB (Red+Green+Blue) = 104+134+128=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #688680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688680 is #97797F. Grayscale: #7C7C7C. Windows color (decimal): -9927040 or 8423016. OLE color: 8423016.

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

Color convert

RGB104134128-
CMYK0.2200.040.47
HSL168º12.61%46.67%-
HSV(B)168º22.39%52.55%-
XYZ18.1321.5523.63-
YUV124.35130.06113.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.42%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=28.42%
G=36.61%
B=34.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341280.2200.040.4716812.6146.67
Hex68868016042Fa8d2f
Octal1502062002604572501557
Binary11010001000011010000000101100100101111101010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688680; }

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

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

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

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

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

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

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

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