#60615E

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

Shades of Chicago #60615E

Tints of Chicago #60615E

Color information

#60615E (or 0x60615E) is unknown color: approx Chicago. HEX triplet: 60, 61 and 5E. RGB value is (96,97,94). Sum of RGB (Red+Green+Blue) = 96+97+94=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 97 - color contains mainly: green. Hex color #60615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60615E is #9F9EA1. Grayscale: #606060. Windows color (decimal): -10460834 or 6185312. OLE color: 6185312.

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

Color convert

RGB969794-
CMYK0.0100.030.62
HSL80º1.57%37.45%-
HSV(B)80º3.09%38.04%-
XYZ11.1211.8412.29-
YUV96.36126.67127.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=33.45%
G=33.80%
B=32.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697940.0100.030.62801.5737.45
Hex60615E1033E50225
Octal14014113610376120245
Binary1100000110000110111101011111110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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