COLOR #635D44

HEX: #635D44 RGB: (99,93,68)

Color info

#635D44 contains red, green and blue colors in about the same proportion. Web safe color of #635D44 is #666633 (or #663).

RGB color model

#635D44 color RGB value is (99,93,68).

RGB: (99,93,68) (39%, 36%, 27%)

RGB channels and saturation

R 99 of 255 = 39%
G 93 of 255 = 36%
B 68 of 255 = 27%

99
93
68

R + G + B ~ 34%. #635D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 93 + 68 = 260 (100%)
R 99 of 260 ~ 38.08%
G 93 of 260 ~ 35.77%
B 68 of 260 ~ 26.15'%

%38.08
%35.77
%26.15

CMYK color model

#635D44 color CMYK value is (0,6,31,61).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 31.31%
  • key color value is 61.18%

CMYK: (0,6,31,61)
C0M6Y31K61 (0%, 6%, 31%, 61%)
(0.00 / 0.06 / 0.31 / 0.61)

CMYK percentages

%0
%6.06
%31.31
%61.18

Codes

Color #635D44 in popluar color models

63 5D 44
RGB 99 93 68
HSL 48° 18.56% 32.75%
HSB/HSV 48° 31.31% 38.82%
CMYK 0.00% 6.06% 31.31%
61.18%

Color #635D44 in popluar number systems.

HEX 63 5D 44
Decimal 99 93 68
Binary 1100011 1011101 1000100
Octal 143 135 104

Shades and tints

Shades of #635D44

#635D44
(99,93,68)
#5A553E
(90,85,62)
#514D38
(81,77,56)
#484532
(72,69,50)
#3F3D2C
(63,61,44)
#363526
(54,53,38)
#2D2D20
(45,45,32)
#24251A
(36,37,26)
#1B1D14
(27,29,20)
#12150E
(18,21,14)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #635D44

#635D44
(99,93,68)
#716B55
(113,107,85)
#7F7966
(127,121,102)
#8D8777
(141,135,119)
#9B9588
(155,149,136)
#A9A399
(169,163,153)
#B7B1AA
(183,177,170)
#C5BFBB
(197,191,187)
#D3CDCC
(211,205,204)
#E1DBDD
(225,219,221)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635D44 color. Also use rgb(99,93,68) instead hex code.

Text Font Color

.myTextColor { color: #635D44; }

<p style="color:#635D44">This sample text font color is #635D44.</p>

This text font color is #635D44.

Background Color

.myBgColor { background-color: #635D44; }

<div style="background-color:#635D44">Inner text</div>

This div background color is #635D44.

Border color

.myBorderColor { border: 1px solid #635D44; }

<div style="border:3px solid #635D44">Div</div>

This div border color is #635D44.

Opacity

.myOpacity80 { color: #635D44; opacity: 0.8; }

<p style="color:#635D44;opacity:0.8;">80%</p>

Text with #635D44 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #635D44;}

<p style="text-shadow: 3px 3px 1px #635D44">Text here.</p>

This text has shadow with #635D44 color.


.textShadow {text-shadow: 3px 3px 1px #635D44', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #635D44, 5px 5px 20px red">Text here.</p>

This text has shadow with #635D44 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#635D44, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#635D44, Direction=45, Strength=4)">Text</p>

This text has shadow with #635D44 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #635D44;
-webkit-box-shadow: 1px 1px 3px 2px #635D44;
box-shadow: 1px 1px 3px 2px #635D44;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #635D44; -webkit-box-shadow: 1px 1px 3px 2px #635D44; box-shadow:1px 1px 3px 2px #635D44;">
Div content here
</div>

This div box has shadow with color #635D44.

Preview

Color preview on black background

This text has color #635D44 on black background.


Color preview on white background

This text has color #635D44 on white background.


Black color preview on #635D44 background

This text has black color on #635D44 background.


White color preview on #635D44 background

This text has white color on #635D44 background.


Related colors

Complementary color

Complementary color for #hex is #9CA2BB.


I love getcolorcode.com

Triadic colors

1 #44635D and #5D4463 with #635D44 are triadic colors.

2 #445D63 and #5D6344 with #635D44 are triadic colors.