#666860

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

Shades of Chicago #666860

Tints of Chicago #666860

Color information

#666860 (or 0x666860) is unknown color: approx Chicago. HEX triplet: 66, 68 and 60. RGB value is (102,104,96). Sum of RGB (Red+Green+Blue) = 102+104+96=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 104 - color contains mainly: green. Hex color #666860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666860 is #99979F. Grayscale: #666666. Windows color (decimal): -10065824 or 6318182. OLE color: 6318182.

HSL color Cylindrical-coordinate representation of color #666860: hue angle of 75º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666860 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB10210496-
CMYK0.0200.080.59
HSL75º4%39.22%-
HSV(B)75º7.69%40.78%-
XYZ12.5413.5713.02-
YUV102.49124.34127.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=33.77%
G=34.44%
B=31.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104960.0200.080.5975439.22
Hex6668602083B4b427
Octal146150140201073113447
Binary11001101101000110000010010001110111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666860; }

 p { color: rgb(102,104,96); }

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

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

 a { background-color: rgb(102,104,96); }

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

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

 span { border-color: rgb(102,104,96); }

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