#618883

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

Shades of Gumbo #618883

Tints of Gumbo #618883

Color information

#618883 (or 0x618883) is unknown color: approx Gumbo. HEX triplet: 61, 88 and 83. RGB value is (97,136,131). Sum of RGB (Red+Green+Blue) = 97+136+131=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #618883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618883 is #9E777C. Grayscale: #7B7B7B. Windows color (decimal): -10385277 or 8620129. OLE color: 8620129.

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

Color convert

RGB97136131-
CMYK0.2900.040.47
HSL172.31º16.74%45.69%-
HSV(B)172.31º28.68%53.33%-
XYZ17.8321.7924.74-
YUV123.77132.08108.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=26.65%
G=37.36%
B=35.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971361310.2900.040.47172.3116.7445.69
Hex6188831D042Fac112e
Octal1412102033504572542156
Binary110000110001000100000111110101001011111010110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618883; }

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

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

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

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

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

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

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

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