COLOR #6B7643

HEX: #6B7643
RGB: (107,118,67)

Color info

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

RGB color model

#6B7643 color RGB value is (107,118,67).

  • red value is 107;
  • green value is 118;
  • blue value is 67.
RGB:
(107,118,67)
(42%,46%,26%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 67 of 255 = 26%

107
118
67

R + G + B ~ 38%. #6B7643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 118 + 67 = 292 (100%)
R 107 of 292 ~ 36.64%
G 118 of 292 ~ 40.41%
B 67 of 292 ~ 22.95%

%36.64
%40.41
%22.95

CMYK color model

#6B7643 color CMYK value is (9,0,43,54).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 43.22%
  • key color value is 53.73%
CMYK:
(9,0,43,54)
C9M0Y43K54 
(9%,0%,43%,54%)
(0.09/0.00/0.43/0.54)	

CMYK percentages

%9.32
%0
%43.22
%53.73

Codes

Color #6B7643 in popluar color models

6B7643
RGB10711867
HSL73°27.57%36.27%
HSB/HSV73°43.22%46.27%
CMYK9.32%0.00%43.22%
53.73%

Color #6B7643 in popluar number systems.

HEX6B7643
Decimal10711867
Binary110101111101101000011
Octal153166103

Shades and tints

Shades of #6B7643

#6B7643
(107,118,67)
#626C3D
(98,108,61)
#596237
(89,98,55)
#505831
(80,88,49)
#474E2B
(71,78,43)
#3E4425
(62,68,37)
#353A1F
(53,58,31)
#2C3019
(44,48,25)
#232613
(35,38,19)
#1A1C0D
(26,28,13)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #6B7643

#6B7643
(107,118,67)
#788254
(120,130,84)
#858E65
(133,142,101)
#929A76
(146,154,118)
#9FA687
(159,166,135)
#ACB298
(172,178,152)
#B9BEA9
(185,190,169)
#C6CABA
(198,202,186)
#D3D6CB
(211,214,203)
#E0E2DC
(224,226,220)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7643 color. Also use rgb(107,118,67) instead hex code.

Text Font Color

.myTextColor { color: #6B7643; }

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

This text font color is #6B7643.


Background Color

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

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

This div background color is #6B7643.


Border color

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

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

This div border color is #6B7643.


Opacity

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

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

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

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

This text has shadow with #6B7643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7643 on black background.


Color preview on white background

This text has color #6B7643 on white background.



Black color preview on #6B7643 background

This text has black color on #6B7643 background.


White color preview on #6B7643 background

This text has white color on #6B7643 background.