#63928C

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

Shades of Gumbo #63928C

Tints of Gumbo #63928C

Color information

#63928C (or 0x63928C) is unknown color: approx Gumbo. HEX triplet: 63, 92 and 8C. RGB value is (99,146,140). Sum of RGB (Red+Green+Blue) = 99+146+140=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #63928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63928C is #9C6D73. Grayscale: #838383. Windows color (decimal): -10251636 or 9212515. OLE color: 9212515.

HSL color Cylindrical-coordinate representation of color #63928C: hue angle of 172.34º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63928C is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB99146140-
CMYK0.3200.040.43
HSL172.34º19.18%48.04%-
HSV(B)172.34º32.19%57.25%-
XYZ20.1625.128.59-
YUV131.26132.93104.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.71%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=25.71%
G=37.92%
B=36.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461400.3200.040.43172.3419.1848.04
Hex63928C20042Bac1330
Octal1432222144004532542360
Binary1100011100100101000110010000001001010111010110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63928C; }

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

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

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

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

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

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

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

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