What is hex #665D1E color?

 
The hex code #665D1E is also know by an other name that is Antique Bronze.
This color is composed of 102% red, 93% green and 30% blue. So we can say that the RGB value is (102,93,30)
You need to use it for a printer? The CMYK colors code equivalent of hex #665D1E is C:0 M:9 Y:71, K:60) .
In the HSV/HSB scale, #665D1E has a hue of 53°, 71% saturation and a brightness value of 40%.
If you want to know all about the hex #665D1E, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #665D1E (complementary, analogous, triadic, tetradic...).

Hex #665D1E Color Codes & Equivalents

Color Name [Antique Bronze]
RGB Values (102,93,30)
CMYK Values (0%, 9%, 71%, 60%)
HSV/HSB Values (53°, 71%, 40%)
Closest Web Safe
#666633
Inverse Color
#99a2e1
Closest Pantone®
3995 C
Closest RAL
RAL 8008 [Olive brown]
Complementary Color
#1e2766

#665D1E Converted to Grayscale Codes

Average
#4b4b4b
Lightness (Desaturation)
#424242
Weighted (BT601)
#595959
Luma (BT709)
#5a5a5a

Hex #665D1E Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #665D1E is #1e2766. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #665D1E you will find #1e2766. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#665D1E #1e2766

Analogous Palette

The analogous color scheme of #665D1E is composed with colors #66391E and #4B661E. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #665D1E with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#66391E #665D1E #4B661E

Split-Complementary Palette

The split-complementary color scheme of #665D1E is composed with colors #391E66 and #1E4B66. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#665D1E #391E66 #1E4B66

Triadic Palette

The triadic color scheme of #665D1E is composed with colors #5D1E66 and #1E665D. They are located to the right and left of your main color #665D1E with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#665D1E #5D1E66 #1E665D

Tetradic Palette

The tetradic color scheme of #665D1E is composed with colors #1E665D, #1E2766 and #661E27 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#665D1E #1E665D #1E2766 #661E27

Square Palette

The square color scheme of #665D1E is composed with colors #1E6639, #1E2766 and #661E4B To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#665D1E #1E6639 #1E2766 #661E4B

Tints, Tones & Shades of Hex #665D1E

Tints

Tints are created by adding white, resulting in lighter shades of #665D1E.

#665D1E #756B22 #857927 #95882B #A59630 #B4A435 #C4B339 #C9B949

Tones

Tones are made by mixing with gray, softening the original color.

#665D1E #5F5824 #59532A #524E31 #4C4937 #45443E #424242 #424242

Shades

Shades result from adding black, creating darker variations.

#665D1E #564E19 #464014 #363110 #26230B #171506 #070602 #000000

Hex #665D1E in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #665D1E
Java new Color(102,93,30);
Python Color(#665D1E)
.NET Color.FromArgb(255, 102,93,30);
Swift / iOS UIColor(red: 0.4, green: 0.36, blue: 0.12, alpha: 1)
Kotlin / Android Color.rgb(102, 93, 30)