#648C87

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

Shades of Gumbo #648C87

Tints of Gumbo #648C87

Color information

#648C87 (or 0x648C87) is unknown color: approx Gumbo. HEX triplet: 64, 8C and 87. RGB value is (100,140,135). Sum of RGB (Red+Green+Blue) = 100+140+135=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #648C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648C87 is #9B7378. Grayscale: #7F7F7F. Windows color (decimal): -10187641 or 8883300. OLE color: 8883300.

HSL color Cylindrical-coordinate representation of color #648C87: hue angle of 172.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648C87 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB100140135-
CMYK0.2900.040.45
HSL172.5º16.67%47.06%-
HSV(B)172.5º28.57%54.9%-
XYZ19.0123.2126.4-
YUV127.47132.25108.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 135 (53.12% from 255) = 36%
R=26.67%
G=37.33%
B=36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001401350.2900.040.45172.516.6747.06
Hex648C871D042Dac112f
Octal1442142073504552542157
Binary110010010001100100001111110101001011011010110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,140,135); }

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

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

 a { background-color: rgb(100,140,135); }

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

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

 span { border-color: rgb(100,140,135); }

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