#638684

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

Shades of Gumbo #638684

Tints of Gumbo #638684

Color information

#638684 (or 0x638684) is unknown color: approx Gumbo. HEX triplet: 63, 86 and 84. RGB value is (99,134,132). Sum of RGB (Red+Green+Blue) = 99+134+132=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #638684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638684 is #9C797B. Grayscale: #7B7B7B. Windows color (decimal): -10254716 or 8685155. OLE color: 8685155.

HSL color Cylindrical-coordinate representation of color #638684: hue angle of 176.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638684 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB99134132-
CMYK0.2600.010.47
HSL176.57º15.02%45.69%-
HSV(B)176.57º26.12%52.55%-
XYZ17.8421.3725.01-
YUV123.31132.9110.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=27.12%
G=36.71%
B=36.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341320.2600.010.47176.5715.0245.69
Hex6386841A012Fb1f2e
Octal1432062043201572611756
Binary110001110000110100001001101001101111101100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638684; }

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

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

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

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

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

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

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

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