COLOR #6B6649

HEX: #6B6649
RGB: (107,102,73)

Color info

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

RGB color model

#6B6649 color RGB value is (107,102,73).

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

RGB channels and saturation

R 107 of 255 = 42%
G 102 of 255 = 40%
B 73 of 255 = 29%

107
102
73

R + G + B ~ 37%. #6B6649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 102 + 73 = 282 (100%)
R 107 of 282 ~ 37.94%
G 102 of 282 ~ 36.17%
B 73 of 282 ~ 25.89%

%37.94
%36.17
%25.89

CMYK color model

#6B6649 color CMYK value is (0,5,32,58).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 31.78%
  • key color value is 58.04%
CMYK:
(0,5,32,58)
C0M5Y32K58 
(0%,5%,32%,58%)
(0.00/0.05/0.32/0.58)	

CMYK percentages

%0
%4.67
%31.78
%58.04

Codes

Color #6B6649 in popluar color models

6B6649
RGB10710273
HSL51°18.89%35.29%
HSB/HSV51°31.78%41.96%
CMYK0.00%4.67%31.78%
58.04%

Color #6B6649 in popluar number systems.

HEX6B6649
Decimal10710273
Binary110101111001101001001
Octal153146111

Shades and tints

Shades of #6B6649

#6B6649
(107,102,73)
#625D43
(98,93,67)
#59543D
(89,84,61)
#504B37
(80,75,55)
#474231
(71,66,49)
#3E392B
(62,57,43)
#353025
(53,48,37)
#2C271F
(44,39,31)
#231E19
(35,30,25)
#1A1513
(26,21,19)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #6B6649

#6B6649
(107,102,73)
#787359
(120,115,89)
#858069
(133,128,105)
#928D79
(146,141,121)
#9F9A89
(159,154,137)
#ACA799
(172,167,153)
#B9B4A9
(185,180,169)
#C6C1B9
(198,193,185)
#D3CEC9
(211,206,201)
#E0DBD9
(224,219,217)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6649; }

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

This text font color is #6B6649.


Background Color

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

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

This div background color is #6B6649.


Border color

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

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

This div border color is #6B6649.


Opacity

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

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

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

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

This text has shadow with #6B6649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6649 on black background.


Color preview on white background

This text has color #6B6649 on white background.



Black color preview on #6B6649 background

This text has black color on #6B6649 background.


White color preview on #6B6649 background

This text has white color on #6B6649 background.