COLOR #6A4B3B

HEX: #6A4B3B RGB: (106,75,59)

Color info

#6A4B3B contains red, green and blue colors in about the same proportion. Web safe color of #6A4B3B is #663333 (or #633).

RGB color model

#6A4B3B color RGB value is (106,75,59).

RGB: (106,75,59) (42%, 29%, 23%)

RGB channels and saturation

R 106 of 255 = 42%
G 75 of 255 = 29%
B 59 of 255 = 23%

106
75
59

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

Portions of RGB colors in percentages

R + G + B = 106 + 75 + 59 = 240 (100%)
R 106 of 240 ~ 44.17%
G 75 of 240 ~ 31.25%
B 59 of 240 ~ 24.58'%

%44.17
%31.25
%24.58

CMYK color model

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

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

CMYK: (0,29,44,58)
C0M29Y44K58 (0%, 29%, 44%, 58%)
(0.00 / 0.29 / 0.44 / 0.58)

CMYK percentages

%0
%29.25
%44.34
%58.43

Codes

Color #6A4B3B in popluar color models

6A 4B 3B
RGB 106 75 59
HSL 20° 28.48% 32.35%
HSB/HSV 20° 44.34% 41.57%
CMYK 0.00% 29.25% 44.34%
58.43%

Color #6A4B3B in popluar number systems.

HEX 6A 4B 3B
Decimal 106 75 59
Binary 1101010 1001011 111011
Octal 152 113 73

Shades and tints

Shades of #6A4B3B

#6A4B3B
(106,75,59)
#614536
(97,69,54)
#583F31
(88,63,49)
#4F392C
(79,57,44)
#463327
(70,51,39)
#3D2D22
(61,45,34)
#34271D
(52,39,29)
#2B2118
(43,33,24)
#221B13
(34,27,19)
#19150E
(25,21,14)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #6A4B3B

#6A4B3B
(106,75,59)
#775B4C
(119,91,76)
#846B5D
(132,107,93)
#917B6E
(145,123,110)
#9E8B7F
(158,139,127)
#AB9B90
(171,155,144)
#B8ABA1
(184,171,161)
#C5BBB2
(197,187,178)
#D2CBC3
(210,203,195)
#DFDBD4
(223,219,212)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4B3B; }

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

This text font color is #6A4B3B.

Background Color

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

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

This div background color is #6A4B3B.

Border color

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

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

This div border color is #6A4B3B.

Opacity

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

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

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

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

This text has shadow with #6A4B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4B3B.

Preview

Color preview on black background

This text has color #6A4B3B on black background.


Color preview on white background

This text has color #6A4B3B on white background.


Black color preview on #6A4B3B background

This text has black color on #6A4B3B background.


White color preview on #6A4B3B background

This text has white color on #6A4B3B background.


Related colors

Complementary color

Complementary color for #hex is #95B4C4.


I love getcolorcode.com

Triadic colors

1 #3B6A4B and #4B3B6A with #6A4B3B are triadic colors.

2 #3B4B6A and #4B6A3B with #6A4B3B are triadic colors.