#628685

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

Shades of Gumbo #628685

Tints of Gumbo #628685

Color information

#628685 (or 0x628685) is unknown color: approx Gumbo. HEX triplet: 62, 86 and 85. RGB value is (98,134,133). Sum of RGB (Red+Green+Blue) = 98+134+133=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #628685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628685 is #9D797A. Grayscale: #7B7B7B. Windows color (decimal): -10320251 or 8750690. OLE color: 8750690.

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

Color convert

RGB98134133-
CMYK0.2700.010.47
HSL178.33º15.52%45.49%-
HSV(B)178.33º26.87%52.55%-
XYZ17.821.3425.37-
YUV123.12133.57110.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.85%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=26.85%
G=36.71%
B=36.44%

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
Decimal981341330.2700.010.47178.3315.5245.49
Hex6286851B012Fb2102d
Octal1422062053301572622055
Binary1100010100001101000010111011011011111011001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628685; }

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

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

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

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

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

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

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

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