#64918E

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

Shades of Gumbo #64918E

Tints of Gumbo #64918E

Color information

#64918E (or 0x64918E) is unknown color: approx Gumbo. HEX triplet: 64, 91 and 8E. RGB value is (100,145,142). Sum of RGB (Red+Green+Blue) = 100+145+142=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #64918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64918E is #9B6E71. Grayscale: #838383. Windows color (decimal): -10186354 or 9343332. OLE color: 9343332.

HSL color Cylindrical-coordinate representation of color #64918E: hue angle of 176º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64918E is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB100145142-
CMYK0.3100.020.43
HSL176º18.37%48.04%-
HSV(B)176º31.03%56.86%-
XYZ20.2624.9129.33-
YUV131.2134.09105.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=25.84%
G=37.47%
B=36.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001451420.3100.020.4317618.3748.04
Hex64918E1F022Bb01230
Octal1442212163702532602260
Binary11001001001000110001110111110101010111011000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64918E; }

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

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

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

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

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

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

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

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