crispedge.com

Color picker

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

#99672f hex color - Yellow - Warm color - Information

#99672f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #99672f Color code in RGB color code model is created after adding 60% red color, 40.39% green color and 18.43% blue color. Hex #99672f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 69% yellow and 40% black.

Hex #99672f color code is between #886633 web safe hex color code and #aa7722 web safe hex color code. #886633 is the nearest web safe color code. You can see here many more shades of #99672f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code99672f#99672f
RGB Decimal153, 103, 47rgb(153, 103, 47)
RGB Percent60%, 40%, 18%rgb(60%, 40%, 18%)
CSS RGBa153, 103, 47,1rgba(153,103,47,1)
CMYK Modelcmyk(0%,33%,69%,40%)
HSL Color Space32,53% ,39%hsl(32,53% ,39%)
HSV Color Space32°, 69%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010110011100101111
Octal23114757
Decimal15310347
Hex99672f

Different shades of #99672f color code.

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

Light Shade of #99672f
#c0813b
Dark Shade of #99672f
#724d23
Saturated Shade of #99672f
#a36825
Desaturated Shade of #99672f
#8f6639
Grey scale Shade of #99672f
#646464
Brighten Shade
#b28048
Most Readable Shade
#FFFFFF

Shades of #99672f color code

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

#99672f
#885b29
#775024
#66441f
#55391a
#442d14
#33220f
#22160a
#110b05
#000000

Similar Color like #99672f color

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

#9a6830
#9b6931
#9c6a32
#9d6b33
#9e6c34
#9f6d35
#a06e36
#a16f37
#a27038
#a37139
#a4723a
#a5733b
#a6743c
#a7753d
#98662e
#97652d
#96642c
#95632b
#94622a
#936129
#926028
#915f27
#905e26
#8f5d25
#8e5c24
#8d5b23
#8c5a22
#8b5921

Monochromatic Color with #99672f

#99672f
#c3843c
#eea049
#191108
#442e15
#6e4a22

Tints of #99672f Color

#99672f
#a47746
#af885d
#bb9974
#c6aa8b
#d1bba2
#ddccb9
#e8ddd0
#f3eee7
#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

#99672f
#2f6199

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

Split Complementary

#99672f
#2f9699
#322f99

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

Analogous Color

#993d2f
#99522f
#99672f
#997c2f
#99912f

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

#99672f
#2f9967
#672f99

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

#99672f
#2f9932
#2f6199
#992f96

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

#99672f
#2f6199
#322f99
#96992f

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 #99672f 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.

#99672f Color Code Preview on Black Background Color

This is how #99672f Color will look on black background color. Color contrast ratio is 4.34

#99672f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99672f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99672f

#99672f color code is use for CSS Background Color

Background color for the above div is #99672f

HTML with inline CSS

<div style="background-color:#99672f;"></div>

#99672f color code is use for CSS Border Color

CSS Border color for the above div is #99672f

HTML with inline CSS

<div style="border:5px solid #99672f;"></div>

CSS Border Left color for the above div is #99672f

HTML with inline CSS

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

CSS Border Right color for the above div is #99672f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #99672f

HTML with inline CSS

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

CSS Border Top color for the above div is #99672f

HTML with inline CSS

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

#99672f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99672f Color code Preview on White Background

This is how #99672f Color code will look on white background color. Color contrast ratio is 4.84

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

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.