#668786

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

Shades of Gumbo #668786

Tints of Gumbo #668786

Color information

#668786 (or 0x668786) is unknown color: approx Gumbo. HEX triplet: 66, 87 and 86. RGB value is (102,135,134). Sum of RGB (Red+Green+Blue) = 102+135+134=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #668786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668786 is #997879. Grayscale: #7C7C7C. Windows color (decimal): -10057850 or 8816486. OLE color: 8816486.

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

Color convert

RGB102135134-
CMYK0.2400.010.47
HSL178.18º13.92%46.47%-
HSV(B)178.18º24.44%52.94%-
XYZ18.4521.8725.8-
YUV125.02133.07111.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=27.49%
G=36.39%
B=36.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351340.2400.010.47178.1813.9246.47
Hex66878618012Fb2e2e
Octal1462072063001572621656
Binary110011010000111100001101100001101111101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668786; }

 p { color: rgb(102,135,134); }

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

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

 a { background-color: rgb(102,135,134); }

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

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

 span { border-color: rgb(102,135,134); }

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