#6C8A84

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

Shades of Gumbo #6C8A84

Tints of Gumbo #6C8A84

Color information

#6C8A84 (or 0x6C8A84) is unknown color: approx Gumbo. HEX triplet: 6C, 8A and 84. RGB value is (108,138,132). Sum of RGB (Red+Green+Blue) = 108+138+132=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8A84 is #93757B. Grayscale: #808080. Windows color (decimal): -9663868 or 8686188. OLE color: 8686188.

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

Color convert

RGB108138132-
CMYK0.2200.040.46
HSL168º12.2%48.24%-
HSV(B)168º21.74%54.12%-
XYZ19.4423.0325.25-
YUV128.35130.06113.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.57%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=28.57%
G=36.51%
B=34.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1081381320.2200.040.4616812.248.24
Hex6C8A8416042Ea8c30
Octal1542122042604562501460
Binary11011001000101010000100101100100101110101010001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8A84; }

 p { color: rgb(108,138,132); }

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

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

 a { background-color: rgb(108,138,132); }

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

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

 span { border-color: rgb(108,138,132); }

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