COLOR #6D643C

HEX: #6D643C
RGB: (109,100,60)

Color info

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

RGB color model

#6D643C color RGB value is (109,100,60).

  • red value is 109;
  • green value is 100;
  • blue value is 60.
RGB:
(109,100,60)
(43%,39%,24%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 60 of 255 = 24%

109
100
60

R + G + B ~ 35%. #6D643C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 60 = 269 (100%)
R 109 of 269 ~ 40.52%
G 100 of 269 ~ 37.17%
B 60 of 269 ~ 22.3%

%40.52
%37.17
%22.3

CMYK color model

#6D643C color CMYK value is (0,8,45,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 44.95%
  • key color value is 57.25%
CMYK:
(0,8,45,57)
C0M8Y45K57 
(0%,8%,45%,57%)
(0.00/0.08/0.45/0.57)	

CMYK percentages

%0
%8.26
%44.95
%57.25

Codes

Color #6D643C in popluar color models

6D643C
RGB10910060
HSL49°28.99%33.14%
HSB/HSV49°44.95%42.75%
CMYK0.00%8.26%44.95%
57.25%

Color #6D643C in popluar number systems.

HEX6D643C
Decimal10910060
Binary11011011100100111100
Octal15514474

Shades and tints

Shades of #6D643C

#6D643C
(109,100,60)
#645B37
(100,91,55)
#5B5232
(91,82,50)
#52492D
(82,73,45)
#494028
(73,64,40)
#403723
(64,55,35)
#372E1E
(55,46,30)
#2E2519
(46,37,25)
#251C14
(37,28,20)
#1C130F
(28,19,15)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #6D643C

#6D643C
(109,100,60)
#7A724D
(122,114,77)
#87805E
(135,128,94)
#948E6F
(148,142,111)
#A19C80
(161,156,128)
#AEAA91
(174,170,145)
#BBB8A2
(187,184,162)
#C8C6B3
(200,198,179)
#D5D4C4
(213,212,196)
#E2E2D5
(226,226,213)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D643C color. Also use rgb(109,100,60) instead hex code.

Text Font Color

.myTextColor { color: #6D643C; }

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

This text font color is #6D643C.


Background Color

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

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

This div background color is #6D643C.


Border color

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

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

This div border color is #6D643C.


Opacity

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

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

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

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

This text has shadow with #6D643C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D643C on black background.


Color preview on white background

This text has color #6D643C on white background.



Black color preview on #6D643C background

This text has black color on #6D643C background.


White color preview on #6D643C background

This text has white color on #6D643C background.