#618785

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

Shades of Gumbo #618785

Tints of Gumbo #618785

Color information

#618785 (or 0x618785) is unknown color: approx Gumbo. HEX triplet: 61, 87 and 85. RGB value is (97,135,133). Sum of RGB (Red+Green+Blue) = 97+135+133=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #618785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618785 is #9E787A. Grayscale: #7B7B7B. Windows color (decimal): -10385531 or 8750945. OLE color: 8750945.

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

Color convert

RGB97135133-
CMYK0.2800.010.47
HSL176.84º16.38%45.49%-
HSV(B)176.84º28.15%52.94%-
XYZ17.8321.5625.41-
YUV123.41133.41109.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=26.58%
G=36.99%
B=36.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351330.2800.010.47176.8416.3845.49
Hex6187851C012Fb1102d
Octal1412072053401572612055
Binary1100001100001111000010111100011011111011000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618785; }

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

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

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

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

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

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

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

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