#5E6650

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

Shades of Chicago #5E6650

Tints of Chicago #5E6650

Color information

#5E6650 (or 0x5E6650) is unknown color: approx Chicago. HEX triplet: 5E, 66 and 50. RGB value is (94,102,80). Sum of RGB (Red+Green+Blue) = 94+102+80=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6650 is #A199AF. Grayscale: #616161. Windows color (decimal): -10590640 or 5269086. OLE color: 5269086.

HSL color Cylindrical-coordinate representation of color #5E6650: hue angle of 81.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E6650 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB9410280-
CMYK0.0800.220.6
HSL81.82º12.09%35.69%-
HSV(B)81.82º21.57%40%-
XYZ10.8212.469.42-
YUV97.1118.35125.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.06%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 80 (31.64% from 255) = 28.99%
R=34.06%
G=36.96%
B=28.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94102800.0800.220.681.8212.0935.69
Hex5E665080163C52c24
Octal13614612010026741221444
Binary101111011001101010000100001011011110010100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6650; }

 p { color: rgb(94,102,80); }

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

<style>
 a { background-color: #5E6650; }

 a { background-color: rgb(94,102,80); }

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

<style>
 span { border-color: #5E6650; }

 span { border-color: rgb(94,102,80); }

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