COLOR #6A522F

HEX: #6A522F RGB: (106,82,47)

Color info

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

RGB color model

#6A522F color RGB value is (106,82,47).

RGB: (106,82,47) (42%, 32%, 18%)

RGB channels and saturation

R 106 of 255 = 42%
G 82 of 255 = 32%
B 47 of 255 = 18%

106
82
47

R + G + B ~ 31%. #6A522F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 82 + 47 = 235 (100%)
R 106 of 235 ~ 45.11%
G 82 of 235 ~ 34.89%
B 47 of 235 ~ 20'%

%45.11
%34.89
%20

CMYK color model

#6A522F color CMYK value is (0,23,56,58).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 55.66%
  • key color value is 58.43%

CMYK: (0,23,56,58)
C0M23Y56K58 (0%, 23%, 56%, 58%)
(0.00 / 0.23 / 0.56 / 0.58)

CMYK percentages

%0
%22.64
%55.66
%58.43

Codes

Color #6A522F in popluar color models

6A 52 2F
RGB 106 82 47
HSL 36° 38.56% 30.00%
HSB/HSV 36° 55.66% 41.57%
CMYK 0.00% 22.64% 55.66%
58.43%

Color #6A522F in popluar number systems.

HEX 6A 52 2F
Decimal 106 82 47
Binary 1101010 1010010 101111
Octal 152 122 57

Shades and tints

Shades of #6A522F

#6A522F
(106,82,47)
#614B2B
(97,75,43)
#584427
(88,68,39)
#4F3D23
(79,61,35)
#46361F
(70,54,31)
#3D2F1B
(61,47,27)
#342817
(52,40,23)
#2B2113
(43,33,19)
#221A0F
(34,26,15)
#19130B
(25,19,11)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #6A522F

#6A522F
(106,82,47)
#776141
(119,97,65)
#847053
(132,112,83)
#917F65
(145,127,101)
#9E8E77
(158,142,119)
#AB9D89
(171,157,137)
#B8AC9B
(184,172,155)
#C5BBAD
(197,187,173)
#D2CABF
(210,202,191)
#DFD9D1
(223,217,209)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A522F color. Also use rgb(106,82,47) instead hex code.

Text Font Color

.myTextColor { color: #6A522F; }

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

This text font color is #6A522F.

Background Color

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

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

This div background color is #6A522F.

Border color

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

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

This div border color is #6A522F.

Opacity

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

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

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

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

This text has shadow with #6A522F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A522F.

Preview

Color preview on black background

This text has color #6A522F on black background.


Color preview on white background

This text has color #6A522F on white background.


Black color preview on #6A522F background

This text has black color on #6A522F background.


White color preview on #6A522F background

This text has white color on #6A522F background.


Related colors

Complementary color

Complementary color for #hex is #95ADD0.


I love getcolorcode.com

Triadic colors

1 #2F6A52 and #522F6A with #6A522F are triadic colors.

2 #2F526A and #526A2F with #6A522F are triadic colors.