COLOR #6E683C

HEX: #6E683C
RGB: (110,104,60)

Color info

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

RGB color model

#6E683C color RGB value is (110,104,60).

  • red value is 110;
  • green value is 104;
  • blue value is 60.
RGB:
(110,104,60)
(43%,41%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 60 of 255 = 24%

110
104
60

R + G + B ~ 36%. #6E683C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 60 = 274 (100%)
R 110 of 274 ~ 40.15%
G 104 of 274 ~ 37.96%
B 60 of 274 ~ 21.9%

%40.15
%37.96
%21.9

CMYK color model

#6E683C color CMYK value is (0,5,45,57).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK:
(0,5,45,57)
C0M5Y45K57 
(0%,5%,45%,57%)
(0.00/0.05/0.45/0.57)	

CMYK percentages

%0
%5.45
%45.45
%56.86

Codes

Color #6E683C in popluar color models

6E683C
RGB11010460
HSL53°29.41%33.33%
HSB/HSV53°45.45%43.14%
CMYK0.00%5.45%45.45%
56.86%

Color #6E683C in popluar number systems.

HEX6E683C
Decimal11010460
Binary11011101101000111100
Octal15615074

Shades and tints

Shades of #6E683C

#6E683C
(110,104,60)
#645F37
(100,95,55)
#5A5632
(90,86,50)
#504D2D
(80,77,45)
#464428
(70,68,40)
#3C3B23
(60,59,35)
#32321E
(50,50,30)
#282919
(40,41,25)
#1E2014
(30,32,20)
#14170F
(20,23,15)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #6E683C

#6E683C
(110,104,60)
#7B754D
(123,117,77)
#88825E
(136,130,94)
#958F6F
(149,143,111)
#A29C80
(162,156,128)
#AFA991
(175,169,145)
#BCB6A2
(188,182,162)
#C9C3B3
(201,195,179)
#D6D0C4
(214,208,196)
#E3DDD5
(227,221,213)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E683C color. Also use rgb(110,104,60) instead hex code.

Text Font Color

.myTextColor { color: #6E683C; }

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

This text font color is #6E683C.


Background Color

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

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

This div background color is #6E683C.


Border color

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

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

This div border color is #6E683C.


Opacity

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

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

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

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

This text has shadow with #6E683C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E683C on black background.


Color preview on white background

This text has color #6E683C on white background.



Black color preview on #6E683C background

This text has black color on #6E683C background.


White color preview on #6E683C background

This text has white color on #6E683C background.