COLOR #6B7341

HEX: #6B7341 RGB: (107,115,65)

Color info

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

RGB color model

#6B7341 color RGB value is (107,115,65).

RGB: (107,115,65) (42%, 45%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 65 of 255 = 25%

107
115
65

R + G + B ~ 37%. #6B7341 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 115 + 65 = 287 (100%)
R 107 of 287 ~ 37.28%
G 115 of 287 ~ 40.07%
B 65 of 287 ~ 22.65'%

%37.28
%40.07
%22.65

CMYK color model

#6B7341 color CMYK value is (7,0,43,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 54.90%

CMYK: (7,0,43,55)
C7M0Y43K55 (7%, 0%, 43%, 55%)
(0.07 / 0.00 / 0.43 / 0.55)

CMYK percentages

%6.96
%0
%43.48
%54.9

Codes

Color #6B7341 in popluar color models

6B 73 41
RGB 107 115 65
HSL 70° 27.78% 35.29%
HSB/HSV 70° 43.48% 45.10%
CMYK 6.96% 0.00% 43.48%
54.90%

Color #6B7341 in popluar number systems.

HEX 6B 73 41
Decimal 107 115 65
Binary 1101011 1110011 1000001
Octal 153 163 101

Shades and tints

Shades of #6B7341

#6B7341
(107,115,65)
#62693C
(98,105,60)
#595F37
(89,95,55)
#505532
(80,85,50)
#474B2D
(71,75,45)
#3E4128
(62,65,40)
#353723
(53,55,35)
#2C2D1E
(44,45,30)
#232319
(35,35,25)
#1A1914
(26,25,20)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B7341

#6B7341
(107,115,65)
#787F52
(120,127,82)
#858B63
(133,139,99)
#929774
(146,151,116)
#9FA385
(159,163,133)
#ACAF96
(172,175,150)
#B9BBA7
(185,187,167)
#C6C7B8
(198,199,184)
#D3D3C9
(211,211,201)
#E0DFDA
(224,223,218)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7341; }

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

This text font color is #6B7341.

Background Color

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

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

This div background color is #6B7341.

Border color

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

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

This div border color is #6B7341.

Opacity

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

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

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

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

This text has shadow with #6B7341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7341.

Preview

Color preview on black background

This text has color #6B7341 on black background.


Color preview on white background

This text has color #6B7341 on white background.


Black color preview on #6B7341 background

This text has black color on #6B7341 background.


White color preview on #6B7341 background

This text has white color on #6B7341 background.


Related colors

Complementary color

Complementary color for #hex is #948CBE.


I love getcolorcode.com

Triadic colors

1 #416B73 and #73416B with #6B7341 are triadic colors.

2 #41736B and #736B41 with #6B7341 are triadic colors.