#668882

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

Shades of Gumbo #668882

Tints of Gumbo #668882

Color information

#668882 (or 0x668882) is unknown color: approx Gumbo. HEX triplet: 66, 88 and 82. RGB value is (102,136,130). Sum of RGB (Red+Green+Blue) = 102+136+130=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #668882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668882 is #99777D. Grayscale: #7D7D7D. Windows color (decimal): -10057598 or 8554598. OLE color: 8554598.

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

Color convert

RGB102136130-
CMYK0.2500.040.47
HSL169.41º14.29%46.67%-
HSV(B)169.41º25%53.33%-
XYZ18.3122.0424.41-
YUV125.15130.74111.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.72%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=27.72%
G=36.96%
B=35.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361300.2500.040.47169.4114.2946.67
Hex66888219042Fa9e2f
Octal1462102023104572511657
Binary11001101000100010000010110010100101111101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668882; }

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

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

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

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

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

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

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

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