#606355

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

Shades of Chicago #606355

Tints of Chicago #606355

Color information

#606355 (or 0x606355) is unknown color: approx Chicago. HEX triplet: 60, 63 and 55. RGB value is (96,99,85). Sum of RGB (Red+Green+Blue) = 96+99+85=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #606355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606355 is #9F9CAA. Grayscale: #606060. Windows color (decimal): -10460331 or 5596000. OLE color: 5596000.

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

Color convert

RGB969985-
CMYK0.0300.140.61
HSL72.86º7.61%36.08%-
HSV(B)72.86º14.14%38.82%-
XYZ10.9312.0710.35-
YUV96.51121.51127.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=34.29%
G=35.36%
B=30.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699850.0300.140.6172.867.6136.08
Hex60635530E3D49824
Octal1401431253016751111044
Binary110000011000111010101110111011110110010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606355; }

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

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

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

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

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

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

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

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