Skip to main content Skip to docs navigation

#68420e 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 Mud Brown and its hex is #60460F Nearest Color Name

Color Hue/Base color: Brown

Hex #68420e Color code in RGB color code model is created after adding 40.78% red color, 25.88% green color and 5.49% blue color. Hex #68420e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 87% yellow and 59.22% black.

Hex #68420e color code is between #664411 web safe hex color code and #773300 web safe hex color code. #664411 is the nearest web safe color code. You can see here many more shades of #68420e color code.

RGB Chart

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

Color Table

Hex Color Code 68420e #68420e
RGB Decimal 104, 66, 14 104, 66, 14
RGB Percent 41%, 26%, 5% rgb(41%, 26%, 5%)
CSS RGBa 104, 66, 14,1 rgba(104,66,14,1)
CMYK Model cmyk(0%,37%,87%,59.22%)
HSL Color Space 35,76% ,23% hsl(35,76% ,23%)
HSV Color Space 35°, 87%, 41%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01101000 01000010 00001110
Octal 150 102 16
Decimal 104 66 14
Hex 68 42 0e

Different shades of #68420e color code.

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

Darkest of #68420e
#000000
Darker of #68420e
#0e0902
Dark of #68420e
#3b2508
Base of #68420e
#68420e
Light of #68420e
#955f14
Lighter
#c27b1a
Lightest
#e3962c

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

#68420e
#0e3468

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

Split Complementary

#68420e
#0e6168
#150e68

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

Analogous Color

#680e0e
#681d0e
#68420e
#68600e
#4b680e

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

#68420e
#420e68
#0e6842

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

#68420e
#0e6842
#0e3468
#680e34

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

#68420e
#0e6815
#0e3468
#680e61

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 #68420e

#000000
#000000
#0e0902
#3b2508
#68420e
#955f14
#c27b1a
#e3962c
#e9ac59

Tints of #68420e Color

#68420e
#785728
#896c43
#9a815e
#ab9679
#bbab93
#ccc0ae
#ddd5c9
#eeeae4
#ffffff

Shades of #68420e color code

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

#68420e
#5c3a0c
#50330a
#452c09
#392407
#2e1d06
#221604
#170e03
#0b0701
#000000

Tones

#68420e
#5c401a
#503e26
#453d31
#3b3b3b

Tones

Similar Color like #68420e color

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

#69430f
#6a4410
#6b4511
#6c4612
#6d4713
#6e4814
#6f4915
#704a16
#714b17
#724c18
#734d19
#744e1a
#754f1b
#76501c
#67410d
#66400c
#653f0b
#643e0a
#633d09
#623c08
#613b07
#603a06
#5f3905
#5e3804
#5d3703
#5c3602
#5b3501
#5a3400

Download this Dark Brown

Hex #68420e 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.

#68420e Color Code Preview on Black Background Color

This is how #68420e Color will look on black background color. Color contrast ratio is 2.37

#68420e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68420e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68420e

#68420e color code is use for CSS Background Color

Background color for the above div is #68420e

HTML with inline CSS

<div style="background-color:#68420e;"></div>

#68420e color code is use for CSS Border Color

CSS Border color for the above div is #68420e

HTML with inline CSS

<div style="border:5px solid #68420e;"></div>

CSS Border Left color for the above div is #68420e

HTML with inline CSS

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

CSS Border Right color for the above div is #68420e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #68420e

HTML with inline CSS

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

CSS Border Top color for the above div is #68420e

HTML with inline CSS

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

#68420e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68420e Color code Preview on White Background

This is how #68420e Color code will look on white background color. Color contrast ratio is 8.84

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 #68420e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #68420e; }

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(104,66,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,52,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,66,14,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }