#648D8A

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

Shades of Gumbo #648D8A

Tints of Gumbo #648D8A

Color information

#648D8A (or 0x648D8A) is unknown color: approx Gumbo. HEX triplet: 64, 8D and 8A. RGB value is (100,141,138). Sum of RGB (Red+Green+Blue) = 100+141+138=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #648D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D8A is #9B7275. Grayscale: #808080. Windows color (decimal): -10187382 or 9080164. OLE color: 9080164.

HSL color Cylindrical-coordinate representation of color #648D8A: hue angle of 175.61º 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 #648D8A is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB100141138-
CMYK0.2900.020.45
HSL175.61º17.01%47.25%-
HSV(B)175.61º29.08%55.29%-
XYZ19.3723.5927.58-
YUV128.4133.42107.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=26.39%
G=37.20%
B=36.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001411380.2900.020.45175.6117.0147.25
Hex648D8A1D022Db0112f
Octal1442152123502552602157
Binary11001001000110110001010111010101011011011000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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