#649590

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

Shades of Gumbo #649590

Tints of Gumbo #649590

Color information

#649590 (or 0x649590) is unknown color: approx Gumbo. HEX triplet: 64, 95 and 90. RGB value is (100,149,144). Sum of RGB (Red+Green+Blue) = 100+149+144=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #649590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649590 is #9B6A6F. Grayscale: #858585. Windows color (decimal): -10185328 or 9475428. OLE color: 9475428.

HSL color Cylindrical-coordinate representation of color #649590: hue angle of 173.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649590 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB100149144-
CMYK0.3300.030.42
HSL173.88º19.68%48.82%-
HSV(B)173.88º32.89%58.43%-
XYZ21.0426.2230.34-
YUV133.78133.77103.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=25.45%
G=37.91%
B=36.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491440.3300.030.42173.8819.6848.82
Hex64959021032Aae1431
Octal1442252204103522562461
Binary110010010010101100100001000010111010101010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649590; }

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

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

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

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

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

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

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

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