crispedge.com

Color picker

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

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

#684b35 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #684b35 Color code in RGB color code model is created after adding 40.78% red color, 29.41% green color and 20.78% blue color. Hex #684b35 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 49% yellow and 59% black.

Hex #684b35 color code is between #664433 web safe hex color code and #775544 web safe hex color code. #664433 is the nearest web safe color code. You can see here many more shades of #684b35 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code684b35#684b35
RGB Decimal104, 75, 53rgb(104, 75, 53)
RGB Percent41%, 29%, 21%rgb(41%, 29%, 21%)
CSS RGBa104, 75, 53,1rgba(104,75,53,1)
CMYK Modelcmyk(0%,28%,49%,59%)
HSL Color Space26,32% ,31%hsl(26,32% ,31%)
HSV Color Space26°, 49%, 41%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010000100101100110101
Octal15011365
Decimal1047553
Hex684b35

Different shades of #684b35 color code.

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

Light Shade of #684b35
#8a6346
Dark Shade of #684b35
#463324
Saturated Shade of #684b35
#704a2d
Desaturated Shade of #684b35
#604c3d
Grey scale Shade of #684b35
#4e4e4e
Brighten Shade
#81644e
Most Readable Shade
#FFFFFF

Shades of #684b35 color code

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

#684b35
#5c422f
#503a29
#453223
#39291d
#2e2117
#221911
#17100b
#0b0805
#000000

Similar Color like #684b35 color

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

#694c36
#6a4d37
#6b4e38
#6c4f39
#6d503a
#6e513b
#6f523c
#70533d
#71543e
#72553f
#735640
#745741
#755842
#765943
#674a34
#664933
#654832
#644731
#634630
#62452f
#61442e
#60432d
#5f422c
#5e412b
#5d402a
#5c3f29
#5b3e28
#5a3d27

Monochromatic Color with #684b35

#684b35
#926a4b
#bd8860
#e7a776
#130e0a
#3d2c1f

Tints of #684b35 Color

#684b35
#785f4b
#897361
#9a8778
#ab9b8e
#bbafa5
#ccc3bb
#ddd7d2
#eeebe8
#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

#684b35
#355268

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

Split Complementary

#684b35
#356864
#353968

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

Analogous Color

#683735
#684135
#684b35
#685535
#685f35

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

#684b35
#35684b
#4b3568

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

#684b35
#386835
#355268
#643568

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

#684b35
#355268
#353968
#686435

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

#684b35 Color Code Preview on Black Background Color

This is how #684b35 Color will look on black background color. Color contrast ratio is 2.65

#684b35 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#684b35 color code is use for CSS Background Color

Background color for the above div is #684b35

HTML with inline CSS

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

#684b35 color code is use for CSS Border Color

CSS Border color for the above div is #684b35

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#684b35 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#684b35 Color code Preview on White Background

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

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

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.