#648988

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

Shades of Gumbo #648988

Tints of Gumbo #648988

Color information

#648988 (or 0x648988) is unknown color: approx Gumbo. HEX triplet: 64, 89 and 88. RGB value is (100,137,136). Sum of RGB (Red+Green+Blue) = 100+137+136=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #648988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648988 is #9B7677. Grayscale: #7D7D7D. Windows color (decimal): -10188408 or 8948068. OLE color: 8948068.

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

Color convert

RGB100137136-
CMYK0.2700.010.46
HSL178.38º15.61%46.47%-
HSV(B)178.38º27.01%53.73%-
XYZ18.6522.3826.63-
YUV125.82133.74109.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=26.81%
G=36.73%
B=36.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001371360.2700.010.46178.3815.6146.47
Hex6489881B012Eb2102e
Octal1442112103301562622056
Binary1100100100010011000100011011011011101011001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648988; }

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

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

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

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

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

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

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

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