#64675A

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

Shades of Chicago #64675A

Tints of Chicago #64675A

Color information

#64675A (or 0x64675A) is unknown color: approx Chicago. HEX triplet: 64, 67 and 5A. RGB value is (100,103,90). Sum of RGB (Red+Green+Blue) = 100+103+90=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 103 - color contains mainly: green. Hex color #64675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64675A is #9B98A5. Grayscale: #646464. Windows color (decimal): -10197158 or 5924708. OLE color: 5924708.

HSL color Cylindrical-coordinate representation of color #64675A: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #64675A is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB10010390-
CMYK0.0300.130.60
HSL73.85º6.74%37.84%-
HSV(B)73.85º12.62%40.39%-
XYZ11.9513.1511.58-
YUV100.62122.01127.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=34.13%
G=35.15%
B=30.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100103900.0300.130.6073.856.7437.84
Hex64675A30D3C4a726
Octal144147132301574112746
Binary11001001100111101101011011011111001001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,103,90); }

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

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

 a { background-color: rgb(100,103,90); }

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

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

 span { border-color: rgb(100,103,90); }

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