Html Css Color HEX #636461 Chicago

📋 copy color: '#636461'

red 99 ◦ green 100 ◦ blue 97

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

Shades of Chicago #636461

Tints of Chicago #636461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 33.45%
G = 33.78%
B = 32.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#636461 (or 0x636461) is known color: Chicago. HEX triplet: 63, 64 and 61. RGB value is (99,100,97). Sum of RGB (Red+Green+Blue) = 99+100+97=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 100 - color contains mainly: green. Hex color #636461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636461 is #9C9B9E. Grayscale: #636363. Windows color (decimal): -10263455 or 6382691. OLE color: 6382691.

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

Color convert

RGB 99 100 97 -
CMYK 0.01 0 0.03 0.61
HSL 80º 0.02% 0.39% -
HSV(B) 80º 0.03% 0.39% -
XYZ 11.86 12.63 13.12 -
YUV 99.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 99 100 97 0.01 0 0.03 0.61 80 0.02 0.39
Hex 63 64 61 1 0 3 3D 50 2 27
Octal 143 144 141 1 0 3 75 120 2 47
Binary 1100011 1100100 1100001 1 0 11 111101 1010000 10 100111

Color Harmonies of #636461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636461

Black with #636461

Text Example


Text Example

White with #636461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636461; }

 p { color: rgb(99,100,97); }

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

background-color css

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

 a { background-color: rgb(99,100,97); }

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

border-color css

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

 span { border-color: rgb(99,100,97); }

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