#638786

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

Shades of Gumbo #638786

Tints of Gumbo #638786

Color information

#638786 (or 0x638786) is unknown color: approx Gumbo. HEX triplet: 63, 87 and 86. RGB value is (99,135,134). Sum of RGB (Red+Green+Blue) = 99+135+134=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #638786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638786 is #9C7879. Grayscale: #7C7C7C. Windows color (decimal): -10254458 or 8816483. OLE color: 8816483.

HSL color Cylindrical-coordinate representation of color #638786: hue angle of 178.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638786 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB99135134-
CMYK0.2700.010.47
HSL178.33º15.38%45.88%-
HSV(B)178.33º26.67%52.94%-
XYZ18.1121.725.79-
YUV124.12133.57110.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=26.90%
G=36.68%
B=36.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991351340.2700.010.47178.3315.3845.88
Hex6387861B012Fb2f2e
Octal1432072063301572621756
Binary110001110000111100001101101101101111101100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638786; }

 p { color: rgb(99,135,134); }

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

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

 a { background-color: rgb(99,135,134); }

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

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

 span { border-color: rgb(99,135,134); }

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