COLOR #6D6253

HEX: #6D6253
RGB: (109,98,83)

Color info

#6D6253 contains red, green and blue colors in about the same proportion. Web safe color of #6D6253 is #666666 (or #666).

RGB color model

#6D6253 color RGB value is (109,98,83).

  • red value is 109;
  • green value is 98;
  • blue value is 83.
RGB:
(109,98,83)
(43%,38%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 83 of 255 = 33%

109
98
83

R + G + B ~ 38%. #6D6253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 83 = 290 (100%)
R 109 of 290 ~ 37.59%
G 98 of 290 ~ 33.79%
B 83 of 290 ~ 28.62%

%37.59
%33.79
%28.62

CMYK color model

#6D6253 color CMYK value is (0,10,24,57).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(0,10,24,57)
C0M10Y24K57 
(0%,10%,24%,57%)
(0.00/0.10/0.24/0.57)	

CMYK percentages

%0
%10.09
%23.85
%57.25

Codes

Color #6D6253 in popluar color models

6D6253
RGB1099883
HSL35°13.54%37.65%
HSB/HSV35°23.85%42.75%
CMYK0.00%10.09%23.85%
57.25%

Color #6D6253 in popluar number systems.

HEX6D6253
Decimal1099883
Binary110110111000101010011
Octal155142123

Shades and tints

Shades of #6D6253

#6D6253
(109,98,83)
#645A4C
(100,90,76)
#5B5245
(91,82,69)
#524A3E
(82,74,62)
#494237
(73,66,55)
#403A30
(64,58,48)
#373229
(55,50,41)
#2E2A22
(46,42,34)
#25221B
(37,34,27)
#1C1A14
(28,26,20)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #6D6253

#6D6253
(109,98,83)
#7A7062
(122,112,98)
#877E71
(135,126,113)
#948C80
(148,140,128)
#A19A8F
(161,154,143)
#AEA89E
(174,168,158)
#BBB6AD
(187,182,173)
#C8C4BC
(200,196,188)
#D5D2CB
(213,210,203)
#E2E0DA
(226,224,218)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6253 color. Also use rgb(109,98,83) instead hex code.

Text Font Color

.myTextColor { color: #6D6253; }

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

This text font color is #6D6253.


Background Color

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

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

This div background color is #6D6253.


Border color

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

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

This div border color is #6D6253.


Opacity

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

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

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

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

This text has shadow with #6D6253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6253 on black background.


Color preview on white background

This text has color #6D6253 on white background.



Black color preview on #6D6253 background

This text has black color on #6D6253 background.


White color preview on #6D6253 background

This text has white color on #6D6253 background.