#638A84

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

Shades of Gumbo #638A84

Tints of Gumbo #638A84

Color information

#638A84 (or 0x638A84) is unknown color: approx Gumbo. HEX triplet: 63, 8A and 84. RGB value is (99,138,132). Sum of RGB (Red+Green+Blue) = 99+138+132=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #638A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A84 is #9C757B. Grayscale: #7D7D7D. Windows color (decimal): -10253692 or 8686179. OLE color: 8686179.

HSL color Cylindrical-coordinate representation of color #638A84: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638A84 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB99138132-
CMYK0.2800.040.46
HSL170.77º16.46%46.47%-
HSV(B)170.77º28.26%54.12%-
XYZ18.422.525.2-
YUV125.66131.58108.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=26.83%
G=37.40%
B=35.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991381320.2800.040.46170.7716.4646.47
Hex638A841C042Eab102e
Octal1432122043404562532056
Binary110001110001010100001001110001001011101010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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