COLOR #6D635D

HEX: #6D635D
RGB: (109,99,93)

Color info

#6D635D contains red, green and blue colors in about the same proportion. Web safe color of #6D635D is #666666 (or #666).

RGB color model

#6D635D color RGB value is (109,99,93).

  • red value is 109;
  • green value is 99;
  • blue value is 93.
RGB:
(109,99,93)
(43%,39%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 93 of 255 = 36%

109
99
93

R + G + B ~ 39%. #6D635D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 93 = 301 (100%)
R 109 of 301 ~ 36.21%
G 99 of 301 ~ 32.89%
B 93 of 301 ~ 30.9%

%36.21
%32.89
%30.9

CMYK color model

#6D635D color CMYK value is (0,9,15,57).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK:
(0,9,15,57)
C0M9Y15K57 
(0%,9%,15%,57%)
(0.00/0.09/0.15/0.57)	

CMYK percentages

%0
%9.17
%14.68
%57.25

Codes

Color #6D635D in popluar color models

6D635D
RGB1099993
HSL23°7.92%39.61%
HSB/HSV23°14.68%42.75%
CMYK0.00%9.17%14.68%
57.25%

Color #6D635D in popluar number systems.

HEX6D635D
Decimal1099993
Binary110110111000111011101
Octal155143135

Shades and tints

Shades of #6D635D

#6D635D
(109,99,93)
#645A55
(100,90,85)
#5B514D
(91,81,77)
#524845
(82,72,69)
#493F3D
(73,63,61)
#403635
(64,54,53)
#372D2D
(55,45,45)
#2E2425
(46,36,37)
#251B1D
(37,27,29)
#1C1215
(28,18,21)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D635D

#6D635D
(109,99,93)
#7A716B
(122,113,107)
#877F79
(135,127,121)
#948D87
(148,141,135)
#A19B95
(161,155,149)
#AEA9A3
(174,169,163)
#BBB7B1
(187,183,177)
#C8C5BF
(200,197,191)
#D5D3CD
(213,211,205)
#E2E1DB
(226,225,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D635D color. Also use rgb(109,99,93) instead hex code.

Text Font Color

.myTextColor { color: #6D635D; }

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

This text font color is #6D635D.


Background Color

.myBgColor { background-color: #6D635D; }

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

This div background color is #6D635D.


Border color

.myBorderColor { border: 1px solid #6D635D; }

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

This div border color is #6D635D.


Opacity

.myOpacity80 { color: #6D635D; opacity: 0.8; }

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

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

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

This text has shadow with #6D635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D635D on black background.


Color preview on white background

This text has color #6D635D on white background.



Black color preview on #6D635D background

This text has black color on #6D635D background.


White color preview on #6D635D background

This text has white color on #6D635D background.