COLOR #6D603B

HEX: #6D603B
RGB: (109,96,59)

Color info

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

RGB color model

#6D603B color RGB value is (109,96,59).

  • red value is 109;
  • green value is 96;
  • blue value is 59.
RGB:
(109,96,59)
(43%,38%,23%)

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 59 of 255 = 23%

109
96
59

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 59 = 264 (100%)
R 109 of 264 ~ 41.29%
G 96 of 264 ~ 36.36%
B 59 of 264 ~ 22.35%

%41.29
%36.36
%22.35

CMYK color model

#6D603B color CMYK value is (0,12,46,57).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 45.87%
  • key color value is 57.25%
CMYK:
(0,12,46,57)
C0M12Y46K57 
(0%,12%,46%,57%)
(0.00/0.12/0.46/0.57)	

CMYK percentages

%0
%11.93
%45.87
%57.25

Codes

Color #6D603B in popluar color models

6D603B
RGB1099659
HSL44°29.76%32.94%
HSB/HSV44°45.87%42.75%
CMYK0.00%11.93%45.87%
57.25%

Color #6D603B in popluar number systems.

HEX6D603B
Decimal1099659
Binary11011011100000111011
Octal15514073

Shades and tints

Shades of #6D603B

#6D603B
(109,96,59)
#645836
(100,88,54)
#5B5031
(91,80,49)
#52482C
(82,72,44)
#494027
(73,64,39)
#403822
(64,56,34)
#37301D
(55,48,29)
#2E2818
(46,40,24)
#252013
(37,32,19)
#1C180E
(28,24,14)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #6D603B

#6D603B
(109,96,59)
#7A6E4C
(122,110,76)
#877C5D
(135,124,93)
#948A6E
(148,138,110)
#A1987F
(161,152,127)
#AEA690
(174,166,144)
#BBB4A1
(187,180,161)
#C8C2B2
(200,194,178)
#D5D0C3
(213,208,195)
#E2DED4
(226,222,212)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D603B color. Also use rgb(109,96,59) instead hex code.

Text Font Color

.myTextColor { color: #6D603B; }

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

This text font color is #6D603B.


Background Color

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

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

This div background color is #6D603B.


Border color

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

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

This div border color is #6D603B.


Opacity

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

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

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

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

This text has shadow with #6D603B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D603B on black background.


Color preview on white background

This text has color #6D603B on white background.



Black color preview on #6D603B background

This text has black color on #6D603B background.


White color preview on #6D603B background

This text has white color on #6D603B background.