#64908B

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

Shades of Gumbo #64908B

Tints of Gumbo #64908B

Color information

#64908B (or 0x64908B) is unknown color: approx Gumbo. HEX triplet: 64, 90 and 8B. RGB value is (100,144,139). Sum of RGB (Red+Green+Blue) = 100+144+139=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #64908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64908B is #9B6F74. Grayscale: #828282. Windows color (decimal): -10186613 or 9146468. OLE color: 9146468.

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

Color convert

RGB100144139-
CMYK0.3100.030.44
HSL173.18º18.03%47.84%-
HSV(B)173.18º30.56%56.47%-
XYZ19.8924.5228.11-
YUV130.27132.92106.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=26.11%
G=37.60%
B=36.29%

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
Decimal1001441390.3100.030.44173.1818.0347.84
Hex64908B1F032Cad1230
Octal1442202133703542552260
Binary11001001001000010001011111110111011001010110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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