crispedge.com

Color picker

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

#684f45 hex color - Brown - Warm color - Information

#684f45 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #684f45 Color code in RGB color code model is created after adding 40.78% red color, 30.98% green color and 27.06% blue color. Hex #684f45 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 34% yellow and 59% black.

Hex #684f45 color code is between #665544 web safe hex color code and #774455 web safe hex color code. #665544 is the nearest web safe color code. You can see here many more shades of #684f45 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code684f45#684f45
RGB Decimal104, 79, 69rgb(104, 79, 69)
RGB Percent41%, 31%, 27%rgb(41%, 31%, 27%)
CSS RGBa104, 79, 69,1rgba(104,79,69,1)
CMYK Modelcmyk(0%,24%,34%,59%)
HSL Color Space17,20% ,34%hsl(17,20% ,34%)
HSV Color Space17°, 34%, 41%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010000100111101000101
Octal150117105
Decimal1047969
Hex684f45

Different shades of #684f45 color code.

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

Light Shade of #684f45
#876659
Dark Shade of #684f45
#493831
Saturated Shade of #684f45
#714b3c
Desaturated Shade of #684f45
#5f534e
Grey scale Shade of #684f45
#565656
Brighten Shade
#81685e
Most Readable Shade
#FFFFFF

Shades of #684f45 color code

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

#684f45
#5c463d
#503d35
#45342e
#392b26
#2e231e
#221a17
#17110f
#0b0807
#000000

Similar Color like #684f45 color

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

#695046
#6a5147
#6b5248
#6c5349
#6d544a
#6e554b
#6f564c
#70574d
#71584e
#72594f
#735a50
#745b51
#755c52
#765d53
#674e44
#664d43
#654c42
#644b41
#634a40
#62493f
#61483e
#60473d
#5f463c
#5e453b
#5d443a
#5c4339
#5b4238
#5a4137

Monochromatic Color with #684f45

#684f45
#926f61
#bd907d
#e7b09a
#130e0d
#3d2f29

Tints of #684f45 Color

#684f45
#786259
#89766e
#9a8983
#ab9d97
#bbb0ac
#ccc4c1
#ddd7d5
#eeebea
#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

#684f45
#455e68

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

Split Complementary

#684f45
#456861
#454c68

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

Analogous Color

#684549
#684845
#684f45
#685645
#685d45

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

#684f45
#45684f
#4f4568

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

#684f45
#4c6845
#455e68
#604568

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

#684f45
#455e68
#454c68
#686145

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 #684f45 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.

#684f45 Color Code Preview on Black Background Color

This is how #684f45 Color will look on black background color. Color contrast ratio is 2.79

#684f45 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #684f45

HTML with inline CSS

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

Your Example Paragraph content text in with font color #684f45

#684f45 color code is use for CSS Background Color

Background color for the above div is #684f45

HTML with inline CSS

<div style="background-color:#684f45;"></div>

#684f45 color code is use for CSS Border Color

CSS Border color for the above div is #684f45

HTML with inline CSS

<div style="border:5px solid #684f45;"></div>

CSS Border Left color for the above div is #684f45

HTML with inline CSS

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

CSS Border Right color for the above div is #684f45

HTML with inline CSS

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

CSS Border Bottom color for the above div is #684f45

HTML with inline CSS

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

CSS Border Top color for the above div is #684f45

HTML with inline CSS

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

#684f45 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#684f45 Color code Preview on White Background

This is how #684f45 Color code will look on white background color. Color contrast ratio is 7.52

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

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.