COLOR #6E6319

HEX: #6E6319
RGB: (110,99,25)

Color info

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

RGB color model

#6E6319 color RGB value is (110,99,25).

  • red value is 110;
  • green value is 99;
  • blue value is 25.
RGB:
(110,99,25)
(43%,39%,10%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 25 of 255 = 10%

110
99
25

R + G + B ~ 31%. #6E6319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 25 = 234 (100%)
R 110 of 234 ~ 47.01%
G 99 of 234 ~ 42.31%
B 25 of 234 ~ 10.68%

%47.01
%42.31
%10.68

CMYK color model

#6E6319 color CMYK value is (0,10,77,57).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 77.27%
  • key color value is 56.86%
CMYK:
(0,10,77,57)
C0M10Y77K57 
(0%,10%,77%,57%)
(0.00/0.10/0.77/0.57)	

CMYK percentages

%0
%10
%77.27
%56.86

Codes

Color #6E6319 in popluar color models

6E6319
RGB1109925
HSL52°62.96%26.47%
HSB/HSV52°77.27%43.14%
CMYK0.00%10.00%77.27%
56.86%

Color #6E6319 in popluar number systems.

HEX6E6319
Decimal1109925
Binary1101110110001111001
Octal15614331

Shades and tints

Shades of #6E6319

#6E6319
(110,99,25)
#645A17
(100,90,23)
#5A5115
(90,81,21)
#504813
(80,72,19)
#463F11
(70,63,17)
#3C360F
(60,54,15)
#322D0D
(50,45,13)
#28240B
(40,36,11)
#1E1B09
(30,27,9)
#141207
(20,18,7)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #6E6319

#6E6319
(110,99,25)
#7B712D
(123,113,45)
#887F41
(136,127,65)
#958D55
(149,141,85)
#A29B69
(162,155,105)
#AFA97D
(175,169,125)
#BCB791
(188,183,145)
#C9C5A5
(201,197,165)
#D6D3B9
(214,211,185)
#E3E1CD
(227,225,205)
#F0EFE1
(240,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6319 color. Also use rgb(110,99,25) instead hex code.

Text Font Color

.myTextColor { color: #6E6319; }

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

This text font color is #6E6319.


Background Color

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

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

This div background color is #6E6319.


Border color

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

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

This div border color is #6E6319.


Opacity

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

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

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

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

This text has shadow with #6E6319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6319 on black background.


Color preview on white background

This text has color #6E6319 on white background.



Black color preview on #6E6319 background

This text has black color on #6E6319 background.


White color preview on #6E6319 background

This text has white color on #6E6319 background.