#606852

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

Shades of Chicago #606852

Tints of Chicago #606852

Color information

#606852 (or 0x606852) is unknown color: approx Chicago. HEX triplet: 60, 68 and 52. RGB value is (96,104,82). Sum of RGB (Red+Green+Blue) = 96+104+82=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #606852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606852 is #9F97AD. Grayscale: #636363. Windows color (decimal): -10459054 or 5400672. OLE color: 5400672.

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

Color convert

RGB9610482-
CMYK0.0800.210.59
HSL81.82º11.83%36.47%-
HSV(B)81.82º21.15%40.78%-
XYZ11.3139.9-
YUV99.1118.35125.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=34.04%
G=36.88%
B=29.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104820.0800.210.5981.8211.8336.47
Hex60685280153B52c24
Octal14015012210025731221444
Binary110000011010001010010100001010111101110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606852; }

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

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

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

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

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

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

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

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