Antique Brass Color Hex Code
#6c461fWhat is Antique Brass Color Hex Code Color?
Antique Brass Color Hex Code is a dark, moderately saturated orange color with the hex code #6c461f. Its RGB value is rgb(108, 70, 31), meaning it contains 108 red, 70 green, and 31 blue light values. In the HSL color model, it has a hue of 30°, saturation of 55%, and lightness of 27%.
Antique Brass Color Hex Code Color Codes
Here are all the color format codes for Antique Brass Color Hex Code:
- HEX: #6c461f
- RGB: rgb(108, 70, 31)
- HSL: hsl(30°, 55%, 27%)
- CMYK: cmyk(0%, 35%, 71%, 58%)
- Android/Flutter: Color(0xFF6C461F)
- Swift UIColor: UIColor(red: 0.424, green: 0.275, blue: 0.122, alpha: 1.0)
Is Antique Brass Color Hex Code Accessible?
Antique Brass Color Hex Code (#6c461f) passes WCAG AA accessibility standards. It has a contrast ratio of 8.29:1 against white and 2.53:1 against black text. White text on this color passes WCAG AA for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Antique Brass Color Hex Code in Design
Antique Brass Color Hex Code is a dark orange tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #6c461f; or
background-color: #6c461f;.
Antique Brass Color Hex Code Shades and Tints
Shades of Antique Brass Color Hex Code are created by mixing it with black, ranging from the original #6c461f down to near-black #603e1c. Tints are made by adding white — from the base color up to near-white #f6eadf. These variations help build complete design system palettes and Tailwind CSS color scales.
Antique Brass Color Hex Code Color Harmonies
The complementary color of Antique Brass Color Hex Code is #1f456b. Its analogous colors are #6b6b1f and #6b1f1f. For a triadic palette, combine it with #1f6b45 and #451f6b.
Frequently Asked Questions
What is the hex code for Antique Brass Color Hex Code?
The hex code for Antique Brass Color Hex Code is #6c461f.
What is the RGB value of Antique Brass Color Hex Code?
The RGB value is rgb(108, 70, 31). Red channel: 108/255, Green: 70/255, Blue: 31/255.
Is Antique Brass Color Hex Code good for web accessibility?
Antique Brass Color Hex Code has a contrast ratio of 8.29:1 with white and 2.53:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Antique Brass Color Hex Code?
Antique Brass Color Hex Code pairs well with its complementary color #1f456b, analogous colors #6b6b1f and #6b1f1f, or neutral whites and grays for a clean, modern look.
How do I use Antique Brass Color Hex Code in CSS?
Use it in CSS like this:
background-color: #6c461f;
color: #6c461f;
Or as a CSS variable: --color-primary: #6c461f;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #6c461f;
--color-primary-rgb: 108, 70, 31;
--color-primary-hsl: 30 55% 27%;
--color-primary-text: #ffffff;
colors: {
'antique-brass-color-hex-code': {
DEFAULT: '#6c461f',
100: '#ffffff',
200: '#f6eadf',
300: '#ecd6bf',
400: '#e3c19f',
500: '#daac7f',
600: '#603e1c',
700: '#543618',
800: '#482f15',
900: '#3c2711',
950: '#301f0e',
}
}
'base': #6c461f,
'light': #ecd6bf,
'dark': #543618,
'rgb': 108, 70, 31
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.