#638685

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

Shades of Gumbo #638685

Tints of Gumbo #638685

Color information

#638685 (or 0x638685) is unknown color: approx Gumbo. HEX triplet: 63, 86 and 85. RGB value is (99,134,133). Sum of RGB (Red+Green+Blue) = 99+134+133=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #638685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638685 is #9C797A. Grayscale: #7B7B7B. Windows color (decimal): -10254715 or 8750691. OLE color: 8750691.

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

Color convert

RGB99134133-
CMYK0.2600.010.47
HSL178.29º15.02%45.69%-
HSV(B)178.29º26.12%52.55%-
XYZ17.921.425.38-
YUV123.42133.4110.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=27.05%
G=36.61%
B=36.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341330.2600.010.47178.2915.0245.69
Hex6386851A012Fb2f2e
Octal1432062053201572621756
Binary110001110000110100001011101001101111101100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638685; }

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

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

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

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

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

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

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

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