#638C89

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

Shades of Gumbo #638C89

Tints of Gumbo #638C89

Color information

#638C89 (or 0x638C89) is unknown color: approx Gumbo. HEX triplet: 63, 8C and 89. RGB value is (99,140,137). Sum of RGB (Red+Green+Blue) = 99+140+137=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #638C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638C89 is #9C7376. Grayscale: #7F7F7F. Windows color (decimal): -10253175 or 9014371. OLE color: 9014371.

HSL color Cylindrical-coordinate representation of color #638C89: hue angle of 175.61º 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 #638C89 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB99140137-
CMYK0.2900.020.45
HSL175.61º17.15%46.86%-
HSV(B)175.61º29.29%54.9%-
XYZ19.0423.2127.14-
YUV127.4133.42107.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=26.33%
G=37.23%
B=36.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401370.2900.020.45175.6117.1546.86
Hex638C891D022Db0112f
Octal1432142113502552602157
Binary11000111000110010001001111010101011011011000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,137); }

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

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

 a { background-color: rgb(99,140,137); }

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

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

 span { border-color: rgb(99,140,137); }

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