COLOR #6B713F

HEX: #6B713F RGB: (107,113,63)

Color info

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

RGB color model

#6B713F color RGB value is (107,113,63).

RGB: (107,113,63) (42%, 44%, 25%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 63 of 255 = 25%

107
113
63

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

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 63 = 283 (100%)
R 107 of 283 ~ 37.81%
G 113 of 283 ~ 39.93%
B 63 of 283 ~ 22.26'%

%37.81
%39.93
%22.26

CMYK color model

#6B713F color CMYK value is (5,0,44,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 55.69%

CMYK: (5,0,44,56)
C5M0Y44K56 (5%, 0%, 44%, 56%)
(0.05 / 0.00 / 0.44 / 0.56)

CMYK percentages

%5.31
%0
%44.25
%55.69

Codes

Color #6B713F in popluar color models

6B 71 3F
RGB 107 113 63
HSL 67° 28.41% 34.51%
HSB/HSV 67° 44.25% 44.31%
CMYK 5.31% 0.00% 44.25%
55.69%

Color #6B713F in popluar number systems.

HEX 6B 71 3F
Decimal 107 113 63
Binary 1101011 1110001 111111
Octal 153 161 77

Shades and tints

Shades of #6B713F

#6B713F
(107,113,63)
#62673A
(98,103,58)
#595D35
(89,93,53)
#505330
(80,83,48)
#47492B
(71,73,43)
#3E3F26
(62,63,38)
#353521
(53,53,33)
#2C2B1C
(44,43,28)
#232117
(35,33,23)
#1A1712
(26,23,18)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #6B713F

#6B713F
(107,113,63)
#787D50
(120,125,80)
#858961
(133,137,97)
#929572
(146,149,114)
#9FA183
(159,161,131)
#ACAD94
(172,173,148)
#B9B9A5
(185,185,165)
#C6C5B6
(198,197,182)
#D3D1C7
(211,209,199)
#E0DDD8
(224,221,216)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B713F color. Also use rgb(107,113,63) instead hex code.

Text Font Color

.myTextColor { color: #6B713F; }

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

This text font color is #6B713F.

Background Color

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

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

This div background color is #6B713F.

Border color

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

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

This div border color is #6B713F.

Opacity

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

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

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

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

This text has shadow with #6B713F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B713F.

Preview

Color preview on black background

This text has color #6B713F on black background.


Color preview on white background

This text has color #6B713F on white background.


Black color preview on #6B713F background

This text has black color on #6B713F background.


White color preview on #6B713F background

This text has white color on #6B713F background.


Related colors

Complementary color

Complementary color for #hex is #948EC0.


I love getcolorcode.com

Triadic colors

1 #3F6B71 and #713F6B with #6B713F are triadic colors.

2 #3F716B and #716B3F with #6B713F are triadic colors.