#63908B

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

Shades of Gumbo #63908B

Tints of Gumbo #63908B

Color information

#63908B (or 0x63908B) is unknown color: approx Gumbo. HEX triplet: 63, 90 and 8B. RGB value is (99,144,139). Sum of RGB (Red+Green+Blue) = 99+144+139=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #63908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63908B is #9C6F74. Grayscale: #818181. Windows color (decimal): -10252149 or 9146467. OLE color: 9146467.

HSL color Cylindrical-coordinate representation of color #63908B: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63908B is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB99144139-
CMYK0.3100.030.44
HSL173.33º18.52%47.65%-
HSV(B)173.33º31.25%56.47%-
XYZ19.7824.4628.11-
YUV129.98133.09105.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.92%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=25.92%
G=37.70%
B=36.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991441390.3100.030.44173.3318.5247.65
Hex63908B1F032Cad1330
Octal1432202133703542552360
Binary11000111001000010001011111110111011001010110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63908B; }

 p { color: rgb(99,144,139); }

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

<style>
 a { background-color: #63908B; }

 a { background-color: rgb(99,144,139); }

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

<style>
 span { border-color: #63908B; }

 span { border-color: rgb(99,144,139); }

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