#64918C

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

Shades of Gumbo #64918C

Tints of Gumbo #64918C

Color information

#64918C (or 0x64918C) is unknown color: approx Gumbo. HEX triplet: 64, 91 and 8C. RGB value is (100,145,140). Sum of RGB (Red+Green+Blue) = 100+145+140=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 145 - color contains mainly: green. Hex color #64918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64918C is #9B6E73. Grayscale: #828282. Windows color (decimal): -10186356 or 9212260. OLE color: 9212260.

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

Color convert

RGB100145140-
CMYK0.3100.030.43
HSL173.33º18.37%48.04%-
HSV(B)173.33º31.03%56.86%-
XYZ20.1124.8528.55-
YUV130.98133.09105.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=25.97%
G=37.66%
B=36.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001451400.3100.030.43173.3318.3748.04
Hex64918C1F032Bad1230
Octal1442212143703532552260
Binary11001001001000110001100111110111010111010110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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