COLOR #6B6A2B

HEX: #6B6A2B
RGB: (107,106,43)

Color info

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

RGB color model

#6B6A2B color RGB value is (107,106,43).

  • red value is 107;
  • green value is 106;
  • blue value is 43.
RGB:
(107,106,43)
(42%,42%,17%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 43 of 255 = 17%

107
106
43

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

Portions of RGB colors in percentages

R + G + B =
107 + 106 + 43 = 256 (100%)
R 107 of 256 ~ 41.8%
G 106 of 256 ~ 41.41%
B 43 of 256 ~ 16.8%

%41.8
%41.41
%16.8

CMYK color model

#6B6A2B color CMYK value is (0,1,60,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 59.81%
  • key color value is 58.04%
CMYK:
(0,1,60,58)
C0M1Y60K58 
(0%,1%,60%,58%)
(0.00/0.01/0.60/0.58)	

CMYK percentages

%0
%0.93
%59.81
%58.04

Codes

Color #6B6A2B in popluar color models

6B6A2B
RGB10710643
HSL59°42.67%29.41%
HSB/HSV59°59.81%41.96%
CMYK0.00%0.93%59.81%
58.04%

Color #6B6A2B in popluar number systems.

HEX6B6A2B
Decimal10710643
Binary11010111101010101011
Octal15315253

Shades and tints

Shades of #6B6A2B

#6B6A2B
(107,106,43)
#626128
(98,97,40)
#595825
(89,88,37)
#504F22
(80,79,34)
#47461F
(71,70,31)
#3E3D1C
(62,61,28)
#353419
(53,52,25)
#2C2B16
(44,43,22)
#232213
(35,34,19)
#1A1910
(26,25,16)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #6B6A2B

#6B6A2B
(107,106,43)
#78773E
(120,119,62)
#858451
(133,132,81)
#929164
(146,145,100)
#9F9E77
(159,158,119)
#ACAB8A
(172,171,138)
#B9B89D
(185,184,157)
#C6C5B0
(198,197,176)
#D3D2C3
(211,210,195)
#E0DFD6
(224,223,214)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6A2B color. Also use rgb(107,106,43) instead hex code.

Text Font Color

.myTextColor { color: #6B6A2B; }

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

This text font color is #6B6A2B.


Background Color

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

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

This div background color is #6B6A2B.


Border color

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

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

This div border color is #6B6A2B.


Opacity

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

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

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

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

This text has shadow with #6B6A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6A2B on black background.


Color preview on white background

This text has color #6B6A2B on white background.



Black color preview on #6B6A2B background

This text has black color on #6B6A2B background.


White color preview on #6B6A2B background

This text has white color on #6B6A2B background.