#60615D

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

Shades of Chicago #60615D

Tints of Chicago #60615D

Color information

#60615D (or 0x60615D) is unknown color: approx Chicago. HEX triplet: 60, 61 and 5D. RGB value is (96,97,93). Sum of RGB (Red+Green+Blue) = 96+97+93=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 97 - color contains mainly: green. Hex color #60615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60615D is #9F9EA2. Grayscale: #606060. Windows color (decimal): -10460835 or 6119776. OLE color: 6119776.

HSL color Cylindrical-coordinate representation of color #60615D: hue angle of 75º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #60615D is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB969793-
CMYK0.0100.040.62
HSL75º2.11%37.25%-
HSV(B)75º4.12%38.04%-
XYZ11.0711.8312.05-
YUV96.24126.17127.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=33.57%
G=33.92%
B=32.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697930.0100.040.62752.1137.25
Hex60615D1043E4b225
Octal14014113510476113245
Binary11000001100001101110110100111110100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60615D; }

 p { color: rgb(96,97,93); }

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

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

 a { background-color: rgb(96,97,93); }

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

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

 span { border-color: rgb(96,97,93); }

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