COLOR #6B6E2D

HEX: #6B6E2D
RGB: (107,110,45)

Color info

#6B6E2D contains mainly red and green colors. Web safe color of #6B6E2D is #666633 (or #663).

RGB color model

#6B6E2D color RGB value is (107,110,45).

  • red value is 107;
  • green value is 110;
  • blue value is 45.
RGB:
(107,110,45)
(42%,43%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 110 of 255 = 43%
B 45 of 255 = 18%

107
110
45

R + G + B ~ 34%. #6B6E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 110 + 45 = 262 (100%)
R 107 of 262 ~ 40.84%
G 110 of 262 ~ 41.98%
B 45 of 262 ~ 17.18%

%40.84
%41.98
%17.18

CMYK color model

#6B6E2D color CMYK value is (3,0,59,57).

  • cyan value is 2.73%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 56.86%
CMYK:
(3,0,59,57)
C3M0Y59K57 
(3%,0%,59%,57%)
(0.03/0.00/0.59/0.57)	

CMYK percentages

%2.73
%0
%59.09
%56.86

Codes

Color #6B6E2D in popluar color models

6B6E2D
RGB10711045
HSL63°41.94%30.39%
HSB/HSV63°59.09%43.14%
CMYK2.73%0.00%59.09%
56.86%

Color #6B6E2D in popluar number systems.

HEX6B6E2D
Decimal10711045
Binary11010111101110101101
Octal15315655

Shades and tints

Shades of #6B6E2D

#6B6E2D
(107,110,45)
#626429
(98,100,41)
#595A25
(89,90,37)
#505021
(80,80,33)
#47461D
(71,70,29)
#3E3C19
(62,60,25)
#353215
(53,50,21)
#2C2811
(44,40,17)
#231E0D
(35,30,13)
#1A1409
(26,20,9)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #6B6E2D

#6B6E2D
(107,110,45)
#787B40
(120,123,64)
#858853
(133,136,83)
#929566
(146,149,102)
#9FA279
(159,162,121)
#ACAF8C
(172,175,140)
#B9BC9F
(185,188,159)
#C6C9B2
(198,201,178)
#D3D6C5
(211,214,197)
#E0E3D8
(224,227,216)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6E2D color. Also use rgb(107,110,45) instead hex code.

Text Font Color

.myTextColor { color: #6B6E2D; }

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

This text font color is #6B6E2D.


Background Color

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

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

This div background color is #6B6E2D.


Border color

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

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

This div border color is #6B6E2D.


Opacity

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

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

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

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

This text has shadow with #6B6E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6E2D on black background.


Color preview on white background

This text has color #6B6E2D on white background.



Black color preview on #6B6E2D background

This text has black color on #6B6E2D background.


White color preview on #6B6E2D background

This text has white color on #6B6E2D background.