COLOR #6E5F1B

HEX: #6E5F1B RGB: (110,95,27)

Color info

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

RGB color model

#6E5F1B color RGB value is (110,95,27).

RGB: (110,95,27) (43%, 37%, 11%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 27 of 255 = 11%

110
95
27

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

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 27 = 232 (100%)
R 110 of 232 ~ 47.41%
G 95 of 232 ~ 40.95%
B 27 of 232 ~ 11.64'%

%47.41
%40.95
%11.64

CMYK color model

#6E5F1B color CMYK value is (0,14,75,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 75.45%
  • key color value is 56.86%

CMYK: (0,14,75,57)
C0M14Y75K57 (0%, 14%, 75%, 57%)
(0.00 / 0.14 / 0.75 / 0.57)

CMYK percentages

%0
%13.64
%75.45
%56.86

Codes

Color #6E5F1B in popluar color models

6E 5F 1B
RGB 110 95 27
HSL 49° 60.58% 26.86%
HSB/HSV 49° 75.45% 43.14%
CMYK 0.00% 13.64% 75.45%
56.86%

Color #6E5F1B in popluar number systems.

HEX 6E 5F 1B
Decimal 110 95 27
Binary 1101110 1011111 11011
Octal 156 137 33

Shades and tints

Shades of #6E5F1B

#6E5F1B
(110,95,27)
#645719
(100,87,25)
#5A4F17
(90,79,23)
#504715
(80,71,21)
#463F13
(70,63,19)
#3C3711
(60,55,17)
#322F0F
(50,47,15)
#28270D
(40,39,13)
#1E1F0B
(30,31,11)
#141709
(20,23,9)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #6E5F1B

#6E5F1B
(110,95,27)
#7B6D2F
(123,109,47)
#887B43
(136,123,67)
#958957
(149,137,87)
#A2976B
(162,151,107)
#AFA57F
(175,165,127)
#BCB393
(188,179,147)
#C9C1A7
(201,193,167)
#D6CFBB
(214,207,187)
#E3DDCF
(227,221,207)
#F0EBE3
(240,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5F1B color. Also use rgb(110,95,27) instead hex code.

Text Font Color

.myTextColor { color: #6E5F1B; }

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

This text font color is #6E5F1B.

Background Color

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

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

This div background color is #6E5F1B.

Border color

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

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

This div border color is #6E5F1B.

Opacity

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

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

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

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

This text has shadow with #6E5F1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5F1B.

Preview

Color preview on black background

This text has color #6E5F1B on black background.


Color preview on white background

This text has color #6E5F1B on white background.


Black color preview on #6E5F1B background

This text has black color on #6E5F1B background.


White color preview on #6E5F1B background

This text has white color on #6E5F1B background.


Related colors

Complementary color

Complementary color for #hex is #91A0E4.


I love getcolorcode.com

Triadic colors

1 #1B6E5F and #5F1B6E with #6E5F1B are triadic colors.

2 #1B5F6E and #5F6E1B with #6E5F1B are triadic colors.