COLOR #6E6534

HEX: #6E6534
RGB: (110,101,52)

Color info

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

RGB color model

#6E6534 color RGB value is (110,101,52).

  • red value is 110;
  • green value is 101;
  • blue value is 52.
RGB:
(110,101,52)
(43%,40%,20%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 52 of 255 = 20%

110
101
52

R + G + B ~ 34%. #6E6534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 52 = 263 (100%)
R 110 of 263 ~ 41.83%
G 101 of 263 ~ 38.4%
B 52 of 263 ~ 19.77%

%41.83
%38.4
%19.77

CMYK color model

#6E6534 color CMYK value is (0,8,53,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 52.73%
  • key color value is 56.86%
CMYK:
(0,8,53,57)
C0M8Y53K57 
(0%,8%,53%,57%)
(0.00/0.08/0.53/0.57)	

CMYK percentages

%0
%8.18
%52.73
%56.86

Codes

Color #6E6534 in popluar color models

6E6534
RGB11010152
HSL51°35.80%31.76%
HSB/HSV51°52.73%43.14%
CMYK0.00%8.18%52.73%
56.86%

Color #6E6534 in popluar number systems.

HEX6E6534
Decimal11010152
Binary11011101100101110100
Octal15614564

Shades and tints

Shades of #6E6534

#6E6534
(110,101,52)
#645C30
(100,92,48)
#5A532C
(90,83,44)
#504A28
(80,74,40)
#464124
(70,65,36)
#3C3820
(60,56,32)
#322F1C
(50,47,28)
#282618
(40,38,24)
#1E1D14
(30,29,20)
#141410
(20,20,16)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E6534

#6E6534
(110,101,52)
#7B7346
(123,115,70)
#888158
(136,129,88)
#958F6A
(149,143,106)
#A29D7C
(162,157,124)
#AFAB8E
(175,171,142)
#BCB9A0
(188,185,160)
#C9C7B2
(201,199,178)
#D6D5C4
(214,213,196)
#E3E3D6
(227,227,214)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6534 color. Also use rgb(110,101,52) instead hex code.

Text Font Color

.myTextColor { color: #6E6534; }

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

This text font color is #6E6534.


Background Color

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

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

This div background color is #6E6534.


Border color

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

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

This div border color is #6E6534.


Opacity

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

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

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

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

This text has shadow with #6E6534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6534 on black background.


Color preview on white background

This text has color #6E6534 on white background.



Black color preview on #6E6534 background

This text has black color on #6E6534 background.


White color preview on #6E6534 background

This text has white color on #6E6534 background.