crispedge.com

Color picker

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

#63645f hex color - Grey - Warm color - Information

#63645f hex color - Grey - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Grey

Hex #63645f Color code in RGB color code model is created after adding 38.82% red color, 39.22% green color and 37.25% blue color. Hex #63645f Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 0% magenta, 5% yellow and 61% black.

Hex #63645f color code is between #666666 web safe hex color code and #555555 web safe hex color code. #666666 is the nearest web safe color code. You can see here many more shades of #63645f color code.

0 Likes 0 Comments | 22 Views

Color Table

Hex Color Code63645f#63645f
RGB Decimal99, 100, 95rgb(99, 100, 95)
RGB Percent39%, 39%, 37%rgb(39%, 39%, 37%)
CSS RGBa99, 100, 95,1rgba(99,100,95,1)
CMYK Modelcmyk(1%,0%,5%,61%)
HSL Color Space72,3% ,38%hsl(72,3% ,38%)
HSV Color Space72°, 5%, 39%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011000110110010001011111
Octal143144137
Decimal9910095
Hex63645f

Different shades of #63645f color code.

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

Light Shade of #63645f
#7d7e78
Dark Shade of #63645f
#494a46
Saturated Shade of #63645f
#696e55
Desaturated Shade of #63645f
#616161
Grey scale Shade of #63645f
#616161
Brighten Shade
#7c7d78
Most Readable Shade
#FFFFFF

Shades of #63645f color code

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

#63645f
#585854
#4d4d49
#42423f
#373734
#2c2c2a
#21211f
#161615
#0b0b0a
#000000

Similar Color like #63645f color

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

#646560
#656661
#666762
#676863
#686964
#696a65
#6a6b66
#6b6c67
#6c6d68
#6d6e69
#6e6f6a
#6f706b
#70716c
#71726d
#62635e
#61625d
#60615c
#5f605b
#5e5f5a
#5d5e59
#5c5d58
#5b5c57
#5a5b56
#595a55
#585954
#575853
#565752
#555651

Monochromatic Color with #63645f

#63645f
#8d8e87
#b7b9b0
#e1e3d8
#0f0f0e
#393937

Tints of #63645f Color

#63645f
#747570
#858682
#979794
#a8a8a6
#b9bab7
#cbcbc9
#dcdcdb
#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

#63645f
#605f64

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

Split Complementary

#63645f
#5f6164
#635f64

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

Analogous Color

#64635f
#64645f
#63645f
#62645f
#61645f

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

#63645f
#5f6364
#645f63

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

#63645f
#5f6462
#605f64
#645f60

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

#63645f
#605f64
#635f64
#61645f

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 #63645f 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.

#63645f Color Code Preview on Black Background Color

This is how #63645f Color will look on black background color. Color contrast ratio is 3.52

#63645f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63645f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63645f

#63645f color code is use for CSS Background Color

Background color for the above div is #63645f

HTML with inline CSS

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

#63645f color code is use for CSS Border Color

CSS Border color for the above div is #63645f

HTML with inline CSS

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

CSS Border Left color for the above div is #63645f

HTML with inline CSS

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

CSS Border Right color for the above div is #63645f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #63645f

HTML with inline CSS

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

CSS Border Top color for the above div is #63645f

HTML with inline CSS

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

#63645f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#63645f Color code Preview on White Background

This is how #63645f Color code will look on white background color. Color contrast ratio is 5.97

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

Related Gradients

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

0 Likes 0 Comments | 22 Views

Post your comment:-

By submitting comment you agree to our privacy policy.