#618683

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

Shades of Gumbo #618683

Tints of Gumbo #618683

Color information

#618683 (or 0x618683) is unknown color: approx Gumbo. HEX triplet: 61, 86 and 83. RGB value is (97,134,131). Sum of RGB (Red+Green+Blue) = 97+134+131=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #618683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618683 is #9E797C. Grayscale: #7A7A7A. Windows color (decimal): -10385789 or 8619617. OLE color: 8619617.

HSL color Cylindrical-coordinate representation of color #618683: hue angle of 175.14º 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 #618683 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB97134131-
CMYK0.2800.020.47
HSL175.14º16.02%45.29%-
HSV(B)175.14º27.61%52.55%-
XYZ17.5521.2324.65-
YUV122.6132.74109.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=26.80%
G=37.02%
B=36.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341310.2800.020.47175.1416.0245.29
Hex6186831C022Faf102d
Octal1412062033402572572055
Binary11000011000011010000011111000101011111010111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618683; }

 p { color: rgb(97,134,131); }

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

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

 a { background-color: rgb(97,134,131); }

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

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

 span { border-color: rgb(97,134,131); }

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