#63918B

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

Shades of Gumbo #63918B

Tints of Gumbo #63918B

Color information

#63918B (or 0x63918B) is unknown color: approx Gumbo. HEX triplet: 63, 91 and 8B. RGB value is (99,145,139). Sum of RGB (Red+Green+Blue) = 99+145+139=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #63918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63918B is #9C6E74. Grayscale: #828282. Windows color (decimal): -10251893 or 9146723. OLE color: 9146723.

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

Color convert

RGB99145139-
CMYK0.3200.040.43
HSL172.17º18.85%47.84%-
HSV(B)172.17º31.72%56.86%-
XYZ19.9324.7728.16-
YUV130.56132.76105.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.85%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=25.85%
G=37.86%
B=36.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451390.3200.040.43172.1718.8547.84
Hex63918B20042Bac1330
Octal1432212134004532542360
Binary1100011100100011000101110000001001010111010110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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