COLOR #6B4249

HEX: #6B4249
RGB: (107,66,73)

Color info

#6B4249 contains red, green and blue colors in about the same proportion. Web safe color of #6B4249 is #663333 (or #633).

RGB color model

#6B4249 color RGB value is (107,66,73).

  • red value is 107;
  • green value is 66;
  • blue value is 73.
RGB:
(107,66,73)
(42%,26%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 73 of 255 = 29%

107
66
73

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

Portions of RGB colors in percentages

R + G + B =
107 + 66 + 73 = 246 (100%)
R 107 of 246 ~ 43.5%
G 66 of 246 ~ 26.83%
B 73 of 246 ~ 29.67%

%43.5
%26.83
%29.67

CMYK color model

#6B4249 color CMYK value is (0,38,32,58).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(0,38,32,58)
C0M38Y32K58 
(0%,38%,32%,58%)
(0.00/0.38/0.32/0.58)	

CMYK percentages

%0
%38.32
%31.78
%58.04

Codes

Color #6B4249 in popluar color models

6B4249
RGB1076673
HSL350°23.70%33.92%
HSB/HSV350°38.32%41.96%
CMYK0.00%38.32%31.78%
58.04%

Color #6B4249 in popluar number systems.

HEX6B4249
Decimal1076673
Binary110101110000101001001
Octal153102111

Shades and tints

Shades of #6B4249

#6B4249
(107,66,73)
#623C43
(98,60,67)
#59363D
(89,54,61)
#503037
(80,48,55)
#472A31
(71,42,49)
#3E242B
(62,36,43)
#351E25
(53,30,37)
#2C181F
(44,24,31)
#231219
(35,18,25)
#1A0C13
(26,12,19)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B4249

#6B4249
(107,66,73)
#785359
(120,83,89)
#856469
(133,100,105)
#927579
(146,117,121)
#9F8689
(159,134,137)
#AC9799
(172,151,153)
#B9A8A9
(185,168,169)
#C6B9B9
(198,185,185)
#D3CAC9
(211,202,201)
#E0DBD9
(224,219,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4249; }

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

This text font color is #6B4249.


Background Color

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

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

This div background color is #6B4249.


Border color

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

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

This div border color is #6B4249.


Opacity

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

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

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

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

This text has shadow with #6B4249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4249 on black background.


Color preview on white background

This text has color #6B4249 on white background.



Black color preview on #6B4249 background

This text has black color on #6B4249 background.


White color preview on #6B4249 background

This text has white color on #6B4249 background.