#638482

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

Shades of Gumbo #638482

Tints of Gumbo #638482

Color information

#638482 (or 0x638482) is unknown color: approx Gumbo. HEX triplet: 63, 84 and 82. RGB value is (99,132,130). Sum of RGB (Red+Green+Blue) = 99+132+130=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #638482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638482 is #9C7B7D. Grayscale: #797979. Windows color (decimal): -10255230 or 8553571. OLE color: 8553571.

HSL color Cylindrical-coordinate representation of color #638482: hue angle of 176.36º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638482 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB99132130-
CMYK0.2500.020.48
HSL176.36º14.29%45.29%-
HSV(B)176.36º25%51.76%-
XYZ17.4320.7724.21-
YUV121.9132.57111.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=27.42%
G=36.57%
B=36.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321300.2500.020.48176.3614.2945.29
Hex638482190230b0e2d
Octal1432042023102602601655
Binary1100011100001001000001011001010110000101100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638482; }

 p { color: rgb(99,132,130); }

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

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

 a { background-color: rgb(99,132,130); }

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

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

 span { border-color: rgb(99,132,130); }

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