#6E9289

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

Shades of Gumbo #6E9289

Tints of Gumbo #6E9289

Color information

#6E9289 (or 0x6E9289) is unknown color: approx Gumbo. HEX triplet: 6E, 92 and 89. RGB value is (110,146,137). Sum of RGB (Red+Green+Blue) = 110+146+137=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9289 is #916D76. Grayscale: #868686. Windows color (decimal): -9530743 or 9015918. OLE color: 9015918.

HSL color Cylindrical-coordinate representation of color #6E9289: hue angle of 165º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9289 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB110146137-
CMYK0.2500.060.43
HSL165º14.17%50.2%-
HSV(B)165º24.66%57.25%-
XYZ21.2225.6827.5-
YUV134.21129.57110.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.99%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=27.99%
G=37.15%
B=34.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101461370.2500.060.4316514.1750.2
Hex6E928919062Ba5e32
Octal1562222113106532451662
Binary11011101001001010001001110010110101011101001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,146,137); }

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

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

 a { background-color: rgb(110,146,137); }

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

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

 span { border-color: rgb(110,146,137); }

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