#648683

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

Shades of Gumbo #648683

Tints of Gumbo #648683

Color information

#648683 (or 0x648683) is unknown color: approx Gumbo. HEX triplet: 64, 86 and 83. RGB value is (100,134,131). Sum of RGB (Red+Green+Blue) = 100+134+131=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #648683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648683 is #9B797C. Grayscale: #7B7B7B. Windows color (decimal): -10189181 or 8619620. OLE color: 8619620.

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

Color convert

RGB100134131-
CMYK0.2500.020.47
HSL174.71º14.53%45.88%-
HSV(B)174.71º25.37%52.55%-
XYZ17.8821.424.66-
YUV123.49132.24111.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 131 (51.56% from 255) = 35.89%
R=27.40%
G=36.71%
B=35.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341310.2500.020.47174.7114.5345.88
Hex64868319022Faff2e
Octal1442062033102572571756
Binary1100100100001101000001111001010101111101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648683; }

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

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

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

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

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

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

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

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