#606650

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

Shades of Chicago #606650

Tints of Chicago #606650

Color information

#606650 (or 0x606650) is unknown color: approx Chicago. HEX triplet: 60, 66 and 50. RGB value is (96,102,80). Sum of RGB (Red+Green+Blue) = 96+102+80=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 102 - color contains mainly: green. Hex color #606650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606650 is #9F99AF. Grayscale: #616161. Windows color (decimal): -10459568 or 5269088. OLE color: 5269088.

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

Color convert

RGB9610280-
CMYK0.0600.220.6
HSL76.36º12.09%35.69%-
HSV(B)76.36º21.57%40%-
XYZ11.0212.579.43-
YUV97.7118.01126.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=34.53%
G=36.69%
B=28.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96102800.0600.220.676.3612.0935.69
Hex60665060163C4cc24
Octal1401461206026741141444
Binary11000001100110101000011001011011110010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606650; }

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

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

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

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

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

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

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

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