COLOR #6D6326

HEX: #6D6326
RGB: (109,99,38)

Color info

#6D6326 contains mainly red and green colors. Web safe color of #6D6326 is #666633 (or #663).

RGB color model

#6D6326 color RGB value is (109,99,38).

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

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 38 of 255 = 15%

109
99
38

R + G + B ~ 32%. #6D6326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 38 = 246 (100%)
R 109 of 246 ~ 44.31%
G 99 of 246 ~ 40.24%
B 38 of 246 ~ 15.45%

%44.31
%40.24
%15.45

CMYK color model

#6D6326 color CMYK value is (0,9,65,57).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 65.14%
  • key color value is 57.25%
CMYK:
(0,9,65,57)
C0M9Y65K57 
(0%,9%,65%,57%)
(0.00/0.09/0.65/0.57)	

CMYK percentages

%0
%9.17
%65.14
%57.25

Codes

Color #6D6326 in popluar color models

6D6326
RGB1099938
HSL52°48.30%28.82%
HSB/HSV52°65.14%42.75%
CMYK0.00%9.17%65.14%
57.25%

Color #6D6326 in popluar number systems.

HEX6D6326
Decimal1099938
Binary11011011100011100110
Octal15514346

Shades and tints

Shades of #6D6326

#6D6326
(109,99,38)
#645A23
(100,90,35)
#5B5120
(91,81,32)
#52481D
(82,72,29)
#493F1A
(73,63,26)
#403617
(64,54,23)
#372D14
(55,45,20)
#2E2411
(46,36,17)
#251B0E
(37,27,14)
#1C120B
(28,18,11)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #6D6326

#6D6326
(109,99,38)
#7A7139
(122,113,57)
#877F4C
(135,127,76)
#948D5F
(148,141,95)
#A19B72
(161,155,114)
#AEA985
(174,169,133)
#BBB798
(187,183,152)
#C8C5AB
(200,197,171)
#D5D3BE
(213,211,190)
#E2E1D1
(226,225,209)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6326; }

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

This text font color is #6D6326.


Background Color

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

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

This div background color is #6D6326.


Border color

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

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

This div border color is #6D6326.


Opacity

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

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

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

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

This text has shadow with #6D6326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6326 on black background.


Color preview on white background

This text has color #6D6326 on white background.



Black color preview on #6D6326 background

This text has black color on #6D6326 background.


White color preview on #6D6326 background

This text has white color on #6D6326 background.