#64908A

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

Shades of Gumbo #64908A

Tints of Gumbo #64908A

Color information

#64908A (or 0x64908A) is unknown color: approx Gumbo. HEX triplet: 64, 90 and 8A. RGB value is (100,144,138). Sum of RGB (Red+Green+Blue) = 100+144+138=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #64908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64908A is #9B6F75. Grayscale: #828282. Windows color (decimal): -10186614 or 9080932. OLE color: 9080932.

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

Color convert

RGB100144138-
CMYK0.3100.040.44
HSL171.82º18.03%47.84%-
HSV(B)171.82º30.56%56.47%-
XYZ19.8224.4927.73-
YUV130.16132.42106.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=26.18%
G=37.70%
B=36.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441380.3100.040.44171.8218.0347.84
Hex64908A1F042Cac1230
Octal1442202123704542542260
Binary110010010010000100010101111101001011001010110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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