#63918C

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

Shades of Gumbo #63918C

Tints of Gumbo #63918C

Color information

#63918C (or 0x63918C) is unknown color: approx Gumbo. HEX triplet: 63, 91 and 8C. RGB value is (99,145,140). Sum of RGB (Red+Green+Blue) = 99+145+140=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #63918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63918C is #9C6E73. Grayscale: #828282. Windows color (decimal): -10251892 or 9212259. OLE color: 9212259.

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

Color convert

RGB99145140-
CMYK0.3200.030.43
HSL173.48º18.85%47.84%-
HSV(B)173.48º31.72%56.86%-
XYZ2024.828.54-
YUV130.68133.26105.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.78%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=25.78%
G=37.76%
B=36.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451400.3200.030.43173.4818.8547.84
Hex63918C20032Bad1330
Octal1432212144003532552360
Binary110001110010001100011001000000111010111010110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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