#63918A

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

Shades of Gumbo #63918A

Tints of Gumbo #63918A

Color information

#63918A (or 0x63918A) is unknown color: approx Gumbo. HEX triplet: 63, 91 and 8A. RGB value is (99,145,138). Sum of RGB (Red+Green+Blue) = 99+145+138=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #63918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63918A is #9C6E75. Grayscale: #828282. Windows color (decimal): -10251894 or 9081187. OLE color: 9081187.

HSL color Cylindrical-coordinate representation of color #63918A: hue angle of 170.87º 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 #63918A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB99145138-
CMYK0.3200.050.43
HSL170.87º18.85%47.84%-
HSV(B)170.87º31.72%56.86%-
XYZ19.8624.7427.77-
YUV130.45132.26105.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=25.92%
G=37.96%
B=36.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451380.3200.050.43170.8718.8547.84
Hex63918A20052Bab1330
Octal1432212124005532532360
Binary1100011100100011000101010000001011010111010101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63918A; }

 p { color: rgb(99,145,138); }

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

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

 a { background-color: rgb(99,145,138); }

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

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

 span { border-color: rgb(99,145,138); }

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