COLOR #6E610A

HEX: #6E610A RGB: (110,97,10)

Color info

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

RGB color model

#6E610A color RGB value is (110,97,10).

RGB: (110,97,10) (43%, 38%, 4%)

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 10 of 255 = 4%

110
97
10

R + G + B ~ 28%. #6E610A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 97 + 10 = 217 (100%)
R 110 of 217 ~ 50.69%
G 97 of 217 ~ 44.7%
B 10 of 217 ~ 4.61'%

%50.69
%44.7

CMYK color model

#6E610A color CMYK value is (0,12,91,57).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 90.91%
  • key color value is 56.86%

CMYK: (0,12,91,57)
C0M12Y91K57 (0%, 12%, 91%, 57%)
(0.00 / 0.12 / 0.91 / 0.57)

CMYK percentages

%0
%11.82
%90.91
%56.86

Codes

Color #6E610A in popluar color models

6E 61 0A
RGB 110 97 10
HSL 52° 83.33% 23.53%
HSB/HSV 52° 90.91% 43.14%
CMYK 0.00% 11.82% 90.91%
56.86%

Color #6E610A in popluar number systems.

HEX 6E 61 0A
Decimal 110 97 10
Binary 1101110 1100001 1010
Octal 156 141 12

Shades and tints

Shades of #6E610A

#6E610A
(110,97,10)
#64590A
(100,89,10)
#5A510A
(90,81,10)
#50490A
(80,73,10)
#46410A
(70,65,10)
#3C390A
(60,57,10)
#32310A
(50,49,10)
#28290A
(40,41,10)
#1E210A
(30,33,10)
#14190A
(20,25,10)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #6E610A

#6E610A
(110,97,10)
#7B6F20
(123,111,32)
#887D36
(136,125,54)
#958B4C
(149,139,76)
#A29962
(162,153,98)
#AFA778
(175,167,120)
#BCB58E
(188,181,142)
#C9C3A4
(201,195,164)
#D6D1BA
(214,209,186)
#E3DFD0
(227,223,208)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E610A; }

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

This text font color is #6E610A.

Background Color

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

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

This div background color is #6E610A.

Border color

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

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

This div border color is #6E610A.

Opacity

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

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

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

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

This text has shadow with #6E610A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E610A.

Preview

Color preview on black background

This text has color #6E610A on black background.


Color preview on white background

This text has color #6E610A on white background.


Black color preview on #6E610A background

This text has black color on #6E610A background.


White color preview on #6E610A background

This text has white color on #6E610A background.


Related colors

Complementary color

Complementary color for #hex is #919EF5.


I love getcolorcode.com

Triadic colors

1 #0A6E61 and #610A6E with #6E610A are triadic colors.

2 #0A616E and #616E0A with #6E610A are triadic colors.