#648784

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

Shades of Gumbo #648784

Tints of Gumbo #648784

Color information

#648784 (or 0x648784) is unknown color: approx Gumbo. HEX triplet: 64, 87 and 84. RGB value is (100,135,132). Sum of RGB (Red+Green+Blue) = 100+135+132=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #648784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648784 is #9B787B. Grayscale: #7C7C7C. Windows color (decimal): -10188924 or 8685412. OLE color: 8685412.

HSL color Cylindrical-coordinate representation of color #648784: hue angle of 174.86º 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 #648784 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB100135132-
CMYK0.2600.020.47
HSL174.86º14.89%46.08%-
HSV(B)174.86º25.93%52.94%-
XYZ18.0821.725.07-
YUV124.19132.4110.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 135 (53.12% from 255) = 36.78%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=27.25%
G=36.78%
B=35.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351320.2600.020.47174.8614.8946.08
Hex6487841A022Faff2e
Octal1442072043202572571756
Binary1100100100001111000010011010010101111101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648784; }

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

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

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

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

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

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

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

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