crispedge.com

Color picker

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

#63605d hex color - Grey - Warm color - Information

#63605d hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #63605d Color code in RGB color code model is created after adding 38.82% red color, 37.65% green color and 36.47% blue color. Hex #63605d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 6% yellow and 61% black.

Hex #63605d color code is between #666655 web safe hex color code and #555566 web safe hex color code. #666655 is the nearest web safe color code. You can see here many more shades of #63605d color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code63605d#63605d
RGB Decimal99, 96, 93rgb(99, 96, 93)
RGB Percent39%, 38%, 36%rgb(39%, 38%, 36%)
CSS RGBa99, 96, 93,1rgba(99,96,93,1)
CMYK Modelcmyk(0%,3%,6%,61%)
HSL Color Space30,3% ,38%hsl(30,3% ,38%)
HSV Color Space30°, 6%, 39%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011000110110000001011101
Octal143140135
Decimal999693
Hex63605d

Different shades of #63605d color code.

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

Light Shade of #63605d
#7d7976
Dark Shade of #63605d
#494644
Saturated Shade of #63605d
#6d6053
Desaturated Shade of #63605d
#606060
Grey scale Shade of #63605d
#606060
Brighten Shade
#7c7976
Most Readable Shade
#FFFFFF

Shades of #63605d color code

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

#63605d
#585552
#4d4a48
#42403e
#373533
#2c2a29
#21201f
#161514
#0b0a0a
#000000

Similar Color like #63605d color

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

#64615e
#65625f
#666360
#676461
#686562
#696663
#6a6764
#6b6865
#6c6966
#6d6a67
#6e6b68
#6f6c69
#706d6a
#716e6b
#625f5c
#615e5b
#605d5a
#5f5c59
#5e5b58
#5d5a57
#5c5956
#5b5855
#5a5754
#595653
#585552
#575451
#565350
#55524f

Monochromatic Color with #63605d

#63605d
#8d8985
#b8b2ad
#e2dcd5
#0e0e0d
#383735

Tints of #63605d Color

#63605d
#74716f
#858381
#979593
#a8a6a5
#b9b8b7
#cbcac9
#dcdbdb
#ededed
#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

#63605d
#5d6063

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

Split Complementary

#63605d
#5d6363
#5d5d63

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

Analogous Color

#635e5d
#635f5d
#63605d
#63615d
#63625d

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

#63605d
#5d6360
#605d63

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

#63605d
#5d635d
#5d6063
#635d63

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

#63605d
#5d6063
#5d5d63
#63635d

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 #63605d 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.

#63605d Color Code Preview on Black Background Color

This is how #63605d Color will look on black background color. Color contrast ratio is 3.36

#63605d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63605d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63605d

#63605d color code is use for CSS Background Color

Background color for the above div is #63605d

HTML with inline CSS

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

#63605d color code is use for CSS Border Color

CSS Border color for the above div is #63605d

HTML with inline CSS

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

CSS Border Left color for the above div is #63605d

HTML with inline CSS

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

CSS Border Right color for the above div is #63605d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #63605d

HTML with inline CSS

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

CSS Border Top color for the above div is #63605d

HTML with inline CSS

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

#63605d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#63605d Color code Preview on White Background

This is how #63605d Color code will look on white background color. Color contrast ratio is 6.25

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.