COLOR #6E6022

HEX: #6E6022 RGB: (110,96,34)

Color info

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

RGB color model

#6E6022 color RGB value is (110,96,34).

RGB: (110,96,34) (43%, 38%, 13%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 34 of 255 = 13%

110
96
34

R + G + B ~ 31%. #6E6022 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 96 + 34 = 240 (100%)
R 110 of 240 ~ 45.83%
G 96 of 240 ~ 40%
B 34 of 240 ~ 14.17'%

%45.83
%40
%14.17

CMYK color model

#6E6022 color CMYK value is (0,13,69,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 69.09%
  • key color value is 56.86%

CMYK: (0,13,69,57)
C0M13Y69K57 (0%, 13%, 69%, 57%)
(0.00 / 0.13 / 0.69 / 0.57)

CMYK percentages

%0
%12.73
%69.09
%56.86

Codes

Color #6E6022 in popluar color models

6E 60 22
RGB 110 96 34
HSL 49° 52.78% 28.24%
HSB/HSV 49° 69.09% 43.14%
CMYK 0.00% 12.73% 69.09%
56.86%

Color #6E6022 in popluar number systems.

HEX 6E 60 22
Decimal 110 96 34
Binary 1101110 1100000 100010
Octal 156 140 42

Shades and tints

Shades of #6E6022

#6E6022
(110,96,34)
#64581F
(100,88,31)
#5A501C
(90,80,28)
#504819
(80,72,25)
#464016
(70,64,22)
#3C3813
(60,56,19)
#323010
(50,48,16)
#28280D
(40,40,13)
#1E200A
(30,32,10)
#141807
(20,24,7)
#0A1004
(10,16,4)
#000000
(0,0,0)

Tints of #6E6022

#6E6022
(110,96,34)
#7B6E36
(123,110,54)
#887C4A
(136,124,74)
#958A5E
(149,138,94)
#A29872
(162,152,114)
#AFA686
(175,166,134)
#BCB49A
(188,180,154)
#C9C2AE
(201,194,174)
#D6D0C2
(214,208,194)
#E3DED6
(227,222,214)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6022 color. Also use rgb(110,96,34) instead hex code.

Text Font Color

.myTextColor { color: #6E6022; }

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

This text font color is #6E6022.

Background Color

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

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

This div background color is #6E6022.

Border color

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

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

This div border color is #6E6022.

Opacity

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

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

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

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

This text has shadow with #6E6022 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6022.

Preview

Color preview on black background

This text has color #6E6022 on black background.


Color preview on white background

This text has color #6E6022 on white background.


Black color preview on #6E6022 background

This text has black color on #6E6022 background.


White color preview on #6E6022 background

This text has white color on #6E6022 background.


Related colors

Complementary color

Complementary color for #hex is #919FDD.


I love getcolorcode.com

Triadic colors

1 #226E60 and #60226E with #6E6022 are triadic colors.

2 #22606E and #606E22 with #6E6022 are triadic colors.