The color code for a 100k resistor depends entirely on the tolerance band count of the component you are holding. For a standard 4-band through-hole resistor (5% tolerance), the colors are Brown, Black, Yellow, Gold. For a precision 5-band resistor (1% tolerance), the colors are Brown, Black, Black, Orange, Brown. If you are working with military-spec or legacy 5% resistors, you may also see a 4-band sequence ending in Silver (10% tolerance) or no tolerance band at all (20% tolerance).

The 100k Resistor Color Code Reference Table

The global standard for through-hole resistor color coding is IEC 60062. This standard dictates the numerical values assigned to each color band. Below is the exact breakdown for the 100,000-ohm (100kΩ) value across the three most common physical formats you will encounter on the bench.

IEC 60062 Color Code Breakdown for 100kΩ
Band Format Band 1 (Digit 1) Band 2 (Digit 2) Band 3 (Digit 3) Multiplier Tolerance Resulting Value
4-Band (Standard 5%) Brown (1) Black (0) N/A Yellow (x10,000) Gold (±5%) 100,000Ω ±5kΩ
5-Band (Precision 1%) Brown (1) Black (0) Black (0) Orange (x1,000) Brown (±1%) 100,000Ω ±1kΩ
4-Band (Legacy 10%) Brown (1) Black (0) N/A Yellow (x10,000) Silver (±10%) 100,000Ω ±10kΩ
4-Band (MIL-SPEC 5%) Brown (1) Black (0) N/A Yellow (x10,000) Gold (±5%) + Reliability Band 100,000Ω (MIL-PRF-55182)

Note: Always read the bands starting from the end closest to the lead wire. The tolerance band (Gold, Silver, Brown, or Red) is typically spaced slightly further apart from the significant digit bands and is positioned on the right when reading left-to-right.

Decoding the Bands and the 'Rows People Get Wrong'

Reading a 100k resistor requires understanding how the significant digits interact with the multiplier. In the 4-band version, Brown (1) and Black (0) give you the base number '10'. The Yellow multiplier band represents 104 (or 10,000). Multiplying 10 by 10,000 yields 100,000 ohms. In the 5-band version, you add a third significant digit: Brown (1), Black (0), Black (0) gives you '100', which is then multiplied by Orange (103 or 1,000) to reach 100,000 ohms.

Warning: The 'Rows People Get Wrong'
  • Black as a Multiplier vs. Digit: In a 5-band 100k resistor, the third band is Black (0). Beginners often confuse a Black multiplier (which means x1) with a Black significant digit (which means 0). If you read the 5-band sequence as 1-0-x1, you will calculate 10 ohms instead of 100k. Remember: the multiplier band is always physically spaced further from the first three digits.
  • Red vs. Orange Fading: On older carbon composition resistors, Orange (3) and Red (2) can look nearly identical under harsh fluorescent bench lighting. If you mistake the Orange multiplier for Red (x100), you will read the resistor as 10k instead of 100k. Always verify with a meter if the orange band looks unusually dark or reddish.
  • Gold vs. Yellow: A faded Yellow multiplier (x10,000) can sometimes be mistaken for a Gold tolerance band if the paint has chipped. If you see 'Brown, Black, Gold', you are misreading the spacing. Gold is never a significant digit; it is strictly a multiplier (x0.1) or a tolerance (±5%).

Safe Interpretation When Markings Are Faded or Burnt

Color bands are only reliable if the resistor has operated within its thermal limits. I once spent an hour debugging a tube amplifier bias circuit because a 100k bleeder resistor had drifted to 148k after years of sitting near a hot power tube. The color bands were brown-black-yellow, but the heat had baked the carbon film, permanently altering its resistivity. When markings are faded, burnt, or suspect, you must rely on electrical verification.

How to safely verify a suspect 100k resistor:

  1. Isolate the Component: Never trust an in-circuit resistance reading. A 100k pull-up resistor on an I2C bus will read lower than 100k because the multimeter's test voltage is back-feeding through the microcontroller's internal protection diodes and parallel traces. Desolder at least one leg of the resistor to lift it from the PCB.
  2. Select the Right Range: Set your multimeter to the 200kΩ manual range or use auto-ranging. If using a manual meter on the 2MΩ scale, you will lose resolution (reading '0.10' instead of '100.0'), making it impossible to verify a 1% tolerance.
  3. Check for Thermal Drift: If the resistor measures 105k on a 5% tolerance band, it is technically within spec (95k to 105k). However, if it is a precision 1% resistor (which should be between 99k and 101k) and reads 105k, the component has suffered thermal degradation and must be replaced.
  4. High-Voltage Bleeder Check: If the 100k resistor is used in a high-voltage application (like a 400V DC bus bleeder), a standard 1/4W carbon film resistor will violently fail. At 400V, a 100k resistor dissipates 1.6W (P = V2/R). You must replace it with a 2W or 3W metal oxide film resistor, which often uses a different physical body color (like light blue or gray) and wider band spacing.

Standard Variants: Through-Hole vs. SMD Equivalents

While IEC 60062 governs through-hole color bands, modern electronics heavily rely on Surface Mount Devices (SMD). If you are replacing a through-hole 100k resistor with an SMD equivalent, or debugging a modern PCB, you will encounter entirely different coding standards. According to SparkFun's resistor guide, SMD resistors use printed numeric codes rather than color bands due to their microscopic size.

SMD Resistor Codes for 100kΩ
Standard Marking Decoding Logic Tolerance
3-Digit (EIA) 104 10 x 104 = 100,000 ±5%
4-Digit (EIA) 1003 100 x 103 = 100,000 ±1%
EIA-96 (3-Character) 01D 01 (100) x D (103) = 100,000 ±1%

Regional and Legacy Equivalents:
While the IEC standard is universal for modern manufacturing, older US-made equipment (pre-1980s) sometimes used the EIA/JEDEC 'body-tip-dot' system. In this obsolete system, a 100k resistor would have a brown body (1), black tip (0), and yellow dot (x10,000). You will rarely see this outside of vintage radio restoration, but it is critical to recognize so you do not mistake the physical body color for a modern tolerance band.

For further reading on component identification and standard tolerances, the All About Circuits resistor tutorial provides an excellent interactive breakdown of how temperature coefficients (the 6th band on ultra-precision resistors) interact with these base values in high-stability analog circuits.