COLOR #6E533C

HEX: #6E533C RGB: (110,83,60)

Color info

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

RGB color model

#6E533C color RGB value is (110,83,60).

RGB: (110,83,60) (43%, 33%, 24%)

RGB channels and saturation

R 110 of 255 = 43%
G 83 of 255 = 33%
B 60 of 255 = 24%

110
83
60

R + G + B ~ 33%. #6E533C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 83 + 60 = 253 (100%)
R 110 of 253 ~ 43.48%
G 83 of 253 ~ 32.81%
B 60 of 253 ~ 23.72'%

%43.48
%32.81
%23.72

CMYK color model

#6E533C color CMYK value is (0,25,45,57).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK: (0,25,45,57) C0M25Y45K57 (0%,25%,45%,57%) (0.00/0.25/0.45/0.57) 

CMYK percentages

%0
%24.55
%45.45
%56.86

Codes

Color #6E533C in popluar color models

6E 53 3C
RGB 110 83 60
HSL 28° 29.41% 33.33%
HSB/HSV 28° 45.45% 43.14%
CMYK 0.00% 24.55% 45.45%
56.86%

Color #6E533C in popluar number systems.

HEX 6E 53 3C
Decimal 110 83 60
Binary 1101110 1010011 111100
Octal 156 123 74

Shades and tints

Shades of #6E533C

#6E533C
(110,83,60)
#644C37
(100,76,55)
#5A4532
(90,69,50)
#503E2D
(80,62,45)
#463728
(70,55,40)
#3C3023
(60,48,35)
#32291E
(50,41,30)
#282219
(40,34,25)
#1E1B14
(30,27,20)
#14140F
(20,20,15)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #6E533C

#6E533C
(110,83,60)
#7B624D
(123,98,77)
#88715E
(136,113,94)
#95806F
(149,128,111)
#A28F80
(162,143,128)
#AF9E91
(175,158,145)
#BCADA2
(188,173,162)
#C9BCB3
(201,188,179)
#D6CBC4
(214,203,196)
#E3DAD5
(227,218,213)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E533C color. Also use rgb(110,83,60) instead hex code.

Text Font Color

.myTextColor { color: #6E533C; }

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

This text font color is #6E533C.

Background Color

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

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

This div background color is #6E533C.

Border color

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

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

This div border color is #6E533C.

Opacity

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

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

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

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

This text has shadow with #6E533C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E533C.

Preview

Color preview on black background

This text has color #6E533C on black background.


Color preview on white background

This text has color #6E533C on white background.


Black color preview on #6E533C background

This text has black color on #6E533C background.


White color preview on #6E533C background

This text has white color on #6E533C background.


Related colors

Complementary color

Complementary color for #hex is #91ACC3.


I love getcolorcode.com

Triadic colors

1 #3C6E53 and #533C6E with #6E533C are triadic colors.

2 #3C536E and #536E3C with #6E533C are triadic colors.