COLOR #6B4941

HEX: #6B4941 RGB: (107,73,65)

Color info

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

RGB color model

#6B4941 color RGB value is (107,73,65).

RGB: (107,73,65) (42%, 29%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 73 of 255 = 29%
B 65 of 255 = 25%

107
73
65

R + G + B ~ 32%. #6B4941 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 73 + 65 = 245 (100%)
R 107 of 245 ~ 43.67%
G 73 of 245 ~ 29.8%
B 65 of 245 ~ 26.53'%

%43.67
%29.8
%26.53

CMYK color model

#6B4941 color CMYK value is (0,32,39,58).

  • cyan value is 0.00%
  • magenta value is 31.78%
  • yellow value is 39.25%
  • key color value is 58.04%

CMYK: (0,32,39,58)
C0M32Y39K58 (0%, 32%, 39%, 58%)
(0.00 / 0.32 / 0.39 / 0.58)

CMYK percentages

%0
%31.78
%39.25
%58.04

Codes

Color #6B4941 in popluar color models

6B 49 41
RGB 107 73 65
HSL 11° 24.42% 33.73%
HSB/HSV 11° 39.25% 41.96%
CMYK 0.00% 31.78% 39.25%
58.04%

Color #6B4941 in popluar number systems.

HEX 6B 49 41
Decimal 107 73 65
Binary 1101011 1001001 1000001
Octal 153 111 101

Shades and tints

Shades of #6B4941

#6B4941
(107,73,65)
#62433C
(98,67,60)
#593D37
(89,61,55)
#503732
(80,55,50)
#47312D
(71,49,45)
#3E2B28
(62,43,40)
#352523
(53,37,35)
#2C1F1E
(44,31,30)
#231919
(35,25,25)
#1A1314
(26,19,20)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #6B4941

#6B4941
(107,73,65)
#785952
(120,89,82)
#856963
(133,105,99)
#927974
(146,121,116)
#9F8985
(159,137,133)
#AC9996
(172,153,150)
#B9A9A7
(185,169,167)
#C6B9B8
(198,185,184)
#D3C9C9
(211,201,201)
#E0D9DA
(224,217,218)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4941 color. Also use rgb(107,73,65) instead hex code.

Text Font Color

.myTextColor { color: #6B4941; }

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

This text font color is #6B4941.

Background Color

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

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

This div background color is #6B4941.

Border color

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

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

This div border color is #6B4941.

Opacity

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

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

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

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

This text has shadow with #6B4941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B4941.

Preview

Color preview on black background

This text has color #6B4941 on black background.


Color preview on white background

This text has color #6B4941 on white background.


Black color preview on #6B4941 background

This text has black color on #6B4941 background.


White color preview on #6B4941 background

This text has white color on #6B4941 background.


Related colors

Complementary color

Complementary color for #hex is #94B6BE.


I love getcolorcode.com

Triadic colors

1 #416B49 and #49416B with #6B4941 are triadic colors.

2 #41496B and #496B41 with #6B4941 are triadic colors.