#63938D

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

Shades of Gumbo #63938D

Tints of Gumbo #63938D

Color information

#63938D (or 0x63938D) is unknown color: approx Gumbo. HEX triplet: 63, 93 and 8D. RGB value is (99,147,141). Sum of RGB (Red+Green+Blue) = 99+147+141=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #63938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63938D is #9C6C72. Grayscale: #838383. Windows color (decimal): -10251379 or 9278307. OLE color: 9278307.

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

Color convert

RGB99147141-
CMYK0.3300.040.42
HSL172.5º19.51%48.24%-
HSV(B)172.5º32.65%57.65%-
XYZ20.3925.4429.04-
YUV131.96133.1104.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.58%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=25.58%
G=37.98%
B=36.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471410.3300.040.42172.519.5148.24
Hex63938D21042Aac1430
Octal1432232154104522542460
Binary1100011100100111000110110000101001010101010110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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