Html Css Color HEX #5B6349 Chicago

📋 copy color: '#5B6349'

red 91 ◦ green 99 ◦ blue 73

#5B6349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chicago #5B6349

Tints of Chicago #5B6349

RGB

 RED value IS 91 (35.94% from 255) = 34.6%

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 34.6%
G = 37.64%
B = 27.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#5B6349 (or 0x5B6349) is known color: 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

RGB 91 99 73 -
CMYK 0.08 0 0.26 0.61
HSL 78.46º 0.15% 0.34% -
HSV(B) 78.46º 0.26% 0.39% -
XYZ 9.98 11.63 8.02 -
YUV 93.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 91 99 73 0.08 0 0.26 0.61 78.46 0.15 0.34
Hex 5B 63 49 8 0 1A 3D 4E F 22
Octal 133 143 111 10 0 32 75 116 17 42
Binary 1011011 1100011 1001001 1000 0 11010 111101 1001110 1111 100010

Color Harmonies of #5B6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6349

Black with #5B6349

Text Example


Text Example

White with #5B6349

Text Example


Text Example

HTML Codes & Css Web 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>