crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#704a06 hex color - Brown - Warm color - Information

#704a06 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #704a06 Color code in RGB color code model is created after adding 43.92% red color, 29.02% green color and 2.35% blue color. Hex #704a06 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 95% yellow and 56% black.

Hex #704a06 color code is between #774400 web safe hex color code and #665500 web safe hex color code. #774400 is the nearest web safe color code. You can see here many more shades of #704a06 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code704a06#704a06
RGB Decimal112, 74, 6rgb(112, 74, 6)
RGB Percent44%, 29%, 2%rgb(44%, 29%, 2%)
CSS RGBa112, 74, 6,1rgba(112,74,6,1)
CMYK Modelcmyk(0%,34%,95%,56%)
HSL Color Space38,90% ,23%hsl(38,90% ,23%)
HSV Color Space38°, 95%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011100000100101000000110
Octal1601126
Decimal112746
Hex704a06

Different shades of #704a06 color code.

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

Light Shade of #704a06
#a06a09
Dark Shade of #704a06
#402a03
Saturated Shade of #704a06
#764c00
Desaturated Shade of #704a06
#6a480c
Grey scale Shade of #704a06
#3b3b3b
Brighten Shade
#89631f
Most Readable Shade
#FFFFFF

Shades of #704a06 color code

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

#704a06
#634105
#573904
#4a3104
#3e2903
#312002
#251802
#181001
#0c0800
#000000

Similar Color like #704a06 color

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

#714b07
#724c08
#734d09
#744e0a
#754f0b
#76500c
#77510d
#78520e
#79530f
#7a5410
#7b5511
#7c5612
#7d5713
#7e5814
#6f4905
#6e4804
#6d4703
#6c4602
#6b4501
#6a4400
#694300
#684200
#674100
#664000
#653f00
#643e00
#633d00
#623c00

Monochromatic Color with #704a06

#704a06
#9a6608
#c5820b
#ef9e0d
#1b1201
#452e04

Tints of #704a06 Color

#704a06
#7f5e21
#8f723d
#9f8659
#af9a74
#bfae90
#cfc2ac
#dfd6c7
#efeae3
#ffffff

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

#704a06
#062c70

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

Split Complementary

#704a06
#066170
#150670

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

Analogous Color

#702006
#703506
#704a06
#705f06
#6c7006

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

#704a06
#06704a
#4a0670

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

#704a06
#067015
#062c70
#700661

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

Double Complementary Color

#704a06
#062c70
#150670
#617006

Double Complementary 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).

Hex #704a06 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.

#704a06 Color Code Preview on Black Background Color

This is how #704a06 Color will look on black background color. Color contrast ratio is 2.67

#704a06 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #704a06

HTML with inline CSS

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

Your Example Paragraph content text in with font color #704a06

#704a06 color code is use for CSS Background Color

Background color for the above div is #704a06

HTML with inline CSS

<div style="background-color:#704a06;"></div>

#704a06 color code is use for CSS Border Color

CSS Border color for the above div is #704a06

HTML with inline CSS

<div style="border:5px solid #704a06;"></div>

CSS Border Left color for the above div is #704a06

HTML with inline CSS

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

CSS Border Right color for the above div is #704a06

HTML with inline CSS

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

CSS Border Bottom color for the above div is #704a06

HTML with inline CSS

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

CSS Border Top color for the above div is #704a06

HTML with inline CSS

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

#704a06 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#704a06 Color code Preview on White Background

This is how #704a06 Color code will look on white background color. Color contrast ratio is 7.86

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.