#6D8785

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

Shades of Gumbo #6D8785

Tints of Gumbo #6D8785

Color information

#6D8785 (or 0x6D8785) is unknown color: approx Gumbo. HEX triplet: 6D, 87 and 85. RGB value is (109,135,133). Sum of RGB (Red+Green+Blue) = 109+135+133=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8785 is #92787A. Grayscale: #7E7E7E. Windows color (decimal): -9599099 or 8750957. OLE color: 8750957.

HSL color Cylindrical-coordinate representation of color #6D8785: hue angle of 175.38º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D8785 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB109135133-
CMYK0.1900.010.47
HSL175.38º10.66%47.84%-
HSV(B)175.38º19.26%52.94%-
XYZ19.222.2725.48-
YUV127131.39115.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=28.91%
G=35.81%
B=35.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091351330.1900.010.47175.3810.6647.84
Hex6D878513012Fafb30
Octal1552072052301572571360
Binary110110110000111100001011001101101111101011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,135,133); }

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

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

 a { background-color: rgb(109,135,133); }

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

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

 span { border-color: rgb(109,135,133); }

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