Html Css Color HEX #649890 Gumbo

📋 copy color: '#649890'

red 100 ◦ green 152 ◦ blue 144

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

Shades of Gumbo #649890

Tints of Gumbo #649890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.38%

 BLUE value IS 144 (56.64% from 255) = 36.36%

R = 25.25%
G = 38.38%
B = 36.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#649890 (or 0x649890) is known color: Gumbo. HEX triplet: 64, 98 and 90. RGB value is (100,152,144). Sum of RGB (Red+Green+Blue) = 100+152+144=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #649890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649890 is #9B676F. Grayscale: #878787. Windows color (decimal): -10184560 or 9476196. OLE color: 9476196.

HSL color Cylindrical-coordinate representation of color #649890: hue angle of 170.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649890 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 144 -
CMYK 0.34 0 0.05 0.40
HSL 170.77º 0.21% 0.49% -
HSV(B) 170.77º 0.34% 0.6% -
XYZ 21.52 27.18 30.5 -
YUV 135.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 100 152 144 0.34 0 0.05 0.40 170.77 0.21 0.49
Hex 64 98 90 22 0 5 28 AB 15 31
Octal 144 230 220 42 0 5 50 253 25 61
Binary 1100100 10011000 10010000 100010 0 101 101000 10101011 10101 110001

Color Harmonies of #649890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649890

Black with #649890

Text Example


Text Example

White with #649890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649890; }

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

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

background-color css

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

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

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

border-color css

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

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

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