#648A86

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

Shades of Gumbo #648A86

Tints of Gumbo #648A86

Color information

#648A86 (or 0x648A86) is unknown color: approx Gumbo. HEX triplet: 64, 8A and 86. RGB value is (100,138,134). Sum of RGB (Red+Green+Blue) = 100+138+134=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #648A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A86 is #9B7579. Grayscale: #7E7E7E. Windows color (decimal): -10188154 or 8817252. OLE color: 8817252.

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

Color convert

RGB100138134-
CMYK0.2800.030.46
HSL173.68º15.97%46.67%-
HSV(B)173.68º27.54%54.12%-
XYZ18.6522.6125.94-
YUV126.18132.41109.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=26.88%
G=37.10%
B=36.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001381340.2800.030.46173.6815.9746.67
Hex648A861C032Eae102f
Octal1442122063403562562057
Binary11001001000101010000110111000111011101010111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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