#64908C

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

Shades of Gumbo #64908C

Tints of Gumbo #64908C

Color information

#64908C (or 0x64908C) is unknown color: approx Gumbo. HEX triplet: 64, 90 and 8C. RGB value is (100,144,140). Sum of RGB (Red+Green+Blue) = 100+144+140=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 144 - color contains mainly: green. Hex color #64908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64908C is #9B6F73. Grayscale: #828282. Windows color (decimal): -10186612 or 9212004. OLE color: 9212004.

HSL color Cylindrical-coordinate representation of color #64908C: hue angle of 174.55º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64908C is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB100144140-
CMYK0.3100.030.44
HSL174.55º18.03%47.84%-
HSV(B)174.55º30.56%56.47%-
XYZ19.9624.5528.5-
YUV130.39133.42106.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 144 (56.64% from 255) = 37.5%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=26.04%
G=37.5%
B=36.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441400.3100.030.44174.5518.0347.84
Hex64908C1F032Caf1230
Octal1442202143703542572260
Binary11001001001000010001100111110111011001010111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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