#648786

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

Shades of Gumbo #648786

Tints of Gumbo #648786

Color information

#648786 (or 0x648786) is unknown color: approx Gumbo. HEX triplet: 64, 87 and 86. RGB value is (100,135,134). Sum of RGB (Red+Green+Blue) = 100+135+134=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #648786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648786 is #9B7879. Grayscale: #7C7C7C. Windows color (decimal): -10188922 or 8816484. OLE color: 8816484.

HSL color Cylindrical-coordinate representation of color #648786: hue angle of 178.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648786 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB100135134-
CMYK0.2600.010.47
HSL178.29º14.89%46.08%-
HSV(B)178.29º25.93%52.94%-
XYZ18.2221.7625.79-
YUV124.42133.4110.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=27.10%
G=36.59%
B=36.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351340.2600.010.47178.2914.8946.08
Hex6487861A012Fb2f2e
Octal1442072063201572621756
Binary110010010000111100001101101001101111101100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648786; }

 p { color: rgb(100,135,134); }

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

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

 a { background-color: rgb(100,135,134); }

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

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

 span { border-color: rgb(100,135,134); }

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