Html Css Color HEX #618886 Gumbo

📋 copy color: '#618886'

red 97 ◦ green 136 ◦ blue 134

#618886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #618886

Tints of Gumbo #618886

RGB

 RED value IS 97 (38.28% from 255) = 26.43%

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 26.43%
G = 37.06%
B = 36.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#618886 (or 0x618886) is known color: Gumbo. HEX triplet: 61, 88 and 86. RGB value is (97,136,134). Sum of RGB (Red+Green+Blue) = 97+136+134=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #618886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618886 is #9E7779. Grayscale: #7C7C7C. Windows color (decimal): -10385274 or 8816737. OLE color: 8816737.

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

Color convert

RGB 97 136 134 -
CMYK 0.29 0 0.01 0.47
HSL 176.92º 0.17% 0.46% -
HSV(B) 176.92º 0.29% 0.53% -
XYZ 18.04 21.87 25.83 -
YUV 124.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 97 136 134 0.29 0 0.01 0.47 176.92 0.17 0.46
Hex 61 88 86 1D 0 1 2F B1 11 2E
Octal 141 210 206 35 0 1 57 261 21 56
Binary 1100001 10001000 10000110 11101 0 1 101111 10110001 10001 101110

Color Harmonies of #618886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618886

Black with #618886

Text Example


Text Example

White with #618886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618886; }

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

 H1.HeaderClassName
 {
   color: #618886;
 }
 .AnyTagClassName
 {
   color: #618886;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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