#606655

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

Shades of Chicago #606655

Tints of Chicago #606655

Color information

#606655 (or 0x606655) is unknown color: approx Chicago. HEX triplet: 60, 66 and 55. RGB value is (96,102,85). Sum of RGB (Red+Green+Blue) = 96+102+85=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #606655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606655 is #9F99AA. Grayscale: #626262. Windows color (decimal): -10459563 or 5596768. OLE color: 5596768.

HSL color Cylindrical-coordinate representation of color #606655: hue angle of 81.18º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606655 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB9610285-
CMYK0.0600.170.6
HSL81.18º9.09%36.67%-
HSV(B)81.18º16.67%40%-
XYZ11.2112.6510.44-
YUV98.27120.51126.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=33.92%
G=36.04%
B=30.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96102850.0600.170.681.189.0936.67
Hex60665560113C51925
Octal1401461256021741211145
Binary11000001100110101010111001000111110010100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606655; }

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

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

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

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

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

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

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

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