#64685C

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

Shades of Chicago #64685C

Tints of Chicago #64685C

Color information

#64685C (or 0x64685C) is unknown color: approx Chicago. HEX triplet: 64, 68 and 5C. RGB value is (100,104,92). Sum of RGB (Red+Green+Blue) = 100+104+92=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 104 - color contains mainly: green. Hex color #64685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64685C is #9B97A3. Grayscale: #656565. Windows color (decimal): -10196900 or 6056036. OLE color: 6056036.

HSL color Cylindrical-coordinate representation of color #64685C: hue angle of 80º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64685C is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB10010492-
CMYK0.0400.120.59
HSL80º6.12%38.43%-
HSV(B)80º11.54%40.78%-
XYZ12.1413.3812.07-
YUV101.44122.67126.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=33.78%
G=35.14%
B=31.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104920.0400.120.59806.1238.43
Hex64685C40C3B50626
Octal144150134401473120646
Binary110010011010001011100100011001110111010000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,104,92); }

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

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

 a { background-color: rgb(100,104,92); }

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

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

 span { border-color: rgb(100,104,92); }

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