#61655B

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

Shades of Chicago #61655B

Tints of Chicago #61655B

Color information

#61655B (or 0x61655B) is unknown color: approx Chicago. HEX triplet: 61, 65 and 5B. RGB value is (97,101,91). Sum of RGB (Red+Green+Blue) = 97+101+91=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 101 - color contains mainly: green. Hex color #61655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61655B is #9E9AA4. Grayscale: #626262. Windows color (decimal): -10394277 or 5989729. OLE color: 5989729.

HSL color Cylindrical-coordinate representation of color #61655B: hue angle of 84º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61655B is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB9710191-
CMYK0.0400.100.60
HSL84º5.21%37.65%-
HSV(B)84º9.9%39.61%-
XYZ11.4712.611.73-
YUV98.66123.67126.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=33.56%
G=34.95%
B=31.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101910.0400.100.60845.2137.65
Hex61655B40A3C54526
Octal141145133401274124546
Binary110000111001011011011100010101111001010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61655B; }

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

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

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

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

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

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

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

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