Skip to main content Skip to docs navigation

#cf650f hex color | Download Dark Brown BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Brusque Brown and its hex is #CC6611 Nearest Color Name

Color Hue/Base color: Brown

Hex #cf650f Color code in RGB color code model is created after adding 81.18% red color, 39.61% green color and 5.88% blue color. Hex #cf650f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 93% yellow and 18.82% black.

Hex #cf650f color code is between #cc6611 web safe hex color code and #dd5500 web safe hex color code. #cc6611 is the nearest web safe color code. You can see here many more shades of #cf650f color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code cf650f #cf650f
RGB Decimal 207, 101, 15 207, 101, 15
RGB Percent 81%, 40%, 6% rgb(81%, 40%, 6%)
CSS RGBa 207, 101, 15,1 rgba(207,101,15,1)
CMYK Model cmyk(0%,51%,93%,18.82%)
HSL Color Space 27,86% ,44% hsl(27,86% ,44%)
HSV Color Space 27°, 93%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001111 01100101 00001111
Octal 317 145 17
Decimal 207 101 15
Hex cf 65 0f

Different shades of #cf650f color code.

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

Darkest of #cf650f
#401f05
Darker of #cf650f
#703708
Dark of #cf650f
#9f4e0c
Base of #cf650f
#cf650f
Light of #cf650f
#ef7e22
Lighter
#f29a52
Lightest
#f6b581

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

#cf650f
#0f79cf

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

Split Complementary

#cf650f
#0fcfc5
#0f19cf

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

Analogous Color

#cf0f29
#cf150f
#cf650f
#cfa50f
#a9cf0f

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

#cf650f
#650fcf
#0fcf65

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

#cf650f
#0fcf65
#0f79cf
#cf0f79

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cf650f
#19cf0f
#0f79cf
#c50fcf

Square 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).

Monochromatic Color with #cf650f

#110801
#401f05
#703708
#9f4e0c
#cf650f
#ef7e22
#f29a52
#f6b581
#f9d1b1

Tints of #cf650f Color

#cf650f
#d47629
#d98744
#df985f
#e4a979
#e9ba94
#efcbaf
#f4dcc9
#f9ede4
#ffffff

Shades of #cf650f color code

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

#cf650f
#b8590d
#a14e0b
#8a430a
#733808
#5c2c06
#452105
#2e1603
#170b01
#000000

Tones

#cf650f
#b96725
#a36a3b
#8c6c52
#766e68

Tones

Similar Color like #cf650f color

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

#d06610
#d16711
#d26812
#d36913
#d46a14
#d56b15
#d66c16
#d76d17
#d86e18
#d96f19
#da701a
#db711b
#dc721c
#dd731d
#ce640e
#cd630d
#cc620c
#cb610b
#ca600a
#c95f09
#c85e08
#c75d07
#c65c06
#c55b05
#c45a04
#c35903
#c25802
#c15701

Download this Dark Brown

Hex #cf650f 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.

#cf650f Color Code Preview on Black Background Color

This is how #cf650f Color will look on black background color. Color contrast ratio is 5.52

#cf650f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf650f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf650f

#cf650f color code is use for CSS Background Color

Background color for the above div is #cf650f

HTML with inline CSS

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

#cf650f color code is use for CSS Border Color

CSS Border color for the above div is #cf650f

HTML with inline CSS

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

CSS Border Left color for the above div is #cf650f

HTML with inline CSS

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

CSS Border Right color for the above div is #cf650f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cf650f

HTML with inline CSS

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

CSS Border Top color for the above div is #cf650f

HTML with inline CSS

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

#cf650f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cf650f Color code Preview on White Background

This is how #cf650f Color code will look on white background color. Color contrast ratio is 3.80

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(207,101,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,121,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(207,101,15,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }