#668785

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

Shades of Gumbo #668785

Tints of Gumbo #668785

Color information

#668785 (or 0x668785) is unknown color: approx Gumbo. HEX triplet: 66, 87 and 85. RGB value is (102,135,133). Sum of RGB (Red+Green+Blue) = 102+135+133=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #668785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668785 is #99787A. Grayscale: #7C7C7C. Windows color (decimal): -10057851 or 8750950. OLE color: 8750950.

HSL color Cylindrical-coordinate representation of color #668785: hue angle of 176.36º 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 #668785 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB102135133-
CMYK0.2400.010.47
HSL176.36º13.92%46.47%-
HSV(B)176.36º24.44%52.94%-
XYZ18.3821.8525.44-
YUV124.9132.57111.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.57%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=27.57%
G=36.49%
B=35.95%

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
Decimal1021351330.2400.010.47176.3613.9246.47
Hex66878518012Fb0e2e
Octal1462072053001572601656
Binary110011010000111100001011100001101111101100001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668785; }

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

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

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

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

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

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

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

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