Ceramic floor tile Golden Tile Hamburg,beige, 600x600

The photographs are for illustrative purposes only.
Get AI analytics on product Ceramic floor tile Golden Tile Hamburg,beige, 600x600:
26.41€ / box
Ex Tax: 21.30€ / box
24.46€ / m²
1 box = 1.08m²
Golden Tile
10.00 or more   22.77€ / box
0 reviews
In stock
Product Code: 000-11413BGP

Specification

  • Thickness (mm): 10
  • Color/Texture: Beige
  • Quantity of pieces in package: 3
  • Number of packs on a pallet: 72
  • Size (cm): 60x60
Qty
One click order
Tags:

Golden Tile Hamburg porcelain tile — beige concrete-look tile for modern interiors

Product code000-11413BGP
CollectionHamburg
ManufacturerGolden Tile (Terragres)
MaterialPorcelain stoneware
Size600×600 mm
Thickness10 mm
ColourBeige
SurfaceRelief, matt
DesignConcrete imitation
ApplicationFloor
Suitable forOffice, kitchen, bathroom, living room
Wear resistancePEI IV
Slip resistanceR9
RectifiedYes
Frost resistanceFrost resistant
Recommended joint width1.5–2 mm
Underfloor heating compatibleYes
Tiles per box3 pcs (1.08 m²)
Box weight23.47 kg
Per pallet43.2 m²
Pallet weight (gross)958.74 kg

Key features

  • Concrete look — on-trend solution for loft, minimalist and industrial interiors
  • Relief matt surface — practical, non-slip, hides marks
  • Large 600×600 mm format creates a visually spacious effect
  • High wear resistance PEI IV — suitable for offices and high-traffic areas
  • Rectified — perfectly straight edges for minimal grout joints
  • Frost-resistant — suitable for heated terraces and entrance areas
  • Compatible with underfloor heating systems

Where to use

  • Living rooms, hallways, corridors
  • Kitchens and open-plan kitchen studios
  • Bathrooms and wet rooms
  • Offices, cafés, showrooms and commercial spaces

What to consider when choosing

  1. Calculate the area with a 10–15% surplus for cuts and waste
  2. PEI IV — suitable for high foot traffic in residential and commercial spaces
  3. Slip resistance R9 — safe in dry conditions; use non-slip mats in wet areas
  4. Choose grout to match or contrast the tile — affects the visual result
  5. For underfloor heating, use adhesive and grout compatible with heating systems

Delivery

  • Delivery in Tallinn — from 20 €
  • Delivery across Estonia by pallet — from 40 €
  • Delivery to Finland — from 60 €
  • For orders of one pallet or more — request a personal quote on price and delivery

Why buy from SityPro

  • Easy to order at SityPro — convenient online checkout and up-to-date pricing
  • Detailed specifications and application information on the product page
  • Expert advice on tile selection and quantity calculation
  • Delivery across Estonia and Finland
  • Reliable service and support when placing your order

Description provided by sitypro.com

Keraamilised plaadid
Thickness (mm)
10
Color/Texture
Beige
Quantity of pieces in package
3
Number of packs on a pallet
72
Size (cm)
60x60
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Ceramic floor tile Golden Tile Hamburg,beige, 600x600
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Ceramic floor tile Golden Tile Hamburg,beige, 600x600

What is Ceramic floor tile Golden Tile Hamburg,beige, 600x600?

Ceramic floor tile Golden Tile Hamburg,beige, 600x600 is a porcelain stoneware from the Hamburg collection by Golden Tile (Terragres), sized 600×600 mm with 10 mm thickness, featuring a beige concrete-look suitable for modern interiors.

Is Golden Tile Hamburg 600×600 suitable for underfloor heating?

The Golden Tile Hamburg porcelain stoneware with 10 mm thickness is generally suitable for underfloor heating as it conducts heat effectively. Confirm compatibility with your specific electric or hydronic system and adhesive requirements with your installer.

What are the dimensions and thickness of Golden Tile Hamburg?

The Golden Tile Hamburg tile measures 600×600 mm and has a thickness of 10 mm, suitable for residential and normal commercial flooring loads.

What material is Golden Tile Hamburg made of and what are its benefits?

It is made of porcelain stoneware, offering high strength, wear resistance and low water absorption — ideal for high-traffic floors and wet areas.

Is this tile suitable for bathroom and kitchen use?

The Golden Tile Hamburg porcelain stoneware is suitable for bathrooms and kitchens due to its low water absorption and dense structure. Use anti-slip finishes or profiles in particularly wet areas if required.

How to match the colour and style of Golden Tile Hamburg in interiors?

The beige concrete-look tile pairs well with minimalist furniture, wood tones and warm metals; use the 600×600 format to visually enlarge spaces and keep grout lines narrow (3–5 mm) for a seamless look.

What adhesive and grout are recommended for 600×600, 10 mm porcelain tile?

For 600×600 mm, 10 mm porcelain stoneware use an elastic floor adhesive with strong adhesion. Grout can be epoxy or cement-based depending on the room usage and desired resistance.

Can Golden Tile Hamburg be used on walls?

Although intended as a floor porcelain stoneware, the 600×600 format and material can be used on walls if proper adhesive and fixing methods are applied to support the weight.

How does the Hamburg collection differ from other Golden Tile collections?

The Hamburg collection features a beige concrete-look and the large 600×600 format aimed at modern/industrial interiors, whereas other Golden Tile collections may mimic wood or natural stone and offer different sizes.

What is the product code and manufacturer of this tile for ordering?

The SKU is 000-11413BGP, model BG881P80 and the manufacturer is Golden Tile (Terragres). Use these codes when coordinating with your installer or selecting accessories.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');