COLOR #6A643B

HEX: #6A643B RGB: (106,100,59)

Color info

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

RGB color model

#6A643B color RGB value is (106,100,59).

RGB: (106,100,59) (42%, 39%, 23%)

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 59 of 255 = 23%

106
100
59

R + G + B ~ 35%. #6A643B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 100 + 59 = 265 (100%)
R 106 of 265 ~ 40%
G 100 of 265 ~ 37.74%
B 59 of 265 ~ 22.26'%

%40
%37.74
%22.26

CMYK color model

#6A643B color CMYK value is (0,6,44,58).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 44.34%
  • key color value is 58.43%

CMYK: (0,6,44,58)
C0M6Y44K58 (0%, 6%, 44%, 58%)
(0.00 / 0.06 / 0.44 / 0.58)

CMYK percentages

%0
%5.66
%44.34
%58.43

Codes

Color #6A643B in popluar color models

6A 64 3B
RGB 106 100 59
HSL 52° 28.48% 32.35%
HSB/HSV 52° 44.34% 41.57%
CMYK 0.00% 5.66% 44.34%
58.43%

Color #6A643B in popluar number systems.

HEX 6A 64 3B
Decimal 106 100 59
Binary 1101010 1100100 111011
Octal 152 144 73

Shades and tints

Shades of #6A643B

#6A643B
(106,100,59)
#615B36
(97,91,54)
#585231
(88,82,49)
#4F492C
(79,73,44)
#464027
(70,64,39)
#3D3722
(61,55,34)
#342E1D
(52,46,29)
#2B2518
(43,37,24)
#221C13
(34,28,19)
#19130E
(25,19,14)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #6A643B

#6A643B
(106,100,59)
#77724C
(119,114,76)
#84805D
(132,128,93)
#918E6E
(145,142,110)
#9E9C7F
(158,156,127)
#ABAA90
(171,170,144)
#B8B8A1
(184,184,161)
#C5C6B2
(197,198,178)
#D2D4C3
(210,212,195)
#DFE2D4
(223,226,212)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A643B color. Also use rgb(106,100,59) instead hex code.

Text Font Color

.myTextColor { color: #6A643B; }

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

This text font color is #6A643B.

Background Color

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

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

This div background color is #6A643B.

Border color

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

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

This div border color is #6A643B.

Opacity

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

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

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

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

This text has shadow with #6A643B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A643B.

Preview

Color preview on black background

This text has color #6A643B on black background.


Color preview on white background

This text has color #6A643B on white background.


Black color preview on #6A643B background

This text has black color on #6A643B background.


White color preview on #6A643B background

This text has white color on #6A643B background.


Related colors

Complementary color

Complementary color for #hex is #959BC4.


I love getcolorcode.com

Triadic colors

1 #3B6A64 and #643B6A with #6A643B are triadic colors.

2 #3B646A and #646A3B with #6A643B are triadic colors.