COLOR #6D5F33

HEX: #6D5F33
RGB: (109,95,51)

Color info

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

RGB color model

#6D5F33 color RGB value is (109,95,51).

  • red value is 109;
  • green value is 95;
  • blue value is 51.
RGB:
(109,95,51)
(43%,37%,20%)

RGB channels and saturation

R 109 of 255 = 43%
G 95 of 255 = 37%
B 51 of 255 = 20%

109
95
51

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

Portions of RGB colors in percentages

R + G + B =
109 + 95 + 51 = 255 (100%)
R 109 of 255 ~ 42.75%
G 95 of 255 ~ 37.25%
B 51 of 255 ~ 20%

%42.75
%37.25
%20

CMYK color model

#6D5F33 color CMYK value is (0,13,53,57).

  • cyan value is 0.00%
  • magenta value is 12.84%
  • yellow value is 53.21%
  • key color value is 57.25%
CMYK:
(0,13,53,57)
C0M13Y53K57 
(0%,13%,53%,57%)
(0.00/0.13/0.53/0.57)	

CMYK percentages

%0
%12.84
%53.21
%57.25

Codes

Color #6D5F33 in popluar color models

6D5F33
RGB1099551
HSL46°36.25%31.37%
HSB/HSV46°53.21%42.75%
CMYK0.00%12.84%53.21%
57.25%

Color #6D5F33 in popluar number systems.

HEX6D5F33
Decimal1099551
Binary11011011011111110011
Octal15513763

Shades and tints

Shades of #6D5F33

#6D5F33
(109,95,51)
#64572F
(100,87,47)
#5B4F2B
(91,79,43)
#524727
(82,71,39)
#493F23
(73,63,35)
#40371F
(64,55,31)
#372F1B
(55,47,27)
#2E2717
(46,39,23)
#251F13
(37,31,19)
#1C170F
(28,23,15)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #6D5F33

#6D5F33
(109,95,51)
#7A6D45
(122,109,69)
#877B57
(135,123,87)
#948969
(148,137,105)
#A1977B
(161,151,123)
#AEA58D
(174,165,141)
#BBB39F
(187,179,159)
#C8C1B1
(200,193,177)
#D5CFC3
(213,207,195)
#E2DDD5
(226,221,213)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5F33 color. Also use rgb(109,95,51) instead hex code.

Text Font Color

.myTextColor { color: #6D5F33; }

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

This text font color is #6D5F33.


Background Color

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

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

This div background color is #6D5F33.


Border color

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

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

This div border color is #6D5F33.


Opacity

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

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

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

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

This text has shadow with #6D5F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F33 on black background.


Color preview on white background

This text has color #6D5F33 on white background.



Black color preview on #6D5F33 background

This text has black color on #6D5F33 background.


White color preview on #6D5F33 background

This text has white color on #6D5F33 background.