#64918B

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

Shades of Gumbo #64918B

Tints of Gumbo #64918B

Color information

#64918B (or 0x64918B) is unknown color: approx Gumbo. HEX triplet: 64, 91 and 8B. RGB value is (100,145,139). Sum of RGB (Red+Green+Blue) = 100+145+139=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #64918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64918B is #9B6E74. Grayscale: #828282. Windows color (decimal): -10186357 or 9146724. OLE color: 9146724.

HSL color Cylindrical-coordinate representation of color #64918B: hue angle of 172º 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 #64918B is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB100145139-
CMYK0.3100.040.43
HSL172º18.37%48.04%-
HSV(B)172º31.03%56.86%-
XYZ20.0424.8228.16-
YUV130.86132.59105.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=26.04%
G=37.76%
B=36.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001451390.3100.040.4317218.3748.04
Hex64918B1F042Bac1230
Octal1442212133704532542260
Binary110010010010001100010111111101001010111010110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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