#60635C

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

Shades of Chicago #60635C

Tints of Chicago #60635C

Color information

#60635C (or 0x60635C) is unknown color: approx Chicago. HEX triplet: 60, 63 and 5C. RGB value is (96,99,92). Sum of RGB (Red+Green+Blue) = 96+99+92=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #60635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60635C is #9F9CA3. Grayscale: #616161. Windows color (decimal): -10460324 or 6054752. OLE color: 6054752.

HSL color Cylindrical-coordinate representation of color #60635C: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #60635C is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB969992-
CMYK0.0300.070.61
HSL85.71º3.66%37.45%-
HSV(B)85.71º7.07%38.82%-
XYZ11.2212.1811.89-
YUV97.3125.01127.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=33.45%
G=34.49%
B=32.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699920.0300.070.6185.713.6637.45
Hex60635C3073D56425
Octal14014313430775126445
Binary1100000110001110111001101111111011010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60635C; }

 p { color: rgb(96,99,92); }

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

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

 a { background-color: rgb(96,99,92); }

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

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

 span { border-color: rgb(96,99,92); }

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