#638D8A

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

Shades of Gumbo #638D8A

Tints of Gumbo #638D8A

Color information

#638D8A (or 0x638D8A) is unknown color: approx Gumbo. HEX triplet: 63, 8D and 8A. RGB value is (99,141,138). Sum of RGB (Red+Green+Blue) = 99+141+138=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #638D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638D8A is #9C7275. Grayscale: #808080. Windows color (decimal): -10252918 or 9080163. OLE color: 9080163.

HSL color Cylindrical-coordinate representation of color #638D8A: hue angle of 175.71º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #638D8A is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB99141138-
CMYK0.3000.020.45
HSL175.71º17.5%47.06%-
HSV(B)175.71º29.79%55.29%-
XYZ19.2623.5427.57-
YUV128.1133.59107.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=26.19%
G=37.30%
B=36.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991411380.3000.020.45175.7117.547.06
Hex638D8A1E022Db0122f
Octal1432152123602552602257
Binary11000111000110110001010111100101011011011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638D8A; }

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

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

<style>
 a { background-color: #638D8A; }

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

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

<style>
 span { border-color: #638D8A; }

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

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