#648682

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

Shades of Gumbo #648682

Tints of Gumbo #648682

Color information

#648682 (or 0x648682) is unknown color: approx Gumbo. HEX triplet: 64, 86 and 82. RGB value is (100,134,130). Sum of RGB (Red+Green+Blue) = 100+134+130=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 134 - color contains mainly: green. Hex color #648682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648682 is #9B797D. Grayscale: #7B7B7B. Windows color (decimal): -10189182 or 8554084. OLE color: 8554084.

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

Color convert

RGB100134130-
CMYK0.2500.030.47
HSL172.94º14.53%45.88%-
HSV(B)172.94º25.37%52.55%-
XYZ17.8121.3724.31-
YUV123.38131.74111.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=27.47%
G=36.81%
B=35.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341300.2500.030.47172.9414.5345.88
Hex64868219032Fadf2e
Octal1442062023103572551756
Binary1100100100001101000001011001011101111101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648682; }

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

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

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

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

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

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

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

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