#648F88

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

Shades of Gumbo #648F88

Tints of Gumbo #648F88

Color information

#648F88 (or 0x648F88) is unknown color: approx Gumbo. HEX triplet: 64, 8F and 88. RGB value is (100,143,136). Sum of RGB (Red+Green+Blue) = 100+143+136=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #648F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648F88 is #9B7077. Grayscale: #818181. Windows color (decimal): -10186872 or 8949604. OLE color: 8949604.

HSL color Cylindrical-coordinate representation of color #648F88: hue angle of 170.23º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648F88 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB100143136-
CMYK0.3000.050.44
HSL170.23º17.7%47.65%-
HSV(B)170.23º30.07%56.08%-
XYZ19.5224.1326.92-
YUV129.34131.75107.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=26.39%
G=37.73%
B=35.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001431360.3000.050.44170.2317.747.65
Hex648F881E052Caa1230
Octal1442172103605542522260
Binary110010010001111100010001111001011011001010101010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648F88; }

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

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

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

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

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

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

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

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