crispedge.com

Color picker

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

#cc6621 hex color - Brown - Warm color - Information

#cc6621 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #cc6621 Color code in RGB color code model is created after adding 80% red color, 40% green color and 12.94% blue color. Hex #cc6621 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 84% yellow and 20% black.

Hex #cc6621 color code is between #bb5522 web safe hex color code and #dd7711 web safe hex color code. #bb5522 is the nearest web safe color code. You can see here many more shades of #cc6621 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codecc6621#cc6621
RGB Decimal204, 102, 33rgb(204, 102, 33)
RGB Percent80%, 40%, 13%rgb(80%, 40%, 13%)
CSS RGBa204, 102, 33,1rgba(204,102,33,1)
CMYK Modelcmyk(0%,50%,84%,20%)
HSL Color Space24,72% ,46%hsl(24,72% ,46%)
HSV Color Space24°, 84%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110011000100001
Octal31414641
Decimal20410233
Hexcc6621

Different shades of #cc6621 color code.

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

Light Shade of #cc6621
#e08140
Dark Shade of #cc6621
#a0501a
Saturated Shade of #cc6621
#d86415
Desaturated Shade of #cc6621
#c0682d
Grey scale Shade of #cc6621
#767676
Brighten Shade
#e57f3a
Most Readable Shade
#FFFFFF

Shades of #cc6621 color code

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

#cc6621
#b55a1d
#9e4f19
#884416
#713812
#5a2d0e
#44220b
#2d1607
#160b03
#000000

Similar Color like #cc6621 color

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

#cd6722
#ce6823
#cf6924
#d06a25
#d16b26
#d26c27
#d36d28
#d46e29
#d56f2a
#d6702b
#d7712c
#d8722d
#d9732e
#da742f
#cb6520
#ca641f
#c9631e
#c8621d
#c7611c
#c6601b
#c55f1a
#c45e19
#c35d18
#c25c17
#c15b16
#c05a15
#bf5914
#be5813

Monochromatic Color with #cc6621

#cc6621
#f67b28
#221105
#4c260c
#773b13
#a1511a

Tints of #cc6621 Color

#cc6621
#d17739
#d78852
#dd996b
#e2aa83
#e8bb9c
#eeccb5
#f3ddcd
#f9eee6
#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

#cc6621
#2187cc

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

Split Complementary

#cc6621
#21ccbc
#2131cc

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

Analogous Color

#cc2221
#cc4421
#cc6621
#cc8821
#ccaa21

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

#cc6621
#21cc66
#6621cc

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

#cc6621
#32cc21
#2187cc
#bb21cc

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

#cc6621
#2187cc
#2131cc
#ccbc21

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 #cc6621 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.

#cc6621 Color Code Preview on Black Background Color

This is how #cc6621 Color will look on black background color. Color contrast ratio is 5.49

#cc6621 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6621

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc6621

#cc6621 color code is use for CSS Background Color

Background color for the above div is #cc6621

HTML with inline CSS

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

#cc6621 color code is use for CSS Border Color

CSS Border color for the above div is #cc6621

HTML with inline CSS

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

CSS Border Left color for the above div is #cc6621

HTML with inline CSS

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

CSS Border Right color for the above div is #cc6621

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc6621

HTML with inline CSS

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

CSS Border Top color for the above div is #cc6621

HTML with inline CSS

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

#cc6621 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc6621 Color code Preview on White Background

This is how #cc6621 Color code will look on white background color. Color contrast ratio is 3.83

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.