COLOR #6E6327

HEX: #6E6327
RGB: (110,99,39)

Color info

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

RGB color model

#6E6327 color RGB value is (110,99,39).

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

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 39 of 255 = 15%

110
99
39

R + G + B ~ 32%. #6E6327 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 39 = 248 (100%)
R 110 of 248 ~ 44.35%
G 99 of 248 ~ 39.92%
B 39 of 248 ~ 15.73%

%44.35
%39.92
%15.73

CMYK color model

#6E6327 color CMYK value is (0,10,65,57).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 64.55%
  • key color value is 56.86%
CMYK:
(0,10,65,57)
C0M10Y65K57 
(0%,10%,65%,57%)
(0.00/0.10/0.65/0.57)	

CMYK percentages

%0
%10
%64.55
%56.86

Codes

Color #6E6327 in popluar color models

6E6327
RGB1109939
HSL51°47.65%29.22%
HSB/HSV51°64.55%43.14%
CMYK0.00%10.00%64.55%
56.86%

Color #6E6327 in popluar number systems.

HEX6E6327
Decimal1109939
Binary11011101100011100111
Octal15614347

Shades and tints

Shades of #6E6327

#6E6327
(110,99,39)
#645A24
(100,90,36)
#5A5121
(90,81,33)
#50481E
(80,72,30)
#463F1B
(70,63,27)
#3C3618
(60,54,24)
#322D15
(50,45,21)
#282412
(40,36,18)
#1E1B0F
(30,27,15)
#14120C
(20,18,12)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #6E6327

#6E6327
(110,99,39)
#7B713A
(123,113,58)
#887F4D
(136,127,77)
#958D60
(149,141,96)
#A29B73
(162,155,115)
#AFA986
(175,169,134)
#BCB799
(188,183,153)
#C9C5AC
(201,197,172)
#D6D3BF
(214,211,191)
#E3E1D2
(227,225,210)
#F0EFE5
(240,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6327; }

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

This text font color is #6E6327.


Background Color

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

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

This div background color is #6E6327.


Border color

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

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

This div border color is #6E6327.


Opacity

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

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

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

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

This text has shadow with #6E6327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6327 on black background.


Color preview on white background

This text has color #6E6327 on white background.



Black color preview on #6E6327 background

This text has black color on #6E6327 background.


White color preview on #6E6327 background

This text has white color on #6E6327 background.