#63938F

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

Shades of Gumbo #63938F

Tints of Gumbo #63938F

Color information

#63938F (or 0x63938F) is unknown color: approx Gumbo. HEX triplet: 63, 93 and 8F. RGB value is (99,147,143). Sum of RGB (Red+Green+Blue) = 99+147+143=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #63938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63938F is #9C6C70. Grayscale: #848484. Windows color (decimal): -10251377 or 9409379. OLE color: 9409379.

HSL color Cylindrical-coordinate representation of color #63938F: hue angle of 175º 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 #63938F is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB99147143-
CMYK0.3300.030.42
HSL175º19.51%48.24%-
HSV(B)175º32.65%57.65%-
XYZ20.5425.529.83-
YUV132.19134.1104.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=25.45%
G=37.79%
B=36.76%

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
Decimal991471430.3300.030.4217519.5148.24
Hex63938F21032Aaf1430
Octal1432232174103522572460
Binary110001110010011100011111000010111010101010111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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