COLOR #6D652A

HEX: #6D652A
RGB: (109,101,42)

Color info

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

RGB color model

#6D652A color RGB value is (109,101,42).

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

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 42 of 255 = 16%

109
101
42

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 42 = 252 (100%)
R 109 of 252 ~ 43.25%
G 101 of 252 ~ 40.08%
B 42 of 252 ~ 16.67%

%43.25
%40.08
%16.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 61.47%
  • 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
%61.47
%57.25

Codes

Color #6D652A in popluar color models

6D652A
RGB10910142
HSL53°44.37%29.61%
HSB/HSV53°61.47%42.75%
CMYK0.00%7.34%61.47%
57.25%

Color #6D652A in popluar number systems.

HEX6D652A
Decimal10910142
Binary11011011100101101010
Octal15514552

Shades and tints

Shades of #6D652A

#6D652A
(109,101,42)
#645C27
(100,92,39)
#5B5324
(91,83,36)
#524A21
(82,74,33)
#49411E
(73,65,30)
#40381B
(64,56,27)
#372F18
(55,47,24)
#2E2615
(46,38,21)
#251D12
(37,29,18)
#1C140F
(28,20,15)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D652A

#6D652A
(109,101,42)
#7A733D
(122,115,61)
#878150
(135,129,80)
#948F63
(148,143,99)
#A19D76
(161,157,118)
#AEAB89
(174,171,137)
#BBB99C
(187,185,156)
#C8C7AF
(200,199,175)
#D5D5C2
(213,213,194)
#E2E3D5
(226,227,213)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D652A; }

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

This text font color is #6D652A.


Background Color

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

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

This div background color is #6D652A.


Border color

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

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

This div border color is #6D652A.


Opacity

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

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

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

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

This text has shadow with #6D652A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D652A on black background.


Color preview on white background

This text has color #6D652A on white background.



Black color preview on #6D652A background

This text has black color on #6D652A background.


White color preview on #6D652A background

This text has white color on #6D652A background.