COLOR #6E3B05

HEX: #6E3B05
RGB: (110,59,5)

Color info

#6E3B05 contains mainly red and green colors. Web safe color of #6E3B05 is #663300 (or #630).

RGB color model

#6E3B05 color RGB value is (110,59,5).

  • red value is 110;
  • green value is 59;
  • blue value is 5.
RGB:
(110,59,5)
(43%,23%,2%)

RGB channels and saturation

R 110 of 255 = 43%
G 59 of 255 = 23%
B 5 of 255 = 2%

110
59
5

R + G + B ~ 23%. #6E3B05 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 59 + 5 = 174 (100%)
R 110 of 174 ~ 63.22%
G 59 of 174 ~ 33.91%
B 5 of 174 ~ 2.87%

%63.22
%33.91

CMYK color model

#6E3B05 color CMYK value is (0,46,95,57).

  • cyan value is 0.00%
  • magenta value is 46.36%
  • yellow value is 95.45%
  • key color value is 56.86%
CMYK:
(0,46,95,57)
C0M46Y95K57 
(0%,46%,95%,57%)
(0.00/0.46/0.95/0.57)	

CMYK percentages

%0
%46.36
%95.45
%56.86

Codes

Color #6E3B05 in popluar color models

6E3B05
RGB110595
HSL31°91.30%22.55%
HSB/HSV31°95.45%43.14%
CMYK0.00%46.36%95.45%
56.86%

Color #6E3B05 in popluar number systems.

HEX6E3B05
Decimal110595
Binary1101110111011101
Octal156735

Shades and tints

Shades of #6E3B05

#6E3B05
(110,59,5)
#643605
(100,54,5)
#5A3105
(90,49,5)
#502C05
(80,44,5)
#462705
(70,39,5)
#3C2205
(60,34,5)
#321D05
(50,29,5)
#281805
(40,24,5)
#1E1305
(30,19,5)
#140E05
(20,14,5)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #6E3B05

#6E3B05
(110,59,5)
#7B4C1B
(123,76,27)
#885D31
(136,93,49)
#956E47
(149,110,71)
#A27F5D
(162,127,93)
#AF9073
(175,144,115)
#BCA189
(188,161,137)
#C9B29F
(201,178,159)
#D6C3B5
(214,195,181)
#E3D4CB
(227,212,203)
#F0E5E1
(240,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3B05 color. Also use rgb(110,59,5) instead hex code.

Text Font Color

.myTextColor { color: #6E3B05; }

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

This text font color is #6E3B05.


Background Color

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

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

This div background color is #6E3B05.


Border color

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

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

This div border color is #6E3B05.


Opacity

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

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

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

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

This text has shadow with #6E3B05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3B05 on black background.


Color preview on white background

This text has color #6E3B05 on white background.



Black color preview on #6E3B05 background

This text has black color on #6E3B05 background.


White color preview on #6E3B05 background

This text has white color on #6E3B05 background.