#606356

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

Shades of Chicago #606356

Tints of Chicago #606356

Color information

#606356 (or 0x606356) is unknown color: approx Chicago. HEX triplet: 60, 63 and 56. RGB value is (96,99,86). Sum of RGB (Red+Green+Blue) = 96+99+86=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 99 - color contains mainly: green. Hex color #606356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606356 is #9F9CA9. Grayscale: #606060. Windows color (decimal): -10460330 or 5661536. OLE color: 5661536.

HSL color Cylindrical-coordinate representation of color #606356: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606356 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB969986-
CMYK0.0300.130.61
HSL73.85º7.03%36.27%-
HSV(B)73.85º13.13%38.82%-
XYZ10.9712.0810.56-
YUV96.62122.01127.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=34.16%
G=35.23%
B=30.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699860.0300.130.6173.857.0336.27
Hex60635630D3D4a724
Octal140143126301575112744
Binary11000001100011101011011011011111011001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606356; }

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

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

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

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

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

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

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

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