#60635A

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

Shades of Chicago #60635A

Tints of Chicago #60635A

Color information

#60635A (or 0x60635A) is unknown color: approx Chicago. HEX triplet: 60, 63 and 5A. RGB value is (96,99,90). Sum of RGB (Red+Green+Blue) = 96+99+90=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 99 - color contains mainly: green. Hex color #60635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60635A is #9F9CA5. Grayscale: #616161. Windows color (decimal): -10460326 or 5923680. OLE color: 5923680.

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

Color convert

RGB969990-
CMYK0.0300.090.61
HSL80º4.76%37.06%-
HSV(B)80º9.09%38.82%-
XYZ11.1312.1511.43-
YUV97.08124.01127.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=33.68%
G=34.74%
B=31.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9699900.0300.090.61804.7637.06
Hex60635A3093D50525
Octal140143132301175120545
Binary11000001100011101101011010011111011010000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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