COLOR #6E5F25

HEX: #6E5F25
RGB: (110,95,37)

Color info

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

RGB color model

#6E5F25 color RGB value is (110,95,37).

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

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 37 of 255 = 15%

110
95
37

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

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 37 = 242 (100%)
R 110 of 242 ~ 45.45%
G 95 of 242 ~ 39.26%
B 37 of 242 ~ 15.29%

%45.45
%39.26
%15.29

CMYK color model

#6E5F25 color CMYK value is (0,14,66,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 66.36%
  • key color value is 56.86%
CMYK:
(0,14,66,57)
C0M14Y66K57 
(0%,14%,66%,57%)
(0.00/0.14/0.66/0.57)	

CMYK percentages

%0
%13.64
%66.36
%56.86

Codes

Color #6E5F25 in popluar color models

6E5F25
RGB1109537
HSL48°49.66%28.82%
HSB/HSV48°66.36%43.14%
CMYK0.00%13.64%66.36%
56.86%

Color #6E5F25 in popluar number systems.

HEX6E5F25
Decimal1109537
Binary11011101011111100101
Octal15613745

Shades and tints

Shades of #6E5F25

#6E5F25
(110,95,37)
#645722
(100,87,34)
#5A4F1F
(90,79,31)
#50471C
(80,71,28)
#463F19
(70,63,25)
#3C3716
(60,55,22)
#322F13
(50,47,19)
#282710
(40,39,16)
#1E1F0D
(30,31,13)
#14170A
(20,23,10)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #6E5F25

#6E5F25
(110,95,37)
#7B6D38
(123,109,56)
#887B4B
(136,123,75)
#95895E
(149,137,94)
#A29771
(162,151,113)
#AFA584
(175,165,132)
#BCB397
(188,179,151)
#C9C1AA
(201,193,170)
#D6CFBD
(214,207,189)
#E3DDD0
(227,221,208)
#F0EBE3
(240,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5F25; }

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

This text font color is #6E5F25.


Background Color

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

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

This div background color is #6E5F25.


Border color

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

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

This div border color is #6E5F25.


Opacity

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

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

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

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

This text has shadow with #6E5F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F25 on black background.


Color preview on white background

This text has color #6E5F25 on white background.



Black color preview on #6E5F25 background

This text has black color on #6E5F25 background.


White color preview on #6E5F25 background

This text has white color on #6E5F25 background.