#649891

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

Shades of Gumbo #649891

Tints of Gumbo #649891

Color information

#649891 (or 0x649891) is unknown color: approx Gumbo. HEX triplet: 64, 98 and 91. RGB value is (100,152,145). Sum of RGB (Red+Green+Blue) = 100+152+145=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #649891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649891 is #9B676E. Grayscale: #878787. Windows color (decimal): -10184559 or 9541732. OLE color: 9541732.

HSL color Cylindrical-coordinate representation of color #649891: hue angle of 171.92º 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 #649891 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB100152145-
CMYK0.3400.050.40
HSL171.92º20.63%49.41%-
HSV(B)171.92º34.21%59.61%-
XYZ21.5927.2130.9-
YUV135.65133.27102.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.19%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 145 (57.03% from 255) = 36.52%
R=25.19%
G=38.29%
B=36.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001521450.3400.050.40171.9220.6349.41
Hex649891220528ac1531
Octal1442302214205502542561
Binary1100100100110001001000110001001011010001010110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649891; }

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

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

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

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

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

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

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

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