#606159

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

Shades of Chicago #606159

Tints of Chicago #606159

Color information

#606159 (or 0x606159) is unknown color: approx Chicago. HEX triplet: 60, 61 and 59. RGB value is (96,97,89). Sum of RGB (Red+Green+Blue) = 96+97+89=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #606159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606159 is #9F9EA6. Grayscale: #5F5F5F. Windows color (decimal): -10460839 or 5857632. OLE color: 5857632.

HSL color Cylindrical-coordinate representation of color #606159: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606159 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB969789-
CMYK0.0100.080.62
HSL67.5º4.3%36.47%-
HSV(B)67.5º8.25%38.04%-
XYZ10.911.7611.15-
YUV95.79124.17128.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 89 (35.16% from 255) = 31.56%
R=34.04%
G=34.40%
B=31.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697890.0100.080.6267.54.336.47
Hex6061591083E44424
Octal140141131101076104444
Binary1100000110000110110011010001111101000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606159; }

 p { color: rgb(96,97,89); }

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

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

 a { background-color: rgb(96,97,89); }

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

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

 span { border-color: rgb(96,97,89); }

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