COLOR #6B6937

HEX: #6B6937
RGB: (107,105,55)

Color info

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

RGB color model

#6B6937 color RGB value is (107,105,55).

  • red value is 107;
  • green value is 105;
  • blue value is 55.
RGB:
(107,105,55)
(42%,41%,22%)

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 55 of 255 = 22%

107
105
55

R + G + B ~ 35%. #6B6937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 55 = 267 (100%)
R 107 of 267 ~ 40.07%
G 105 of 267 ~ 39.33%
B 55 of 267 ~ 20.6%

%40.07
%39.33
%20.6

CMYK color model

#6B6937 color CMYK value is (0,2,49,58).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 48.60%
  • key color value is 58.04%
CMYK:
(0,2,49,58)
C0M2Y49K58 
(0%,2%,49%,58%)
(0.00/0.02/0.49/0.58)	

CMYK percentages

%0
%1.87
%48.6
%58.04

Codes

Color #6B6937 in popluar color models

6B6937
RGB10710555
HSL58°32.10%31.76%
HSB/HSV58°48.60%41.96%
CMYK0.00%1.87%48.60%
58.04%

Color #6B6937 in popluar number systems.

HEX6B6937
Decimal10710555
Binary11010111101001110111
Octal15315167

Shades and tints

Shades of #6B6937

#6B6937
(107,105,55)
#626032
(98,96,50)
#59572D
(89,87,45)
#504E28
(80,78,40)
#474523
(71,69,35)
#3E3C1E
(62,60,30)
#353319
(53,51,25)
#2C2A14
(44,42,20)
#23210F
(35,33,15)
#1A180A
(26,24,10)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #6B6937

#6B6937
(107,105,55)
#787649
(120,118,73)
#85835B
(133,131,91)
#92906D
(146,144,109)
#9F9D7F
(159,157,127)
#ACAA91
(172,170,145)
#B9B7A3
(185,183,163)
#C6C4B5
(198,196,181)
#D3D1C7
(211,209,199)
#E0DED9
(224,222,217)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6937 color. Also use rgb(107,105,55) instead hex code.

Text Font Color

.myTextColor { color: #6B6937; }

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

This text font color is #6B6937.


Background Color

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

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

This div background color is #6B6937.


Border color

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

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

This div border color is #6B6937.


Opacity

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

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

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

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

This text has shadow with #6B6937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6937 on black background.


Color preview on white background

This text has color #6B6937 on white background.



Black color preview on #6B6937 background

This text has black color on #6B6937 background.


White color preview on #6B6937 background

This text has white color on #6B6937 background.