#648986

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

Shades of Gumbo #648986

Tints of Gumbo #648986

Color information

#648986 (or 0x648986) is unknown color: approx Gumbo. HEX triplet: 64, 89 and 86. RGB value is (100,137,134). Sum of RGB (Red+Green+Blue) = 100+137+134=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #648986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648986 is #9B7679. Grayscale: #7D7D7D. Windows color (decimal): -10188410 or 8816996. OLE color: 8816996.

HSL color Cylindrical-coordinate representation of color #648986: hue angle of 175.14º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648986 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB100137134-
CMYK0.2700.020.46
HSL175.14º15.61%46.47%-
HSV(B)175.14º27.01%53.73%-
XYZ18.522.3225.89-
YUV125.59132.74109.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=26.95%
G=36.93%
B=36.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371340.2700.020.46175.1415.6146.47
Hex6489861B022Eaf102e
Octal1442112063302562572056
Binary11001001000100110000110110110101011101010111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648986; }

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

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

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

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

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

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

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

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