COLOR #6E603C

HEX: #6E603C
RGB: (110,96,60)

Color info

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

RGB color model

#6E603C color RGB value is (110,96,60).

  • red value is 110;
  • green value is 96;
  • blue value is 60.
RGB:
(110,96,60)
(43%,38%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 60 of 255 = 24%

110
96
60

R + G + B ~ 35%. #6E603C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 60 = 266 (100%)
R 110 of 266 ~ 41.35%
G 96 of 266 ~ 36.09%
B 60 of 266 ~ 22.56%

%41.35
%36.09
%22.56

CMYK color model

#6E603C color CMYK value is (0,13,45,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 45.45%
  • key color value is 56.86%
CMYK:
(0,13,45,57)
C0M13Y45K57 
(0%,13%,45%,57%)
(0.00/0.13/0.45/0.57)	

CMYK percentages

%0
%12.73
%45.45
%56.86

Codes

Color #6E603C in popluar color models

6E603C
RGB1109660
HSL43°29.41%33.33%
HSB/HSV43°45.45%43.14%
CMYK0.00%12.73%45.45%
56.86%

Color #6E603C in popluar number systems.

HEX6E603C
Decimal1109660
Binary11011101100000111100
Octal15614074

Shades and tints

Shades of #6E603C

#6E603C
(110,96,60)
#645837
(100,88,55)
#5A5032
(90,80,50)
#50482D
(80,72,45)
#464028
(70,64,40)
#3C3823
(60,56,35)
#32301E
(50,48,30)
#282819
(40,40,25)
#1E2014
(30,32,20)
#14180F
(20,24,15)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E603C

#6E603C
(110,96,60)
#7B6E4D
(123,110,77)
#887C5E
(136,124,94)
#958A6F
(149,138,111)
#A29880
(162,152,128)
#AFA691
(175,166,145)
#BCB4A2
(188,180,162)
#C9C2B3
(201,194,179)
#D6D0C4
(214,208,196)
#E3DED5
(227,222,213)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E603C; }

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

This text font color is #6E603C.


Background Color

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

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

This div background color is #6E603C.


Border color

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

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

This div border color is #6E603C.


Opacity

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

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

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

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

This text has shadow with #6E603C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E603C on black background.


Color preview on white background

This text has color #6E603C on white background.



Black color preview on #6E603C background

This text has black color on #6E603C background.


White color preview on #6E603C background

This text has white color on #6E603C background.