#638785

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

Shades of Gumbo #638785

Tints of Gumbo #638785

Color information

#638785 (or 0x638785) is unknown color: approx Gumbo. HEX triplet: 63, 87 and 85. RGB value is (99,135,133). Sum of RGB (Red+Green+Blue) = 99+135+133=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #638785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638785 is #9C787A. Grayscale: #7B7B7B. Windows color (decimal): -10254459 or 8750947. OLE color: 8750947.

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

Color convert

RGB99135133-
CMYK0.2700.010.47
HSL176.67º15.38%45.88%-
HSV(B)176.67º26.67%52.94%-
XYZ18.0421.6725.42-
YUV124.01133.07110.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=26.98%
G=36.78%
B=36.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991351330.2700.010.47176.6715.3845.88
Hex6387851B012Fb1f2e
Octal1432072053301572611756
Binary110001110000111100001011101101101111101100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638785; }

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

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

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

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

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

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

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

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