#638C88

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

Shades of Gumbo #638C88

Tints of Gumbo #638C88

Color information

#638C88 (or 0x638C88) is unknown color: approx Gumbo. HEX triplet: 63, 8C and 88. RGB value is (99,140,136). Sum of RGB (Red+Green+Blue) = 99+140+136=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #638C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638C88 is #9C7377. Grayscale: #7F7F7F. Windows color (decimal): -10253176 or 8948835. OLE color: 8948835.

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

Color convert

RGB99140136-
CMYK0.2900.030.45
HSL174.15º17.15%46.86%-
HSV(B)174.15º29.29%54.9%-
XYZ18.9723.1926.77-
YUV127.28132.92107.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=26.4%
G=37.33%
B=36.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401360.2900.030.45174.1517.1546.86
Hex638C881D032Dae112f
Octal1432142103503552562157
Binary11000111000110010001000111010111011011010111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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