#638B85

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

Shades of Gumbo #638B85

Tints of Gumbo #638B85

Color information

#638B85 (or 0x638B85) is unknown color: approx Gumbo. HEX triplet: 63, 8B and 85. RGB value is (99,139,133). Sum of RGB (Red+Green+Blue) = 99+139+133=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #638B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B85 is #9C747A. Grayscale: #7E7E7E. Windows color (decimal): -10253435 or 8751971. OLE color: 8751971.

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

Color convert

RGB99139133-
CMYK0.2900.040.45
HSL171º16.81%46.67%-
HSV(B)171º28.78%54.51%-
XYZ18.6122.8125.61-
YUV126.36131.75108.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=26.68%
G=37.47%
B=35.85%

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
Decimal991391330.2900.040.4517116.8146.67
Hex638B851D042Dab112f
Octal1432132053504552532157
Binary110001110001011100001011110101001011011010101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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