#6D9C90

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

Shades of Gumbo #6D9C90

Tints of Gumbo #6D9C90

Color information

#6D9C90 (or 0x6D9C90) is unknown color: approx Gumbo. HEX triplet: 6D, 9C and 90. RGB value is (109,156,144). Sum of RGB (Red+Green+Blue) = 109+156+144=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9C90 is #92636F. Grayscale: #8C8C8C. Windows color (decimal): -9593712 or 9477229. OLE color: 9477229.

HSL color Cylindrical-coordinate representation of color #6D9C90: hue angle of 164.68º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C90 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB109156144-
CMYK0.3000.080.39
HSL164.68º19.18%51.96%-
HSV(B)164.68º30.13%61.18%-
XYZ23.2329.0430.77-
YUV140.58129.93105.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 156 (61.33% from 255) = 38.14%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=26.65%
G=38.14%
B=35.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091561440.3000.080.39164.6819.1851.96
Hex6D9C901E0827a51334
Octal15523422036010472452364
Binary1101101100111001001000011110010001001111010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,156,144); }

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

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

 a { background-color: rgb(109,156,144); }

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

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

 span { border-color: rgb(109,156,144); }

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