#638884

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

Shades of Gumbo #638884

Tints of Gumbo #638884

Color information

#638884 (or 0x638884) is unknown color: approx Gumbo. HEX triplet: 63, 88 and 84. RGB value is (99,136,132). Sum of RGB (Red+Green+Blue) = 99+136+132=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #638884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638884 is #9C777B. Grayscale: #7C7C7C. Windows color (decimal): -10254204 or 8685667. OLE color: 8685667.

HSL color Cylindrical-coordinate representation of color #638884: hue angle of 173.51º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638884 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB99136132-
CMYK0.2700.030.47
HSL173.51º15.74%46.08%-
HSV(B)173.51º27.21%53.33%-
XYZ18.1121.9325.11-
YUV124.48132.24109.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=26.98%
G=37.06%
B=35.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991361320.2700.030.47173.5115.7446.08
Hex6388841B032Fae102e
Octal1432102043303572562056
Binary11000111000100010000100110110111011111010111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638884; }

 p { color: rgb(99,136,132); }

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

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

 a { background-color: rgb(99,136,132); }

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

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

 span { border-color: rgb(99,136,132); }

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