COLOR #6E5F3C

HEX: #6E5F3C RGB: (110,95,60)

Color info

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

RGB color model

#6E5F3C color RGB value is (110,95,60).

RGB: (110,95,60) (43%, 37%, 24%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 60 of 255 = 24%

110
95
60

R + G + B ~ 35%. #6E5F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 95 + 60 = 265 (100%)
R 110 of 265 ~ 41.51%
G 95 of 265 ~ 35.85%
B 60 of 265 ~ 22.64'%

%41.51
%35.85
%22.64

CMYK color model

#6E5F3C color CMYK value is (0,14,45,57).

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

CMYK: (0,14,45,57)
C0M14Y45K57 (0%, 14%, 45%, 57%)
(0.00 / 0.14 / 0.45 / 0.57)

CMYK percentages

%0
%13.64
%45.45
%56.86

Codes

Color #6E5F3C in popluar color models

6E 5F 3C
RGB 110 95 60
HSL 42° 29.41% 33.33%
HSB/HSV 42° 45.45% 43.14%
CMYK 0.00% 13.64% 45.45%
56.86%

Color #6E5F3C in popluar number systems.

HEX 6E 5F 3C
Decimal 110 95 60
Binary 1101110 1011111 111100
Octal 156 137 74

Shades and tints

Shades of #6E5F3C

#6E5F3C
(110,95,60)
#645737
(100,87,55)
#5A4F32
(90,79,50)
#50472D
(80,71,45)
#463F28
(70,63,40)
#3C3723
(60,55,35)
#322F1E
(50,47,30)
#282719
(40,39,25)
#1E1F14
(30,31,20)
#14170F
(20,23,15)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #6E5F3C

#6E5F3C
(110,95,60)
#7B6D4D
(123,109,77)
#887B5E
(136,123,94)
#95896F
(149,137,111)
#A29780
(162,151,128)
#AFA591
(175,165,145)
#BCB3A2
(188,179,162)
#C9C1B3
(201,193,179)
#D6CFC4
(214,207,196)
#E3DDD5
(227,221,213)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F3C; }

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

This text font color is #6E5F3C.

Background Color

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

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

This div background color is #6E5F3C.

Border color

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

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

This div border color is #6E5F3C.

Opacity

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

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

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

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

This text has shadow with #6E5F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5F3C.

Preview

Color preview on black background

This text has color #6E5F3C on black background.


Color preview on white background

This text has color #6E5F3C on white background.


Black color preview on #6E5F3C background

This text has black color on #6E5F3C background.


White color preview on #6E5F3C background

This text has white color on #6E5F3C background.


Related colors

Complementary color

Complementary color for #hex is #91A0C3.


I love getcolorcode.com

Triadic colors

1 #3C6E5F and #5F3C6E with #6E5F3C are triadic colors.

2 #3C5F6E and #5F6E3C with #6E5F3C are triadic colors.