#648985

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

Shades of Gumbo #648985

Tints of Gumbo #648985

Color information

#648985 (or 0x648985) is unknown color: approx Gumbo. HEX triplet: 64, 89 and 85. RGB value is (100,137,133). Sum of RGB (Red+Green+Blue) = 100+137+133=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #648985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648985 is #9B767A. Grayscale: #7D7D7D. Windows color (decimal): -10188411 or 8751460. OLE color: 8751460.

HSL color Cylindrical-coordinate representation of color #648985: hue angle of 173.51º 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 #648985 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB100137133-
CMYK0.2700.030.46
HSL173.51º15.61%46.47%-
HSV(B)173.51º27.01%53.73%-
XYZ18.4322.2925.52-
YUV125.48132.24109.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=27.03%
G=37.03%
B=35.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371330.2700.030.46173.5115.6146.47
Hex6489851B032Eae102e
Octal1442112053303562562056
Binary11001001000100110000101110110111011101010111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648985; }

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

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

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

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

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

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

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

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