crispedge.com

Color picker

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

#69340d hex color - Brown - Warm color - Information

#69340d hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #69340d Color code in RGB color code model is created after adding 41.18% red color, 20.39% green color and 5.1% blue color. Hex #69340d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 88% yellow and 59% black.

Hex #69340d color code is between #663311 web safe hex color code and #774400 web safe hex color code. #663311 is the nearest web safe color code. You can see here many more shades of #69340d color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code69340d#69340d
RGB Decimal105, 52, 13rgb(105, 52, 13)
RGB Percent41%, 20%, 5%rgb(41%, 20%, 5%)
CSS RGBa105, 52, 13,1rgba(105,52,13,1)
CMYK Modelcmyk(0%,50%,88%,59%)
HSL Color Space25,78% ,23%hsl(25,78% ,23%)
HSV Color Space25°, 88%, 41%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011010010011010000001101
Octal1516415
Decimal1055213
Hex69340d

Different shades of #69340d color code.

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

Light Shade of #69340d
#964a13
Dark Shade of #69340d
#3c1e07
Saturated Shade of #69340d
#6f3307
Desaturated Shade of #69340d
#633513
Grey scale Shade of #69340d
#3b3b3b
Brighten Shade
#824d26
Most Readable Shade
#FFFFFF

Shades of #69340d color code

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

#69340d
#5d2e0b
#51280a
#462208
#3a1c07
#2e1705
#231104
#170b02
#0b0501
#000000

Similar Color like #69340d color

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

#6a350e
#6b360f
#6c3710
#6d3811
#6e3912
#6f3a13
#703b14
#713c15
#723d16
#733e17
#743f18
#754019
#76411a
#77421b
#68330c
#67320b
#66310a
#653009
#642f08
#632e07
#622d06
#612c05
#602b04
#5f2a03
#5e2902
#5d2801
#5c2700
#5b2600

Monochromatic Color with #69340d

#69340d
#934912
#be5e18
#e8731d
#140a02
#3e1f08

Tints of #69340d Color

#69340d
#794a27
#8a6142
#9b775d
#ab8e78
#bca493
#cdbbae
#ddd1c9
#eee8e4
#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

#69340d
#0d4269

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

Split Complementary

#69340d
#0d6962
#0d1469

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

Analogous Color

#690f0d
#69220d
#69340d
#69460d
#69590d

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

#69340d
#0d6934
#340d69

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

#69340d
#14690d
#0d4269
#620d69

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

#69340d
#0d4269
#0d1469
#69620d

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 #69340d 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.

#69340d Color Code Preview on Black Background Color

This is how #69340d Color will look on black background color. Color contrast ratio is 2.10

#69340d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69340d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #69340d

#69340d color code is use for CSS Background Color

Background color for the above div is #69340d

HTML with inline CSS

<div style="background-color:#69340d;"></div>

#69340d color code is use for CSS Border Color

CSS Border color for the above div is #69340d

HTML with inline CSS

<div style="border:5px solid #69340d;"></div>

CSS Border Left color for the above div is #69340d

HTML with inline CSS

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

CSS Border Right color for the above div is #69340d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #69340d

HTML with inline CSS

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

CSS Border Top color for the above div is #69340d

HTML with inline CSS

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

#69340d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#69340d Color code Preview on White Background

This is how #69340d Color code will look on white background color. Color contrast ratio is 10.01

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.