#63948D

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

Shades of Gumbo #63948D

Tints of Gumbo #63948D

Color information

#63948D (or 0x63948D) is unknown color: approx Gumbo. HEX triplet: 63, 94 and 8D. RGB value is (99,148,141). Sum of RGB (Red+Green+Blue) = 99+148+141=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #63948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63948D is #9C6B72. Grayscale: #848484. Windows color (decimal): -10251123 or 9278563. OLE color: 9278563.

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

Color convert

RGB99148141-
CMYK0.3300.050.42
HSL171.43º19.84%48.43%-
HSV(B)171.43º33.11%58.04%-
XYZ20.5425.7629.09-
YUV132.55132.77104.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=25.52%
G=38.14%
B=36.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481410.3300.050.42171.4319.8448.43
Hex63948D21052Aab1430
Octal1432242154105522532460
Binary1100011100101001000110110000101011010101010101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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