#648582

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

Shades of Gumbo #648582

Tints of Gumbo #648582

Color information

#648582 (or 0x648582) is unknown color: approx Gumbo. HEX triplet: 64, 85 and 82. RGB value is (100,133,130). Sum of RGB (Red+Green+Blue) = 100+133+130=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #648582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648582 is #9B7A7D. Grayscale: #7A7A7A. Windows color (decimal): -10189438 or 8553828. OLE color: 8553828.

HSL color Cylindrical-coordinate representation of color #648582: hue angle of 174.55º 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 #648582 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB100133130-
CMYK0.2500.020.48
HSL174.55º14.16%45.69%-
HSV(B)174.55º24.81%52.16%-
XYZ17.6721.124.26-
YUV122.79132.07111.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.55%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=27.55%
G=36.64%
B=35.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331300.2500.020.48174.5514.1645.69
Hex648582190230afe2e
Octal1442052023102602571656
Binary1100100100001011000001011001010110000101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648582; }

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

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

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

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

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

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

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

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