COLOR #6D652B

HEX: #6D652B
RGB: (109,101,43)

Color info

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

RGB color model

#6D652B color RGB value is (109,101,43).

  • red value is 109;
  • green value is 101;
  • blue value is 43.
RGB:
(109,101,43)
(43%,40%,17%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 43 of 255 = 17%

109
101
43

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 43 = 253 (100%)
R 109 of 253 ~ 43.08%
G 101 of 253 ~ 39.92%
B 43 of 253 ~ 17%

%43.08
%39.92
%17

CMYK color model

#6D652B color CMYK value is (0,7,61,57).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 60.55%
  • key color value is 57.25%
CMYK:
(0,7,61,57)
C0M7Y61K57 
(0%,7%,61%,57%)
(0.00/0.07/0.61/0.57)	

CMYK percentages

%0
%7.34
%60.55
%57.25

Codes

Color #6D652B in popluar color models

6D652B
RGB10910143
HSL53°43.42%29.80%
HSB/HSV53°60.55%42.75%
CMYK0.00%7.34%60.55%
57.25%

Color #6D652B in popluar number systems.

HEX6D652B
Decimal10910143
Binary11011011100101101011
Octal15514553

Shades and tints

Shades of #6D652B

#6D652B
(109,101,43)
#645C28
(100,92,40)
#5B5325
(91,83,37)
#524A22
(82,74,34)
#49411F
(73,65,31)
#40381C
(64,56,28)
#372F19
(55,47,25)
#2E2616
(46,38,22)
#251D13
(37,29,19)
#1C1410
(28,20,16)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D652B

#6D652B
(109,101,43)
#7A733E
(122,115,62)
#878151
(135,129,81)
#948F64
(148,143,100)
#A19D77
(161,157,119)
#AEAB8A
(174,171,138)
#BBB99D
(187,185,157)
#C8C7B0
(200,199,176)
#D5D5C3
(213,213,195)
#E2E3D6
(226,227,214)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D652B color. Also use rgb(109,101,43) instead hex code.

Text Font Color

.myTextColor { color: #6D652B; }

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

This text font color is #6D652B.


Background Color

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

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

This div background color is #6D652B.


Border color

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

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

This div border color is #6D652B.


Opacity

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

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

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

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

This text has shadow with #6D652B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D652B on black background.


Color preview on white background

This text has color #6D652B on white background.



Black color preview on #6D652B background

This text has black color on #6D652B background.


White color preview on #6D652B background

This text has white color on #6D652B background.