#6E8E85

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

Shades of Gumbo #6E8E85

Tints of Gumbo #6E8E85

Color information

#6E8E85 (or 0x6E8E85) is unknown color: approx Gumbo. HEX triplet: 6E, 8E and 85. RGB value is (110,142,133). Sum of RGB (Red+Green+Blue) = 110+142+133=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8E85 is #91717A. Grayscale: #838383. Windows color (decimal): -9531771 or 8752750. OLE color: 8752750.

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

Color convert

RGB110142133-
CMYK0.2300.060.44
HSL163.12º12.7%49.41%-
HSV(B)163.12º22.54%55.69%-
XYZ20.3424.3525.82-
YUV131.41128.9112.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.57%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=28.57%
G=36.88%
B=34.55%

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
Decimal1101421330.2300.060.44163.1212.749.41
Hex6E8E8517062Ca3d31
Octal1562162052706542431561
Binary11011101000111010000101101110110101100101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,133); }

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

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

 a { background-color: rgb(110,142,133); }

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

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

 span { border-color: rgb(110,142,133); }

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