#606855

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

Shades of Chicago #606855

Tints of Chicago #606855

Color information

#606855 (or 0x606855) is unknown color: approx Chicago. HEX triplet: 60, 68 and 55. RGB value is (96,104,85). Sum of RGB (Red+Green+Blue) = 96+104+85=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #606855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606855 is #9F97AA. Grayscale: #636363. Windows color (decimal): -10459051 or 5597280. OLE color: 5597280.

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

Color convert

RGB9610485-
CMYK0.0800.180.59
HSL85.26º10.05%37.06%-
HSV(B)85.26º18.27%40.78%-
XYZ11.4113.0410.51-
YUV99.44119.85125.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 85 (33.59% from 255) = 29.82%
R=33.68%
G=36.49%
B=29.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104850.0800.180.5985.2610.0537.06
Hex60685580123B55a25
Octal14015012510022731251245
Binary110000011010001010101100001001011101110101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606855; }

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

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

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

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

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

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

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

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