#606951

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

Shades of Chicago #606951

Tints of Chicago #606951

Color information

#606951 (or 0x606951) is unknown color: approx Chicago. HEX triplet: 60, 69 and 51. RGB value is (96,105,81). Sum of RGB (Red+Green+Blue) = 96+105+81=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 105 - color contains mainly: green. Hex color #606951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606951 is #9F96AE. Grayscale: #636363. Windows color (decimal): -10458799 or 5335392. OLE color: 5335392.

HSL color Cylindrical-coordinate representation of color #606951: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #606951 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB9610581-
CMYK0.0900.230.59
HSL82.5º12.9%36.47%-
HSV(B)82.5º22.86%41.18%-
XYZ11.3613.189.73-
YUV99.57117.52125.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=34.04%
G=37.23%
B=28.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96105810.0900.230.5982.512.936.47
Hex60695190173B52d24
Octal14015112111027731221544
Binary110000011010011010001100101011111101110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606951; }

 p { color: rgb(96,105,81); }

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

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

 a { background-color: rgb(96,105,81); }

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

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

 span { border-color: rgb(96,105,81); }

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