The standard colour code for a 100k (100,000 ohm) resistor is Brown, Black, Yellow (followed by a Gold or Silver tolerance band) for standard 4-band carbon or metal film resistors. For precision 5-band resistors, the code is Brown, Black, Black, Orange (followed by a Brown or Red tolerance band).

The 100k Resistor Colour Code Reference Table

Resistor color bands are read from left to right, ending with the tolerance band (which is typically spaced wider apart or colored Gold/Silver). Below is the exact breakdown for both standard and precision 100k resistors according to international standards.

Band Position 4-Band 100k (Standard) 5-Band 100k (Precision) Meaning / Multiplier
Band 1 (1st Digit) Brown (1) Brown (1) First significant digit
Band 2 (2nd Digit) Black (0) Black (0) Second significant digit
Band 3 (3rd Digit / Multiplier) Yellow (x10,000) Black (0) 3rd digit (5-band) or Multiplier (4-band)
Band 4 (Multiplier / Tolerance) Gold (±5%) or Silver (±10%) Orange (x1,000) Multiplier (5-band) or Tolerance (4-band)
Band 5 (Tolerance / Temp Co) N/A Brown (±1%) or Red (±2%) Tolerance (5-band)

Calculation check: For the 4-band, 10 (Brown-Black) × 10,000 (Yellow) = 100,000Ω. For the 5-band, 100 (Brown-Black-Black) × 1,000 (Orange) = 100,000Ω.

Regional Standards and the "Rows People Get Wrong"

When dealing with electrical standards, regional variants like NEC (US wiring), IEC 60446 (EU wiring), and old UK (pre-2004 red/black mains) cause endless confusion on the jobsite. However, for passive components, the world is unified under IEC 60062. Older UK equipment (pre-1970s) sometimes followed BS 1852, which utilized identical band colors but occasionally paired them with alphanumeric body stamping (e.g., "100K J"). US military specs (MIL-PRF-55342) add a 6th band for failure rate (e.g., Yellow for 0.1% failure rate per 1,000 hours).

Despite global standardization, bench technicians consistently misread specific rows on the 100k resistor. Here are the most common pitfalls:

  • The Multiplier Shift: In a 4-band 100k, the multiplier is Yellow ($10^4$). In a 5-band 100k, the multiplier is Orange ($10^3$). Swapping these mental models yields 1MΩ or 10kΩ, which will completely break a bias network.
  • Red vs. Orange Fading: Cheap carbon film resistors baked at 85°C+ inside enclosed power supplies often have their Orange band fade to a muddy Red. A 100k 5-band (Brown-Black-Black-Orange) misread as Red becomes a 22k (Brown-Black-Black-Red) — a catastrophic difference in an op-amp feedback loop.
  • Orientation Errors: Gold and Silver are never used as significant digits (Band 1 or 2). Always start reading from the end opposite the Gold/Silver band. If both ends look ambiguous, the tolerance band is usually physically wider or spaced further from the others.
Bench Warning: Never trust color bands on resistors salvaged from old CRT monitors or tube amplifiers. High-voltage carbon composition resistors often suffer from dielectric absorption and internal carbon tracking, shifting their actual resistance by 20% or more despite the bands reading perfectly.

Safe Interpretation When Markings Are Faded or Burnt

When a resistor has been subjected to thermal runaway or harsh flux chemicals, the paint bands will blister or turn entirely black. Do not attempt to scrape the paint off to "guess" the underlying color. Instead, rely on your digital multimeter (DMM), but you must follow proper isolation procedures.

Step 1: Isolate the Component
Measuring a resistor while it is still soldered into a circuit (in-circuit testing) will almost always yield a falsely low reading. This is because your DMM is measuring the 100k resistor in parallel with the rest of the circuit's impedance. According to the parallel resistance formula ($R_{total} = \frac{R_1 \times R_2}{R_1 + R_2}$), if your 100k resistor is in parallel with a 100k pull-down network, your meter will read 50kΩ.

Step 2: Lift One Leg
Desolder and lift at least one leg of the resistor off the PCB pad. This breaks the parallel circuit path.

Step 3: Measure and Account for Lead Resistance
Touch your DMM probes directly to the metal leads. For a 100k resistor, standard test lead resistance (typically 0.2Ω to 0.5Ω) is mathematically negligible. If your meter reads 98.5kΩ on a Gold-banded resistor, it is well within the ±5% tolerance (95kΩ to 105kΩ) and is perfectly safe to reuse. If it reads 120kΩ or "OL" (Open Loop), the internal resistive element has fractured from thermal stress and must be replaced.

100k Resistor Colour Code FAQ

What is the exact colour code for a 100k resistor with 1% tolerance?

A 1% tolerance 100k resistor requires a 5-band format to accommodate the extra significant digit and the tighter tolerance band. The code is Brown, Black, Black, Orange, Brown. The final Brown band indicates ±1%, meaning the actual measured resistance will fall strictly between 99,000Ω and 101,000Ω. These are typically metal film resistors (like the Vishay MRS25 series) rather than carbon film.

Can I use a 100k resistor as an I2C pull-up on an ESP32 or Arduino?

Generally, no. While 100kΩ is a valid pull-up value for simple GPIO button inputs (where it minimizes current draw to ~1.2mA at 3.3V), it is far too weak for I2C communication buses. I2C relies on external pull-up resistors to charge the parasitic capacitance of the bus wires and microcontroller pins. According to SparkFun's I2C guidelines, a 100k resistor combined with standard bus capacitance (often 50pF to 200pF) creates an RC time constant that prevents the voltage from rising fast enough to meet the 300ns maximum rise-time requirement for 400kHz Fast Mode I2C. For I2C, stick to 4.7kΩ or 2.2kΩ resistors.

Why does my brand new 100k resistor measure 95k on my multimeter?

If your resistor has a Gold tolerance band, it is rated for ±5%. This means the manufacturer guarantees the value will be anywhere between 95kΩ and 105kΩ. A reading of 95kΩ is at the absolute edge of the acceptable manufacturing bin, but it is not "broken." However, if you require exact timing or precise voltage division (such as in an analog-to-digital converter voltage divider), you should either buy 1% (Brown tolerance) or 0.1% resistors, or use a multi-turn trimmer potentiometer to dial in the exact value on the bench.