#63938E

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

Shades of Gumbo #63938E

Tints of Gumbo #63938E

Color information

#63938E (or 0x63938E) is unknown color: approx Gumbo. HEX triplet: 63, 93 and 8E. RGB value is (99,147,142). Sum of RGB (Red+Green+Blue) = 99+147+142=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #63938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63938E is #9C6C71. Grayscale: #848484. Windows color (decimal): -10251378 or 9343843. OLE color: 9343843.

HSL color Cylindrical-coordinate representation of color #63938E: hue angle of 173.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63938E is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB99147142-
CMYK0.3300.030.42
HSL173.75º19.51%48.24%-
HSV(B)173.75º32.65%57.65%-
XYZ20.4625.4729.43-
YUV132.08133.6104.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=25.52%
G=37.89%
B=36.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471420.3300.030.42173.7519.5148.24
Hex63938E21032Aae1430
Octal1432232164103522562460
Binary110001110010011100011101000010111010101010111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63938E; }

 p { color: rgb(99,147,142); }

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

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

 a { background-color: rgb(99,147,142); }

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

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

 span { border-color: rgb(99,147,142); }

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