#6D8B87

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

Shades of Gumbo #6D8B87

Tints of Gumbo #6D8B87

Color information

#6D8B87 (or 0x6D8B87) is unknown color: approx Gumbo. HEX triplet: 6D, 8B and 87. RGB value is (109,139,135). Sum of RGB (Red+Green+Blue) = 109+139+135=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8B87 is #927478. Grayscale: #818181. Windows color (decimal): -9598073 or 8883053. OLE color: 8883053.

HSL color Cylindrical-coordinate representation of color #6D8B87: hue angle of 172º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B87 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB109139135-
CMYK0.2200.030.45
HSL172º12.1%48.63%-
HSV(B)172º21.58%54.51%-
XYZ19.9123.4726.4-
YUV129.57131.06113.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=28.46%
G=36.29%
B=35.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091391350.2200.030.4517212.148.63
Hex6D8B8716032Dacc31
Octal1552132072603552541461
Binary1101101100010111000011110110011101101101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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