#638B86

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

Shades of Gumbo #638B86

Tints of Gumbo #638B86

Color information

#638B86 (or 0x638B86) is unknown color: approx Gumbo. HEX triplet: 63, 8B and 86. RGB value is (99,139,134). Sum of RGB (Red+Green+Blue) = 99+139+134=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #638B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B86 is #9C7479. Grayscale: #7E7E7E. Windows color (decimal): -10253434 or 8817507. OLE color: 8817507.

HSL color Cylindrical-coordinate representation of color #638B86: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B86 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB99139134-
CMYK0.2900.040.45
HSL172.5º16.81%46.67%-
HSV(B)172.5º28.78%54.51%-
XYZ18.6822.8425.98-
YUV126.47132.25108.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.61%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=26.61%
G=37.37%
B=36.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391340.2900.040.45172.516.8146.67
Hex638B861D042Dac112f
Octal1432132063504552542157
Binary110001110001011100001101110101001011011010110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638B86; }

 p { color: rgb(99,139,134); }

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

<style>
 a { background-color: #638B86; }

 a { background-color: rgb(99,139,134); }

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

<style>
 span { border-color: #638B86; }

 span { border-color: rgb(99,139,134); }

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