#6E8F86

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

Shades of Gumbo #6E8F86

Tints of Gumbo #6E8F86

Color information

#6E8F86 (or 0x6E8F86) is unknown color: approx Gumbo. HEX triplet: 6E, 8F and 86. RGB value is (110,143,134). Sum of RGB (Red+Green+Blue) = 110+143+134=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8F86 is #917079. Grayscale: #848484. Windows color (decimal): -9531514 or 8818542. OLE color: 8818542.

HSL color Cylindrical-coordinate representation of color #6E8F86: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8F86 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB110143134-
CMYK0.2300.060.44
HSL163.64º13.04%49.61%-
HSV(B)163.64º23.08%56.08%-
XYZ20.5624.6826.23-
YUV132.11129.07112.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.42%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=28.42%
G=36.95%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101431340.2300.060.44163.6413.0449.61
Hex6E8F8617062Ca4d32
Octal1562172062706542441562
Binary11011101000111110000110101110110101100101001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,143,134); }

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

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

 a { background-color: rgb(110,143,134); }

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

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

 span { border-color: rgb(110,143,134); }

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