COLOR #6E6A0A

HEX: #6E6A0A
RGB: (110,106,10)

Color info

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

RGB color model

#6E6A0A color RGB value is (110,106,10).

  • red value is 110;
  • green value is 106;
  • blue value is 10.
RGB:
(110,106,10)
(43%,42%,4%)

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 10 of 255 = 4%

110
106
10

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 10 = 226 (100%)
R 110 of 226 ~ 48.67%
G 106 of 226 ~ 46.9%
B 10 of 226 ~ 4.42%

%48.67
%46.9

CMYK color model

#6E6A0A color CMYK value is (0,4,91,57).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 90.91%
  • key color value is 56.86%
CMYK:
(0,4,91,57)
C0M4Y91K57 
(0%,4%,91%,57%)
(0.00/0.04/0.91/0.57)	

CMYK percentages

%0
%3.64
%90.91
%56.86

Codes

Color #6E6A0A in popluar color models

6E6A0A
RGB11010610
HSL58°83.33%23.53%
HSB/HSV58°90.91%43.14%
CMYK0.00%3.64%90.91%
56.86%

Color #6E6A0A in popluar number systems.

HEX6E6A0A
Decimal11010610
Binary110111011010101010
Octal15615212

Shades and tints

Shades of #6E6A0A

#6E6A0A
(110,106,10)
#64610A
(100,97,10)
#5A580A
(90,88,10)
#504F0A
(80,79,10)
#46460A
(70,70,10)
#3C3D0A
(60,61,10)
#32340A
(50,52,10)
#282B0A
(40,43,10)
#1E220A
(30,34,10)
#14190A
(20,25,10)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E6A0A

#6E6A0A
(110,106,10)
#7B7720
(123,119,32)
#888436
(136,132,54)
#95914C
(149,145,76)
#A29E62
(162,158,98)
#AFAB78
(175,171,120)
#BCB88E
(188,184,142)
#C9C5A4
(201,197,164)
#D6D2BA
(214,210,186)
#E3DFD0
(227,223,208)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6A0A color. Also use rgb(110,106,10) instead hex code.

Text Font Color

.myTextColor { color: #6E6A0A; }

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

This text font color is #6E6A0A.


Background Color

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

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

This div background color is #6E6A0A.


Border color

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

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

This div border color is #6E6A0A.


Opacity

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

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

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

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

This text has shadow with #6E6A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A0A on black background.


Color preview on white background

This text has color #6E6A0A on white background.



Black color preview on #6E6A0A background

This text has black color on #6E6A0A background.


White color preview on #6E6A0A background

This text has white color on #6E6A0A background.