#606453

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

Shades of Chicago #606453

Tints of Chicago #606453

Color information

#606453 (or 0x606453) is unknown color: approx Chicago. HEX triplet: 60, 64 and 53. RGB value is (96,100,83). Sum of RGB (Red+Green+Blue) = 96+100+83=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 100 - color contains mainly: green. Hex color #606453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606453 is #9F9BAC. Grayscale: #606060. Windows color (decimal): -10460077 or 5465184. OLE color: 5465184.

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

Color convert

RGB9610083-
CMYK0.0400.170.61
HSL74.12º9.29%35.88%-
HSV(B)74.12º17%39.22%-
XYZ10.9412.239.97-
YUV96.87120.17127.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=34.41%
G=35.84%
B=29.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96100830.0400.170.6174.129.2935.88
Hex60645340113D4a924
Octal1401441234021751121144
Binary11000001100100101001110001000111110110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606453; }

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

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

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

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

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

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

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

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