#64918D

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

Shades of Gumbo #64918D

Tints of Gumbo #64918D

Color information

#64918D (or 0x64918D) is unknown color: approx Gumbo. HEX triplet: 64, 91 and 8D. RGB value is (100,145,141). Sum of RGB (Red+Green+Blue) = 100+145+141=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #64918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64918D is #9B6E72. Grayscale: #838383. Windows color (decimal): -10186355 or 9277796. OLE color: 9277796.

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

Color convert

RGB100145141-
CMYK0.3100.030.43
HSL174.67º18.37%48.04%-
HSV(B)174.67º31.03%56.86%-
XYZ20.1924.8828.94-
YUV131.09133.59105.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=25.91%
G=37.56%
B=36.53%

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
Decimal1001451410.3100.030.43174.6718.3748.04
Hex64918D1F032Baf1230
Octal1442212153703532572260
Binary11001001001000110001101111110111010111010111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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