#606256

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

Shades of Chicago #606256

Tints of Chicago #606256

Color information

#606256 (or 0x606256) is unknown color: approx Chicago. HEX triplet: 60, 62 and 56. RGB value is (96,98,86). Sum of RGB (Red+Green+Blue) = 96+98+86=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 98 - color contains mainly: green. Hex color #606256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606256 is #9F9DA9. Grayscale: #606060. Windows color (decimal): -10460586 or 5661280. OLE color: 5661280.

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

Color convert

RGB969886-
CMYK0.0200.120.62
HSL70º6.52%36.08%-
HSV(B)70º12.24%38.43%-
XYZ10.8711.8910.53-
YUV96.03122.34127.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=34.29%
G=35%
B=30.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698860.0200.120.62706.5236.08
Hex60625620C3E46724
Octal140142126201476106744
Binary11000001100010101011010011001111101000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606256; }

 p { color: rgb(96,98,86); }

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

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

 a { background-color: rgb(96,98,86); }

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

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

 span { border-color: rgb(96,98,86); }

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