Skip to main content Skip to docs navigation

#65400a hex color | Download Dark Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Philippine Bronze and its hex is #6E3A07 Nearest Color Name

Color Hue/Base color: Brown

Hex #65400a Color code in RGB color code model is created after adding 39.61% red color, 25.1% green color and 3.92% blue color. Hex #65400a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 90% yellow and 60.39% black.

Hex #65400a color code is between #664411 web safe hex color code and #553300 web safe hex color code. #664411 is the nearest web safe color code. You can see here many more shades of #65400a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 65400a #65400a
RGB Decimal 101, 64, 10 101, 64, 10
RGB Percent 40%, 25%, 4% rgb(40%, 25%, 4%)
CSS RGBa 101, 64, 10,1 rgba(101,64,10,1)
CMYK Model cmyk(0%,37%,90%,60.39%)
HSL Color Space 36,82% ,22% hsl(36,82% ,22%)
HSV Color Space 36°, 90%, 40%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01100101 01000000 00001010
Octal 145 100 12
Decimal 101 64 10
Hex 65 40 0a

Different shades of #65400a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #65400a
#000000
Darker of #65400a
#080501
Dark of #65400a
#372305
Base of #65400a
#65400a
Light of #65400a
#935d0f
Lighter
#c27b13
Lightest
#e9971f

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#65400a
#0a2f65

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#65400a
#0a5c65
#120a65

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#650b0a
#651a0a
#65400a
#655e0a
#46650a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#65400a
#400a65
#0a6540

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#65400a
#0a6540
#0a2f65
#650a2f

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#65400a
#0a6512
#0a2f65
#650a5c

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #65400a

#000000
#000000
#080501
#372305
#65400a
#935d0f
#c27b13
#e9971f
#edac4e

Tints of #65400a Color

#65400a
#765525
#876a40
#987f5b
#a99476
#baaa92
#cbbfad
#dcd4c8
#ede9e3
#ffffff

Shades of #65400a color code

Generate more color scales with scales (color stack) generator.

#65400a
#593808
#4e3107
#432a06
#382305
#2c1c04
#211503
#160e02
#0b0701
#000000

Tones

#65400a
#5a3e15
#4f3c20
#443a2b
#393836

Tones

Similar Color like #65400a color

Find visually similar hex color codes nearing to #65400a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#66410b
#67420c
#68430d
#69440e
#6a450f
#6b4610
#6c4711
#6d4812
#6e4913
#6f4a14
#704b15
#714c16
#724d17
#734e18
#643f09
#633e08
#623d07
#613c06
#603b05
#5f3a04
#5e3903
#5d3802
#5c3701
#5b3600
#5a3500
#593400
#583300
#573200

Download this Dark Brown

Hex #65400a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#65400a Color Code Preview on Black Background Color

This is how #65400a Color will look on black background color. Color contrast ratio is 2.29

#65400a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#65400a">Your Example Paragraph content text in with font color #65400a </p>

Your Example Paragraph content text in with font color #65400a

HTML with inline CSS

<div style="color:#65400a">Your Paragraph text in with font color #65400a </div>

Your Example Paragraph content text in with font color #65400a

#65400a color code is use for CSS Background Color

Background color for the above div is #65400a

HTML with inline CSS

<div style="background-color:#65400a;"></div>

#65400a color code is use for CSS Border Color

CSS Border color for the above div is #65400a

HTML with inline CSS

<div style="border:5px solid #65400a;"></div>

CSS Border Left color for the above div is #65400a

HTML with inline CSS

<div style="border-left:5px solid #65400a;"></div>

CSS Border Right color for the above div is #65400a

HTML with inline CSS

<div style="border-right:5px solid #65400a;"></div>

CSS Border Bottom color for the above div is #65400a

HTML with inline CSS

<div style="border-bottom:5px solid #65400a;"></div>

CSS Border Top color for the above div is #65400a

HTML with inline CSS

<div style="border-top:5px solid #65400a;"></div>

#65400a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#65400a; } .examplecolorclass {color:#65400a; } .examplebordercolor {border:3px solid #65400a; }

#65400a Color code Preview on White Background

This is how #65400a Color code will look on white background color. Color contrast ratio is 9.17

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #65400a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #65400a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(101,64,10,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(10,47,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(101,64,10,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }