This document summarizes a research paper that proposes a new face recognition method capable of recognizing faces with expressions, glasses, and/or rotation. The method uses variance estimation of the red, green, and blue color components to compare extracted faces to those in a database. It also uses Euclidean distance to compare extracted facial features (eyes, nose, mouth) to those in the database. The method is divided into three steps: 1) variance estimation of color components, 2) facial feature extraction based on feature locations, and 3) identifying similar faces by scanning the database. Experimental results showed the method achieved good accuracy, speed, and used simple computations for face recognition.