COLOR #6E5B00

HEX: #6E5B00
RGB: (110,91,0)

Color info

#6E5B00 contains only red and green colors. Web safe color of #6E5B00 is #666600 (or #660).

RGB color model

#6E5B00 color RGB value is (110,91,0).

  • red value is 110;
  • green value is 91;
  • blue value is 0.
RGB:
(110,91,0)
(43%,36%,0%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 0 of 255 = 0%

110
91
0

R + G + B ~ 26%. #6E5B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 91 + 0 = 201 (100%)
R 110 of 201 ~ 54.73%
G 91 of 201 ~ 45.27%
B 0 of 201 ~ 0%

%54.73
%45.27

CMYK color model

#6E5B00 color CMYK value is (0,17,100,57).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 100.00%
  • key color value is 56.86%
CMYK:
(0,17,100,57)
C0M17Y100K57 
(0%,17%,100%,57%)
(0.00/0.17/1.00/0.57)	

CMYK percentages

%0
%17.27
%100
%56.86

Codes

Color #6E5B00 in popluar color models

6E5B00
RGB110910
HSL50°100.00%21.57%
HSB/HSV50°100.00%43.14%
CMYK0.00%17.27%100.00%
56.86%

Color #6E5B00 in popluar number systems.

HEX6E5B00
Decimal110910
Binary110111010110110
Octal1561330

Shades and tints

Shades of #6E5B00

#6E5B00
(110,91,0)
#645300
(100,83,0)
#5A4B00
(90,75,0)
#504300
(80,67,0)
#463B00
(70,59,0)
#3C3300
(60,51,0)
#322B00
(50,43,0)
#282300
(40,35,0)
#1E1B00
(30,27,0)
#141300
(20,19,0)
#0A0B00
(10,11,0)
#000000
(0,0,0)

Tints of #6E5B00

#6E5B00
(110,91,0)
#7B6917
(123,105,23)
#88772E
(136,119,46)
#958545
(149,133,69)
#A2935C
(162,147,92)
#AFA173
(175,161,115)
#BCAF8A
(188,175,138)
#C9BDA1
(201,189,161)
#D6CBB8
(214,203,184)
#E3D9CF
(227,217,207)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5B00 color. Also use rgb(110,91,0) instead hex code.

Text Font Color

.myTextColor { color: #6E5B00; }

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

This text font color is #6E5B00.


Background Color

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

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

This div background color is #6E5B00.


Border color

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

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

This div border color is #6E5B00.


Opacity

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

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

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

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

This text has shadow with #6E5B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5B00 on black background.


Color preview on white background

This text has color #6E5B00 on white background.



Black color preview on #6E5B00 background

This text has black color on #6E5B00 background.


White color preview on #6E5B00 background

This text has white color on #6E5B00 background.