COLOR #6D521B

HEX: #6D521B RGB: (109,82,27)

Color info

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

RGB color model

#6D521B color RGB value is (109,82,27).

RGB: (109,82,27) (43%, 32%, 11%)

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 27 of 255 = 11%

109
82
27

R + G + B ~ 29%. #6D521B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 82 + 27 = 218 (100%)
R 109 of 218 ~ 50%
G 82 of 218 ~ 37.61%
B 27 of 218 ~ 12.39'%

%50
%37.61
%12.39

CMYK color model

#6D521B color CMYK value is (0,25,75,57).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 75.23%
  • key color value is 57.25%

CMYK: (0,25,75,57)
C0M25Y75K57 (0%, 25%, 75%, 57%)
(0.00 / 0.25 / 0.75 / 0.57)

CMYK percentages

%0
%24.77
%75.23
%57.25

Codes

Color #6D521B in popluar color models

6D 52 1B
RGB 109 82 27
HSL 40° 60.29% 26.67%
HSB/HSV 40° 75.23% 42.75%
CMYK 0.00% 24.77% 75.23%
57.25%

Color #6D521B in popluar number systems.

HEX 6D 52 1B
Decimal 109 82 27
Binary 1101101 1010010 11011
Octal 155 122 33

Shades and tints

Shades of #6D521B

#6D521B
(109,82,27)
#644B19
(100,75,25)
#5B4417
(91,68,23)
#523D15
(82,61,21)
#493613
(73,54,19)
#402F11
(64,47,17)
#37280F
(55,40,15)
#2E210D
(46,33,13)
#251A0B
(37,26,11)
#1C1309
(28,19,9)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #6D521B

#6D521B
(109,82,27)
#7A612F
(122,97,47)
#877043
(135,112,67)
#947F57
(148,127,87)
#A18E6B
(161,142,107)
#AE9D7F
(174,157,127)
#BBAC93
(187,172,147)
#C8BBA7
(200,187,167)
#D5CABB
(213,202,187)
#E2D9CF
(226,217,207)
#EFE8E3
(239,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D521B color. Also use rgb(109,82,27) instead hex code.

Text Font Color

.myTextColor { color: #6D521B; }

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

This text font color is #6D521B.

Background Color

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

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

This div background color is #6D521B.

Border color

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

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

This div border color is #6D521B.

Opacity

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

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

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

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

This text has shadow with #6D521B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D521B.

Preview

Color preview on black background

This text has color #6D521B on black background.


Color preview on white background

This text has color #6D521B on white background.


Black color preview on #6D521B background

This text has black color on #6D521B background.


White color preview on #6D521B background

This text has white color on #6D521B background.


Related colors

Complementary color

Complementary color for #hex is #92ADE4.


I love getcolorcode.com

Triadic colors

1 #1B6D52 and #521B6D with #6D521B are triadic colors.

2 #1B526D and #526D1B with #6D521B are triadic colors.