#639992

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

Shades of Gumbo #639992

Tints of Gumbo #639992

Color information

#639992 (or 0x639992) is unknown color: approx Gumbo. HEX triplet: 63, 99 and 92. RGB value is (99,153,146). Sum of RGB (Red+Green+Blue) = 99+153+146=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #639992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639992 is #9C666D. Grayscale: #888888. Windows color (decimal): -10249838 or 9607523. OLE color: 9607523.

HSL color Cylindrical-coordinate representation of color #639992: hue angle of 172.22º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639992 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB99153146-
CMYK0.3500.050.4
HSL172.22º21.43%49.41%-
HSV(B)172.22º35.29%60%-
XYZ21.7327.5131.36-
YUV136.06133.61101.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 153 (60.16% from 255) = 38.44%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=24.87%
G=38.44%
B=36.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991531460.3500.050.4172.2221.4349.41
Hex639992230528ac1531
Octal1432312224305502542561
Binary1100011100110011001001010001101011010001010110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639992; }

 p { color: rgb(99,153,146); }

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

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

 a { background-color: rgb(99,153,146); }

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

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

 span { border-color: rgb(99,153,146); }

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