#638483

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

Shades of Gumbo #638483

Tints of Gumbo #638483

Color information

#638483 (or 0x638483) is unknown color: approx Gumbo. HEX triplet: 63, 84 and 83. RGB value is (99,132,131). Sum of RGB (Red+Green+Blue) = 99+132+131=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #638483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638483 is #9C7B7C. Grayscale: #797979. Windows color (decimal): -10255229 or 8619107. OLE color: 8619107.

HSL color Cylindrical-coordinate representation of color #638483: hue angle of 178.18º 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 #638483 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB99132131-
CMYK0.2500.010.48
HSL178.18º14.29%45.29%-
HSV(B)178.18º25%51.76%-
XYZ17.4920.7924.56-
YUV122.02133.07111.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.35%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=27.35%
G=36.46%
B=36.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321310.2500.010.48178.1814.2945.29
Hex638483190130b2e2d
Octal1432042033101602621655
Binary110001110000100100000111100101110000101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638483; }

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

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

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

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

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

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

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

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