#666A5D

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

Shades of Chicago #666A5D

Tints of Chicago #666A5D

Color information

#666A5D (or 0x666A5D) is unknown color: approx Chicago. HEX triplet: 66, 6A and 5D. RGB value is (102,106,93). Sum of RGB (Red+Green+Blue) = 102+106+93=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 106 - color contains mainly: green. Hex color #666A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A5D is #9995A2. Grayscale: #676767. Windows color (decimal): -10065315 or 6122086. OLE color: 6122086.

HSL color Cylindrical-coordinate representation of color #666A5D: hue angle of 78.46º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666A5D is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB10210693-
CMYK0.0400.120.58
HSL78.46º6.53%39.02%-
HSV(B)78.46º12.26%41.57%-
XYZ12.6113.9212.38-
YUV103.32122.17127.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=33.89%
G=35.22%
B=30.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102106930.0400.120.5878.466.5339.02
Hex666A5D40C3A4e727
Octal146152135401472116747
Binary110011011010101011101100011001110101001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666A5D; }

 p { color: rgb(102,106,93); }

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

<style>
 a { background-color: #666A5D; }

 a { background-color: rgb(102,106,93); }

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

<style>
 span { border-color: #666A5D; }

 span { border-color: rgb(102,106,93); }

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