Html Css Color HEX #649089 Gumbo

📋 copy color: '#649089'

red 100 ◦ green 144 ◦ blue 137

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

Shades of Gumbo #649089

Tints of Gumbo #649089

RGB

 RED value IS 100 (39.45% from 255) = 26.25%

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 137 (53.91% from 255) = 35.96%

R = 26.25%
G = 37.8%
B = 35.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#649089 (or 0x649089) is known color: Gumbo. HEX triplet: 64, 90 and 89. RGB value is (100,144,137). Sum of RGB (Red+Green+Blue) = 100+144+137=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #649089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649089 is #9B6F76. Grayscale: #828282. Windows color (decimal): -10186615 or 9015396. OLE color: 9015396.

HSL color Cylindrical-coordinate representation of color #649089: hue angle of 170.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649089 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 137 -
CMYK 0.31 0 0.05 0.44
HSL 170.45º 0.18% 0.48% -
HSV(B) 170.45º 0.31% 0.56% -
XYZ 19.74 24.46 27.35 -
YUV 130.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 100 144 137 0.31 0 0.05 0.44 170.45 0.18 0.48
Hex 64 90 89 1F 0 5 2C AA 12 30
Octal 144 220 211 37 0 5 54 252 22 60
Binary 1100100 10010000 10001001 11111 0 101 101100 10101010 10010 110000

Color Harmonies of #649089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649089

Black with #649089

Text Example


Text Example

White with #649089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649089; }

 p { color: rgb(100,144,137); }

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

background-color css

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

 a { background-color: rgb(100,144,137); }

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

border-color css

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

 span { border-color: rgb(100,144,137); }

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