crispedge.com

Color picker

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

#674c26 hex color - Brown - Warm color - Information

#674c26 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #674c26 Color code in RGB color code model is created after adding 40.39% red color, 29.8% green color and 14.9% blue color. Hex #674c26 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 63% yellow and 60% black.

Hex #674c26 color code is between #664422 web safe hex color code and #775533 web safe hex color code. #664422 is the nearest web safe color code. You can see here many more shades of #674c26 color code.

0 Likes 0 Comments | 21 Views

Color Table

Hex Color Code674c26#674c26
RGB Decimal103, 76, 38rgb(103, 76, 38)
RGB Percent40%, 30%, 15%rgb(40%, 30%, 15%)
CSS RGBa103, 76, 38,1rgba(103,76,38,1)
CMYK Modelcmyk(0%,26%,63%,60%)
HSL Color Space35,46% ,28%hsl(35,46% ,28%)
HSV Color Space35°, 63%, 40%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011001110100110000100110
Octal14711446
Decimal1037638
Hex674c26

Different shades of #674c26 color code.

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

Light Shade of #674c26
#8c6734
Dark Shade of #674c26
#423018
Saturated Shade of #674c26
#6e4d1f
Desaturated Shade of #674c26
#604b2d
Grey scale Shade of #674c26
#464646
Brighten Shade
#80653f
Most Readable Shade
#FFFFFF

Shades of #674c26 color code

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

#674c26
#5b4321
#503b1d
#443219
#392a15
#2d2110
#22190c
#161008
#0b0804
#000000

Similar Color like #674c26 color

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

#684d27
#694e28
#6a4f29
#6b502a
#6c512b
#6d522c
#6e532d
#6f542e
#70552f
#715630
#725731
#735832
#745933
#755a34
#664b25
#654a24
#644923
#634822
#624721
#614620
#60451f
#5f441e
#5e431d
#5d421c
#5c411b
#5b401a
#5a3f19
#593e18

Monochromatic Color with #674c26

#674c26
#916b36
#bc8b45
#e6aa55
#120d07
#3c2d16

Tints of #674c26 Color

#674c26
#775f3e
#887356
#99876e
#aa9b86
#bbaf9e
#ccc3b6
#ddd7ce
#eeebe6
#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

#674c26
#264167

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

Split Complementary

#674c26
#266167
#2c2667

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

Analogous Color

#673226
#673f26
#674c26
#675926
#676626

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

#674c26
#26674c
#4c2667

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

#674c26
#26672b
#264167
#672661

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

#674c26
#264167
#2c2667
#616726

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 #674c26 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.

#674c26 Color Code Preview on Black Background Color

This is how #674c26 Color will look on black background color. Color contrast ratio is 2.64

#674c26 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #674c26

HTML with inline CSS

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

Your Example Paragraph content text in with font color #674c26

#674c26 color code is use for CSS Background Color

Background color for the above div is #674c26

HTML with inline CSS

<div style="background-color:#674c26;"></div>

#674c26 color code is use for CSS Border Color

CSS Border color for the above div is #674c26

HTML with inline CSS

<div style="border:5px solid #674c26;"></div>

CSS Border Left color for the above div is #674c26

HTML with inline CSS

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

CSS Border Right color for the above div is #674c26

HTML with inline CSS

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

CSS Border Bottom color for the above div is #674c26

HTML with inline CSS

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

CSS Border Top color for the above div is #674c26

HTML with inline CSS

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

#674c26 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#674c26 Color code Preview on White Background

This is how #674c26 Color code will look on white background color. Color contrast ratio is 7.96

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

Related Gradients

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

0 Likes 0 Comments | 21 Views

Post your comment:-

By submitting comment you agree to our privacy policy.