#606653

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

Shades of Chicago #606653

Tints of Chicago #606653

Color information

#606653 (or 0x606653) is unknown color: approx Chicago. HEX triplet: 60, 66 and 53. RGB value is (96,102,83). Sum of RGB (Red+Green+Blue) = 96+102+83=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 102 - color contains mainly: green. Hex color #606653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606653 is #9F99AC. Grayscale: #626262. Windows color (decimal): -10459565 or 5465696. OLE color: 5465696.

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

Color convert

RGB9610283-
CMYK0.0600.190.6
HSL78.95º10.27%36.27%-
HSV(B)78.95º18.63%40%-
XYZ11.1412.6110.03-
YUV98.04119.51126.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=34.16%
G=36.30%
B=29.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96102830.0600.190.678.9510.2736.27
Hex60665360133C4fa24
Octal1401461236023741171244
Binary11000001100110101001111001001111110010011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606653; }

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

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

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

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

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

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

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

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