#6B8A85

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

Shades of Gumbo #6B8A85

Tints of Gumbo #6B8A85

Color information

#6B8A85 (or 0x6B8A85) is unknown color: approx Gumbo. HEX triplet: 6B, 8A and 85. RGB value is (107,138,133). Sum of RGB (Red+Green+Blue) = 107+138+133=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8A85 is #94757A. Grayscale: #808080. Windows color (decimal): -9729403 or 8751723. OLE color: 8751723.

HSL color Cylindrical-coordinate representation of color #6B8A85: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8A85 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB107138133-
CMYK0.2200.040.46
HSL170.32º12.65%48.04%-
HSV(B)170.32º22.46%54.12%-
XYZ19.392325.61-
YUV128.16130.73112.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=28.31%
G=36.51%
B=35.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071381330.2200.040.46170.3212.6548.04
Hex6B8A8516042Eaad30
Octal1532122052604562521560
Binary11010111000101010000101101100100101110101010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,138,133); }

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

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

 a { background-color: rgb(107,138,133); }

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

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

 span { border-color: rgb(107,138,133); }

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