Html Css Color HEX #618884 Gumbo

📋 copy color: '#618884'

red 97 ◦ green 136 ◦ blue 132

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

Shades of Gumbo #618884

Tints of Gumbo #618884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 26.58%
G = 37.26%
B = 36.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#618884 (or 0x618884) is known color: Gumbo. HEX triplet: 61, 88 and 84. RGB value is (97,136,132). Sum of RGB (Red+Green+Blue) = 97+136+132=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #618884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618884 is #9E777B. Grayscale: #7B7B7B. Windows color (decimal): -10385276 or 8685665. OLE color: 8685665.

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

Color convert

RGB 97 136 132 -
CMYK 0.29 0 0.03 0.47
HSL 173.85º 0.17% 0.46% -
HSV(B) 173.85º 0.29% 0.53% -
XYZ 17.9 21.82 25.1 -
YUV 123.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 97 136 132 0.29 0 0.03 0.47 173.85 0.17 0.46
Hex 61 88 84 1D 0 3 2F AE 11 2E
Octal 141 210 204 35 0 3 57 256 21 56
Binary 1100001 10001000 10000100 11101 0 11 101111 10101110 10001 101110

Color Harmonies of #618884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618884

Black with #618884

Text Example


Text Example

White with #618884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618884; }

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

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

background-color css

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

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

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

border-color css

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

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

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