COLOR #6D6E0B

HEX: #6D6E0B
RGB: (109,110,11)

Color info

#6D6E0B contains mainly red and green colors. Web safe color of #6D6E0B is #666600 (or #660).

RGB color model

#6D6E0B color RGB value is (109,110,11).

  • red value is 109;
  • green value is 110;
  • blue value is 11.
RGB:
(109,110,11)
(43%,43%,4%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 11 of 255 = 4%

109
110
11

R + G + B ~ 30%. #6D6E0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 11 = 230 (100%)
R 109 of 230 ~ 47.39%
G 110 of 230 ~ 47.83%
B 11 of 230 ~ 4.78%

%47.39
%47.83

CMYK color model

#6D6E0B color CMYK value is (1,0,90,57).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 56.86%
CMYK:
(1,0,90,57)
C1M0Y90K57 
(1%,0%,90%,57%)
(0.01/0.00/0.90/0.57)	

CMYK percentages

%0.91
%0
%90
%56.86

Codes

Color #6D6E0B in popluar color models

6D6E0B
RGB10911011
HSL61°81.82%23.73%
HSB/HSV61°90.00%43.14%
CMYK0.91%0.00%90.00%
56.86%

Color #6D6E0B in popluar number systems.

HEX6D6E0B
Decimal10911011
Binary110110111011101011
Octal15515613

Shades and tints

Shades of #6D6E0B

#6D6E0B
(109,110,11)
#64640A
(100,100,10)
#5B5A09
(91,90,9)
#525008
(82,80,8)
#494607
(73,70,7)
#403C06
(64,60,6)
#373205
(55,50,5)
#2E2804
(46,40,4)
#251E03
(37,30,3)
#1C1402
(28,20,2)
#130A01
(19,10,1)
#000000
(0,0,0)

Tints of #6D6E0B

#6D6E0B
(109,110,11)
#7A7B21
(122,123,33)
#878837
(135,136,55)
#94954D
(148,149,77)
#A1A263
(161,162,99)
#AEAF79
(174,175,121)
#BBBC8F
(187,188,143)
#C8C9A5
(200,201,165)
#D5D6BB
(213,214,187)
#E2E3D1
(226,227,209)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6E0B color. Also use rgb(109,110,11) instead hex code.

Text Font Color

.myTextColor { color: #6D6E0B; }

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

This text font color is #6D6E0B.


Background Color

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

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

This div background color is #6D6E0B.


Border color

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

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

This div border color is #6D6E0B.


Opacity

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

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

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

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

This text has shadow with #6D6E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E0B on black background.


Color preview on white background

This text has color #6D6E0B on white background.



Black color preview on #6D6E0B background

This text has black color on #6D6E0B background.


White color preview on #6D6E0B background

This text has white color on #6D6E0B background.