COLOR #6B6443

HEX: #6B6443
RGB: (107,100,67)

Color info

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

RGB color model

#6B6443 color RGB value is (107,100,67).

  • red value is 107;
  • green value is 100;
  • blue value is 67.
RGB:
(107,100,67)
(42%,39%,26%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 67 of 255 = 26%

107
100
67

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 67 = 274 (100%)
R 107 of 274 ~ 39.05%
G 100 of 274 ~ 36.5%
B 67 of 274 ~ 24.45%

%39.05
%36.5
%24.45

CMYK color model

#6B6443 color CMYK value is (0,7,37,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 37.38%
  • key color value is 58.04%
CMYK:
(0,7,37,58)
C0M7Y37K58 
(0%,7%,37%,58%)
(0.00/0.07/0.37/0.58)	

CMYK percentages

%0
%6.54
%37.38
%58.04

Codes

Color #6B6443 in popluar color models

6B6443
RGB10710067
HSL50°22.99%34.12%
HSB/HSV50°37.38%41.96%
CMYK0.00%6.54%37.38%
58.04%

Color #6B6443 in popluar number systems.

HEX6B6443
Decimal10710067
Binary110101111001001000011
Octal153144103

Shades and tints

Shades of #6B6443

#6B6443
(107,100,67)
#625B3D
(98,91,61)
#595237
(89,82,55)
#504931
(80,73,49)
#47402B
(71,64,43)
#3E3725
(62,55,37)
#352E1F
(53,46,31)
#2C2519
(44,37,25)
#231C13
(35,28,19)
#1A130D
(26,19,13)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #6B6443

#6B6443
(107,100,67)
#787254
(120,114,84)
#858065
(133,128,101)
#928E76
(146,142,118)
#9F9C87
(159,156,135)
#ACAA98
(172,170,152)
#B9B8A9
(185,184,169)
#C6C6BA
(198,198,186)
#D3D4CB
(211,212,203)
#E0E2DC
(224,226,220)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6443 color. Also use rgb(107,100,67) instead hex code.

Text Font Color

.myTextColor { color: #6B6443; }

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

This text font color is #6B6443.


Background Color

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

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

This div background color is #6B6443.


Border color

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

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

This div border color is #6B6443.


Opacity

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

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

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

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

This text has shadow with #6B6443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6443 on black background.


Color preview on white background

This text has color #6B6443 on white background.



Black color preview on #6B6443 background

This text has black color on #6B6443 background.


White color preview on #6B6443 background

This text has white color on #6B6443 background.