#648883

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

Shades of Gumbo #648883

Tints of Gumbo #648883

Color information

#648883 (or 0x648883) is unknown color: approx Gumbo. HEX triplet: 64, 88 and 83. RGB value is (100,136,131). Sum of RGB (Red+Green+Blue) = 100+136+131=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #648883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648883 is #9B777C. Grayscale: #7C7C7C. Windows color (decimal): -10188669 or 8620132. OLE color: 8620132.

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

Color convert

RGB100136131-
CMYK0.2600.040.47
HSL171.67º15.25%46.27%-
HSV(B)171.67º26.47%53.33%-
XYZ18.1621.9624.75-
YUV124.67131.57110.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=27.25%
G=37.06%
B=35.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001361310.2600.040.47171.6715.2546.27
Hex6488831A042Facf2e
Octal1442102033204572541756
Binary11001001000100010000011110100100101111101011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648883; }

 p { color: rgb(100,136,131); }

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

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

 a { background-color: rgb(100,136,131); }

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

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

 span { border-color: rgb(100,136,131); }

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