crispedge.com

Color picker

Loading...

#635c55 hex color - Brown - Warm color - Information

#635c55 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #635c55 Color code in RGB color code model is created after adding 38.82% red color, 36.08% green color and 33.33% blue color. Hex #635c55 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 14% yellow and 61% black.

Hex #635c55 color code is between #665544 web safe hex color code and #556666 web safe hex color code. #665544 is the nearest web safe color code. You can see here many more shades of #635c55 color code.

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Code635c55#635c55
RGB Decimal99, 92, 85rgb(99, 92, 85)
RGB Percent39%, 36%, 33%rgb(39%, 36%, 33%)
CSS RGBa99, 92, 85,1rgba(99,92,85,1)
CMYK Modelcmyk(0%,7%,14%,61%)
HSL Color Space30,8% ,36%hsl(30,8% ,36%)
HSV Color Space30°, 14%, 39%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011000110101110001010101
Octal143134125
Decimal999285
Hex635c55

Different shades of #635c55 color code.

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

Light Shade of #635c55
#7e756d
Dark Shade of #635c55
#48423d
Saturated Shade of #635c55
#6c5c4c
Desaturated Shade of #635c55
#5c5c5c
Grey scale Shade of #635c55
#5c5c5c
Brighten Shade
#7c756e
Most Readable Shade
#FFFFFF

Shades of #635c55 color code

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

#635c55
#58514b
#4d4742
#423d38
#37332f
#2c2825
#211e1c
#161412
#0b0a09
#000000

Similar Color like #635c55 color

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

#645d56
#655e57
#665f58
#676059
#68615a
#69625b
#6a635c
#6b645d
#6c655e
#6d665f
#6e6760
#6f6861
#706962
#716a63
#625b54
#615a53
#605952
#5f5851
#5e5750
#5d564f
#5c554e
#5b544d
#5a534c
#59524b
#58514a
#575049
#564f48
#554e47

Monochromatic Color with #635c55

#635c55
#8d8379
#b8ab9e
#e2d2c2
#0e0d0c
#383430

Tints of #635c55 Color

#635c55
#746e67
#85807a
#97928d
#a8a4a0
#b9b6b3
#cbc8c6
#dcdad9
#edecec
#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

#635c55
#555c63

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

Split Complementary

#635c55
#556363
#555563

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

Analogous Color

#635655
#635955
#635c55
#635f55
#636255

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

#635c55
#55635c
#5c5563

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

#635c55
#556355
#555c63
#635563

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

#635c55
#555c63
#555563
#636355

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 #635c55 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.

#635c55 Color Code Preview on Black Background Color

This is how #635c55 Color will look on black background color. Color contrast ratio is 3.19

#635c55 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #635c55

HTML with inline CSS

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

Your Example Paragraph content text in with font color #635c55

#635c55 color code is use for CSS Background Color

Background color for the above div is #635c55

HTML with inline CSS

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

#635c55 color code is use for CSS Border Color

CSS Border color for the above div is #635c55

HTML with inline CSS

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

CSS Border Left color for the above div is #635c55

HTML with inline CSS

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

CSS Border Right color for the above div is #635c55

HTML with inline CSS

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

CSS Border Bottom color for the above div is #635c55

HTML with inline CSS

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

CSS Border Top color for the above div is #635c55

HTML with inline CSS

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

#635c55 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#635c55 Color code Preview on White Background

This is how #635c55 Color code will look on white background color. Color contrast ratio is 6.58

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(99,92,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,92,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(99,92,85,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.