#5B614A

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

Shades of Chicago #5B614A

Tints of Chicago #5B614A

Color information

#5B614A (or 0x5B614A) is unknown color: approx Chicago. HEX triplet: 5B, 61 and 4A. RGB value is (91,97,74). Sum of RGB (Red+Green+Blue) = 91+97+74=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #5B614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B614A is #A49EB5. Grayscale: #5C5C5C. Windows color (decimal): -10788534 or 4874587. OLE color: 4874587.

HSL color Cylindrical-coordinate representation of color #5B614A: hue angle of 75.65º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B614A is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB919774-
CMYK0.0600.240.62
HSL75.65º13.45%33.53%-
HSV(B)75.65º23.71%38.04%-
XYZ9.8311.278.14-
YUV92.58117.51126.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=34.73%
G=37.02%
B=28.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197740.0600.240.6275.6513.4533.53
Hex5B614A60183E4cd22
Octal1331411126030761141542
Binary10110111100001100101011001100011111010011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,74); }

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

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

 a { background-color: rgb(91,97,74); }

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

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

 span { border-color: rgb(91,97,74); }

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