COLOR #6D5135

HEX: #6D5135
RGB: (109,81,53)

Color info

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

RGB color model

#6D5135 color RGB value is (109,81,53).

  • red value is 109;
  • green value is 81;
  • blue value is 53.
RGB:
(109,81,53)
(43%,32%,21%)

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 53 of 255 = 21%

109
81
53

R + G + B ~ 32%. #6D5135 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 53 = 243 (100%)
R 109 of 243 ~ 44.86%
G 81 of 243 ~ 33.33%
B 53 of 243 ~ 21.81%

%44.86
%33.33
%21.81

CMYK color model

#6D5135 color CMYK value is (0,26,51,57).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 51.38%
  • key color value is 57.25%
CMYK:
(0,26,51,57)
C0M26Y51K57 
(0%,26%,51%,57%)
(0.00/0.26/0.51/0.57)	

CMYK percentages

%0
%25.69
%51.38
%57.25

Codes

Color #6D5135 in popluar color models

6D5135
RGB1098153
HSL30°34.57%31.76%
HSB/HSV30°51.38%42.75%
CMYK0.00%25.69%51.38%
57.25%

Color #6D5135 in popluar number systems.

HEX6D5135
Decimal1098153
Binary11011011010001110101
Octal15512165

Shades and tints

Shades of #6D5135

#6D5135
(109,81,53)
#644A31
(100,74,49)
#5B432D
(91,67,45)
#523C29
(82,60,41)
#493525
(73,53,37)
#402E21
(64,46,33)
#37271D
(55,39,29)
#2E2019
(46,32,25)
#251915
(37,25,21)
#1C1211
(28,18,17)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D5135

#6D5135
(109,81,53)
#7A6047
(122,96,71)
#876F59
(135,111,89)
#947E6B
(148,126,107)
#A18D7D
(161,141,125)
#AE9C8F
(174,156,143)
#BBABA1
(187,171,161)
#C8BAB3
(200,186,179)
#D5C9C5
(213,201,197)
#E2D8D7
(226,216,215)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5135 color. Also use rgb(109,81,53) instead hex code.

Text Font Color

.myTextColor { color: #6D5135; }

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

This text font color is #6D5135.


Background Color

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

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

This div background color is #6D5135.


Border color

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

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

This div border color is #6D5135.


Opacity

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

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

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

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

This text has shadow with #6D5135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5135 on black background.


Color preview on white background

This text has color #6D5135 on white background.



Black color preview on #6D5135 background

This text has black color on #6D5135 background.


White color preview on #6D5135 background

This text has white color on #6D5135 background.