#606853

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

Shades of Chicago #606853

Tints of Chicago #606853

Color information

#606853 (or 0x606853) is unknown color: approx Chicago. HEX triplet: 60, 68 and 53. RGB value is (96,104,83). Sum of RGB (Red+Green+Blue) = 96+104+83=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #606853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606853 is #9F97AC. Grayscale: #636363. Windows color (decimal): -10459053 or 5466208. OLE color: 5466208.

HSL color Cylindrical-coordinate representation of color #606853: hue angle of 82.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #606853 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB9610483-
CMYK0.0800.200.59
HSL82.86º11.23%36.67%-
HSV(B)82.86º20.19%40.78%-
XYZ11.3413.0110.1-
YUV99.21118.85125.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=33.92%
G=36.75%
B=29.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104830.0800.200.5982.8611.2336.67
Hex60685380143B53b25
Octal14015012310024731231345
Binary110000011010001010011100001010011101110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606853; }

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

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

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

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

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

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

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

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