#668382

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

Shades of Gumbo #668382

Tints of Gumbo #668382

Color information

#668382 (or 0x668382) is unknown color: approx Gumbo. HEX triplet: 66, 83 and 82. RGB value is (102,131,130). Sum of RGB (Red+Green+Blue) = 102+131+130=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 131 - color contains mainly: green. Hex color #668382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668382 is #997C7D. Grayscale: #7A7A7A. Windows color (decimal): -10058878 or 8553318. OLE color: 8553318.

HSL color Cylindrical-coordinate representation of color #668382: hue angle of 177.93º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668382 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB102131130-
CMYK0.2200.010.49
HSL177.93º12.45%45.69%-
HSV(B)177.93º22.14%51.37%-
XYZ17.6320.6724.18-
YUV122.21132.39113.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=28.10%
G=36.09%
B=35.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311300.2200.010.49177.9312.4545.69
Hex668382160131b2c2e
Octal1462032022601612621456
Binary110011010000011100000101011001110001101100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668382; }

 p { color: rgb(102,131,130); }

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

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

 a { background-color: rgb(102,131,130); }

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

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

 span { border-color: rgb(102,131,130); }

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