#648584

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

Shades of Gumbo #648584

Tints of Gumbo #648584

Color information

#648584 (or 0x648584) is unknown color: approx Gumbo. HEX triplet: 64, 85 and 84. RGB value is (100,133,132). Sum of RGB (Red+Green+Blue) = 100+133+132=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #648584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648584 is #9B7A7B. Grayscale: #7A7A7A. Windows color (decimal): -10189436 or 8684900. OLE color: 8684900.

HSL color Cylindrical-coordinate representation of color #648584: hue angle of 178.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648584 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB100133132-
CMYK0.2500.010.48
HSL178.18º14.16%45.69%-
HSV(B)178.18º24.81%52.16%-
XYZ17.8121.1524.97-
YUV123.02133.07111.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=27.40%
G=36.44%
B=36.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331320.2500.010.48178.1814.1645.69
Hex648584190130b2e2e
Octal1442052043101602621656
Binary110010010000101100001001100101110000101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648584; }

 p { color: rgb(100,133,132); }

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

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

 a { background-color: rgb(100,133,132); }

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

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

 span { border-color: rgb(100,133,132); }

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