Html Css Color HEX #636560 Chicago

📋 copy color: '#636560'

red 99 ◦ green 101 ◦ blue 96

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

Shades of Chicago #636560

Tints of Chicago #636560

RGB

 RED value IS 99 (39.06% from 255) = 33.45%

 GREEN value IS 101 (39.84% from 255) = 34.12%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 33.45%
G = 34.12%
B = 32.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#636560 (or 0x636560) is known color: Chicago. HEX triplet: 63, 65 and 60. RGB value is (99,101,96). Sum of RGB (Red+Green+Blue) = 99+101+96=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 101 - color contains mainly: green. Hex color #636560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636560 is #9C9A9F. Grayscale: #636363. Windows color (decimal): -10263200 or 6317411. OLE color: 6317411.

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

Color convert

RGB 99 101 96 -
CMYK 0.02 0 0.05 0.60
HSL 84º 0.03% 0.39% -
HSV(B) 84º 0.05% 0.4% -
XYZ 11.91 12.8 12.91 -
YUV 99.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 99 101 96 0.02 0 0.05 0.60 84 0.03 0.39
Hex 63 65 60 2 0 5 3C 54 3 27
Octal 143 145 140 2 0 5 74 124 3 47
Binary 1100011 1100101 1100000 10 0 101 111100 1010100 11 100111

Color Harmonies of #636560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636560

Black with #636560

Text Example


Text Example

White with #636560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636560; }

 p { color: rgb(99,101,96); }

 H1.HeaderClassName
 {
   color: #636560;
 }
 .AnyTagClassName
 {
   color: #636560;
 }
</style>

background-color css

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

 a { background-color: rgb(99,101,96); }

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

border-color css

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

 span { border-color: rgb(99,101,96); }

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