crispedge.com

Color picker

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

#99461c hex color - Brown - Warm color - Information

#99461c hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #99461c Color code in RGB color code model is created after adding 60% red color, 27.45% green color and 10.98% blue color. Hex #99461c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 82% yellow and 40% black.

Hex #99461c color code is between #884422 web safe hex color code and #aa5511 web safe hex color code. #884422 is the nearest web safe color code. You can see here many more shades of #99461c color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Code99461c#99461c
RGB Decimal153, 70, 28rgb(153, 70, 28)
RGB Percent60%, 27%, 11%rgb(60%, 27%, 11%)
CSS RGBa153, 70, 28,1rgba(153,70,28,1)
CMYK Modelcmyk(0%,54%,82%,40%)
HSL Color Space20,69% ,35%hsl(20,69% ,35%)
HSV Color Space20°, 82%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110010100011000011100
Octal23110634
Decimal1537028
Hex99461c

Different shades of #99461c color code.

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

Light Shade of #99461c
#c45a24
Dark Shade of #99461c
#6e3214
Saturated Shade of #99461c
#a24313
Desaturated Shade of #99461c
#904925
Grey scale Shade of #99461c
#5a5a5a
Brighten Shade
#b25f35
Most Readable Shade
#FFFFFF

Shades of #99461c color code

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

#99461c
#883e18
#773615
#662e12
#55260f
#441f0c
#331709
#220f06
#110703
#000000

Similar Color like #99461c color

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

#9a471d
#9b481e
#9c491f
#9d4a20
#9e4b21
#9f4c22
#a04d23
#a14e24
#a24f25
#a35026
#a45127
#a55228
#a65329
#a7542a
#98451b
#97441a
#964319
#954218
#944117
#934016
#923f15
#913e14
#903d13
#8f3c12
#8e3b11
#8d3a10
#8c390f
#8b380e

Monochromatic Color with #99461c

#99461c
#c35924
#ee6d2c
#190c05
#441f0c
#6e3314

Tints of #99461c Color

#99461c
#a45a35
#af6f4e
#bb8367
#c69880
#d1ac9a
#ddc1b3
#e8d5cc
#f3eae5
#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

#99461c
#1c6f99

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

Split Complementary

#99461c
#1c9985
#1c3199

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

Analogous Color

#991c24
#992d1c
#99461c
#995f1c
#99781c

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

#99461c
#1c9946
#461c99

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

#99461c
#31991c
#1c6f99
#841c99

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

#99461c
#1c6f99
#1c3199
#99841c

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 #99461c 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.

#99461c Color Code Preview on Black Background Color

This is how #99461c Color will look on black background color. Color contrast ratio is 3.25

#99461c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99461c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #99461c

#99461c color code is use for CSS Background Color

Background color for the above div is #99461c

HTML with inline CSS

<div style="background-color:#99461c;"></div>

#99461c color code is use for CSS Border Color

CSS Border color for the above div is #99461c

HTML with inline CSS

<div style="border:5px solid #99461c;"></div>

CSS Border Left color for the above div is #99461c

HTML with inline CSS

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

CSS Border Right color for the above div is #99461c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #99461c

HTML with inline CSS

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

CSS Border Top color for the above div is #99461c

HTML with inline CSS

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

#99461c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#99461c Color code Preview on White Background

This is how #99461c Color code will look on white background color. Color contrast ratio is 6.47

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.