#666B5A

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

Shades of Chicago #666B5A

Tints of Chicago #666B5A

Color information

#666B5A (or 0x666B5A) is unknown color: approx Chicago. HEX triplet: 66, 6B and 5A. RGB value is (102,107,90). Sum of RGB (Red+Green+Blue) = 102+107+90=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 107 - color contains mainly: green. Hex color #666B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B5A is #9994A5. Grayscale: #676767. Windows color (decimal): -10065062 or 5925734. OLE color: 5925734.

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

Color convert

RGB10210790-
CMYK0.0500.160.58
HSL77.65º8.63%38.63%-
HSV(B)77.65º15.89%41.96%-
XYZ12.5814.0811.73-
YUV103.57120.34126.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=34.11%
G=35.79%
B=30.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107900.0500.160.5877.658.6338.63
Hex666B5A50103A4e927
Octal1461531325020721161147
Binary11001101101011101101010101000011101010011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,107,90); }

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

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

 a { background-color: rgb(102,107,90); }

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

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

 span { border-color: rgb(102,107,90); }

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