#596249

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

Shades of Chicago #596249

Tints of Chicago #596249

Color information

#596249 (or 0x596249) is unknown color: approx Chicago. HEX triplet: 59, 62 and 49. RGB value is (89,98,73). Sum of RGB (Red+Green+Blue) = 89+98+73=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #596249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596249 is #A69DB6. Grayscale: #5C5C5C. Windows color (decimal): -10919351 or 4809305. OLE color: 4809305.

HSL color Cylindrical-coordinate representation of color #596249: hue angle of 81.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596249 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB899873-
CMYK0.0900.260.62
HSL81.6º14.62%33.53%-
HSV(B)81.6º25.51%38.43%-
XYZ9.6911.347.98-
YUV92.46117.02125.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.23%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 73 (28.91% from 255) = 28.08%
R=34.23%
G=37.69%
B=28.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8998730.0900.260.6281.614.6233.53
Hex596249901A3E52f22
Octal13114211111032761221742
Binary101100111000101001001100101101011111010100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596249; }

 p { color: rgb(89,98,73); }

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

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

 a { background-color: rgb(89,98,73); }

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

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

 span { border-color: rgb(89,98,73); }

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