COLOR #6D6A38

HEX: #6D6A38
RGB: (109,106,56)

Color info

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

RGB color model

#6D6A38 color RGB value is (109,106,56).

  • red value is 109;
  • green value is 106;
  • blue value is 56.
RGB:
(109,106,56)
(43%,42%,22%)

RGB channels and saturation

R 109 of 255 = 43%
G 106 of 255 = 42%
B 56 of 255 = 22%

109
106
56

R + G + B ~ 36%. #6D6A38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 106 + 56 = 271 (100%)
R 109 of 271 ~ 40.22%
G 106 of 271 ~ 39.11%
B 56 of 271 ~ 20.66%

%40.22
%39.11
%20.66

CMYK color model

#6D6A38 color CMYK value is (0,3,49,57).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 48.62%
  • key color value is 57.25%
CMYK:
(0,3,49,57)
C0M3Y49K57 
(0%,3%,49%,57%)
(0.00/0.03/0.49/0.57)	

CMYK percentages

%0
%2.75
%48.62
%57.25

Codes

Color #6D6A38 in popluar color models

6D6A38
RGB10910656
HSL57°32.12%32.35%
HSB/HSV57°48.62%42.75%
CMYK0.00%2.75%48.62%
57.25%

Color #6D6A38 in popluar number systems.

HEX6D6A38
Decimal10910656
Binary11011011101010111000
Octal15515270

Shades and tints

Shades of #6D6A38

#6D6A38
(109,106,56)
#646133
(100,97,51)
#5B582E
(91,88,46)
#524F29
(82,79,41)
#494624
(73,70,36)
#403D1F
(64,61,31)
#37341A
(55,52,26)
#2E2B15
(46,43,21)
#252210
(37,34,16)
#1C190B
(28,25,11)
#131006
(19,16,6)
#000000
(0,0,0)

Tints of #6D6A38

#6D6A38
(109,106,56)
#7A774A
(122,119,74)
#87845C
(135,132,92)
#94916E
(148,145,110)
#A19E80
(161,158,128)
#AEAB92
(174,171,146)
#BBB8A4
(187,184,164)
#C8C5B6
(200,197,182)
#D5D2C8
(213,210,200)
#E2DFDA
(226,223,218)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6A38 color. Also use rgb(109,106,56) instead hex code.

Text Font Color

.myTextColor { color: #6D6A38; }

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

This text font color is #6D6A38.


Background Color

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

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

This div background color is #6D6A38.


Border color

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

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

This div border color is #6D6A38.


Opacity

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

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

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

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

This text has shadow with #6D6A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6A38 on black background.


Color preview on white background

This text has color #6D6A38 on white background.



Black color preview on #6D6A38 background

This text has black color on #6D6A38 background.


White color preview on #6D6A38 background

This text has white color on #6D6A38 background.