COLOR #635646

HEX: #635646
RGB: (99,86,70)

Color info

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

RGB color model

#635646 color RGB value is (99,86,70).

  • red value is 99;
  • green value is 86;
  • blue value is 70.
RGB:
(99,86,70)
(39%,34%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 86 of 255 = 34%
B 70 of 255 = 27%

99
86
70

R + G + B ~ 33%. #635646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 86 + 70 = 255 (100%)
R 99 of 255 ~ 38.82%
G 86 of 255 ~ 33.73%
B 70 of 255 ~ 27.45%

%38.82
%33.73
%27.45

CMYK color model

#635646 color CMYK value is (0,13,29,61).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(0,13,29,61)
C0M13Y29K61 
(0%,13%,29%,61%)
(0.00/0.13/0.29/0.61)	

CMYK percentages

%0
%13.13
%29.29
%61.18

Codes

Color #635646 in popluar color models

635646
RGB998670
HSL33°17.16%33.14%
HSB/HSV33°29.29%38.82%
CMYK0.00%13.13%29.29%
61.18%

Color #635646 in popluar number systems.

HEX635646
Decimal998670
Binary110001110101101000110
Octal143126106

Shades and tints

Shades of #635646

#635646
(99,86,70)
#5A4F40
(90,79,64)
#51483A
(81,72,58)
#484134
(72,65,52)
#3F3A2E
(63,58,46)
#363328
(54,51,40)
#2D2C22
(45,44,34)
#24251C
(36,37,28)
#1B1E16
(27,30,22)
#121710
(18,23,16)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #635646

#635646
(99,86,70)
#716556
(113,101,86)
#7F7466
(127,116,102)
#8D8376
(141,131,118)
#9B9286
(155,146,134)
#A9A196
(169,161,150)
#B7B0A6
(183,176,166)
#C5BFB6
(197,191,182)
#D3CEC6
(211,206,198)
#E1DDD6
(225,221,214)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635646 color. Also use rgb(99,86,70) instead hex code.

Text Font Color

.myTextColor { color: #635646; }

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

This text font color is #635646.


Background Color

.myBgColor { background-color: #635646; }

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

This div background color is #635646.


Border color

.myBorderColor { border: 1px solid #635646; }

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

This div border color is #635646.


Opacity

.myOpacity80 { color: #635646; opacity: 0.8; }

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

Text with #635646 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 #635646;}

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

This text has shadow with #635646 color.

.textShadow {text-shadow: 3px 3px 1px #635646, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #635646;
-webkit-box-shadow: 1px 1px 3px 2px #635646;
box-shadow:1px 1px 3px 2px #635646;">
Div content here</div>
This div box has shadow with color #635646.

Preview

Color preview on black background

This text has color #635646 on black background.


Color preview on white background

This text has color #635646 on white background.



Black color preview on #635646 background

This text has black color on #635646 background.


White color preview on #635646 background

This text has white color on #635646 background.