#5B6349

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

Shades of Chicago #5B6349

Tints of Chicago #5B6349

Color information

#5B6349 (or 0x5B6349) is unknown color: approx Chicago. HEX triplet: 5B, 63 and 49. RGB value is (91,99,73). Sum of RGB (Red+Green+Blue) = 91+99+73=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6349 is #A49CB6. Grayscale: #5D5D5D. Windows color (decimal): -10788023 or 4809563. OLE color: 4809563.

HSL color Cylindrical-coordinate representation of color #5B6349: hue angle of 78.46º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B6349 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB919973-
CMYK0.0800.260.61
HSL78.46º15.12%33.73%-
HSV(B)78.46º26.26%38.82%-
XYZ9.9811.638.02-
YUV93.64116.35126.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.60%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=34.60%
G=37.64%
B=27.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9199730.0800.260.6178.4615.1233.73
Hex5B6349801A3D4ef22
Octal13314311110032751161742
Binary101101111000111001001100001101011110110011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,99,73); }

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

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

 a { background-color: rgb(91,99,73); }

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

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

 span { border-color: rgb(91,99,73); }

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