COLOR #6B6249

HEX: #6B6249 RGB: (107,98,73)

Color info

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

RGB color model

#6B6249 color RGB value is (107,98,73).

RGB: (107,98,73) (42%, 38%, 29%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 73 of 255 = 29%

107
98
73

R + G + B ~ 36%. #6B6249 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 98 + 73 = 278 (100%)
R 107 of 278 ~ 38.49%
G 98 of 278 ~ 35.25%
B 73 of 278 ~ 26.26'%

%38.49
%35.25
%26.26

CMYK color model

#6B6249 color CMYK value is (0,8,32,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 31.78%
  • key color value is 58.04%

CMYK: (0,8,32,58)
C0M8Y32K58 (0%, 8%, 32%, 58%)
(0.00 / 0.08 / 0.32 / 0.58)

CMYK percentages

%0
%8.41
%31.78
%58.04

Codes

Color #6B6249 in popluar color models

6B 62 49
RGB 107 98 73
HSL 44° 18.89% 35.29%
HSB/HSV 44° 31.78% 41.96%
CMYK 0.00% 8.41% 31.78%
58.04%

Color #6B6249 in popluar number systems.

HEX 6B 62 49
Decimal 107 98 73
Binary 1101011 1100010 1001001
Octal 153 142 111

Shades and tints

Shades of #6B6249

#6B6249
(107,98,73)
#625A43
(98,90,67)
#59523D
(89,82,61)
#504A37
(80,74,55)
#474231
(71,66,49)
#3E3A2B
(62,58,43)
#353225
(53,50,37)
#2C2A1F
(44,42,31)
#232219
(35,34,25)
#1A1A13
(26,26,19)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #6B6249

#6B6249
(107,98,73)
#787059
(120,112,89)
#857E69
(133,126,105)
#928C79
(146,140,121)
#9F9A89
(159,154,137)
#ACA899
(172,168,153)
#B9B6A9
(185,182,169)
#C6C4B9
(198,196,185)
#D3D2C9
(211,210,201)
#E0E0D9
(224,224,217)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6249 color. Also use rgb(107,98,73) instead hex code.

Text Font Color

.myTextColor { color: #6B6249; }

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

This text font color is #6B6249.

Background Color

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

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

This div background color is #6B6249.

Border color

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

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

This div border color is #6B6249.

Opacity

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

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

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

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

This text has shadow with #6B6249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6249.

Preview

Color preview on black background

This text has color #6B6249 on black background.


Color preview on white background

This text has color #6B6249 on white background.


Black color preview on #6B6249 background

This text has black color on #6B6249 background.


White color preview on #6B6249 background

This text has white color on #6B6249 background.


Related colors

Complementary color

Complementary color for #hex is #949DB6.


I love getcolorcode.com

Triadic colors

1 #496B62 and #62496B with #6B6249 are triadic colors.

2 #49626B and #626B49 with #6B6249 are triadic colors.