#648D86

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

Shades of Gumbo #648D86

Tints of Gumbo #648D86

Color information

#648D86 (or 0x648D86) is unknown color: approx Gumbo. HEX triplet: 64, 8D and 86. RGB value is (100,141,134). Sum of RGB (Red+Green+Blue) = 100+141+134=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #648D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D86 is #9B7279. Grayscale: #7F7F7F. Windows color (decimal): -10187386 or 8818020. OLE color: 8818020.

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

Color convert

RGB100141134-
CMYK0.2900.050.45
HSL169.76º17.01%47.25%-
HSV(B)169.76º29.08%55.29%-
XYZ19.0823.4826.08-
YUV127.94131.42108.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=26.67%
G=37.6%
B=35.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001411340.2900.050.45169.7617.0147.25
Hex648D861D052Daa112f
Octal1442152063505552522157
Binary110010010001101100001101110101011011011010101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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