COLOR #6B6D3D

HEX: #6B6D3D
RGB: (107,109,61)

Color info

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

RGB color model

#6B6D3D color RGB value is (107,109,61).

  • red value is 107;
  • green value is 109;
  • blue value is 61.
RGB:
(107,109,61)
(42%,43%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 109 of 255 = 43%
B 61 of 255 = 24%

107
109
61

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

Portions of RGB colors in percentages

R + G + B =
107 + 109 + 61 = 277 (100%)
R 107 of 277 ~ 38.63%
G 109 of 277 ~ 39.35%
B 61 of 277 ~ 22.02%

%38.63
%39.35
%22.02

CMYK color model

#6B6D3D color CMYK value is (2,0,44,57).

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 44.04%
  • key color value is 57.25%
CMYK:
(2,0,44,57)
C2M0Y44K57 
(2%,0%,44%,57%)
(0.02/0.00/0.44/0.57)	

CMYK percentages

%1.83
%0
%44.04
%57.25

Codes

Color #6B6D3D in popluar color models

6B6D3D
RGB10710961
HSL63°28.24%33.33%
HSB/HSV63°44.04%42.75%
CMYK1.83%0.00%44.04%
57.25%

Color #6B6D3D in popluar number systems.

HEX6B6D3D
Decimal10710961
Binary11010111101101111101
Octal15315575

Shades and tints

Shades of #6B6D3D

#6B6D3D
(107,109,61)
#626438
(98,100,56)
#595B33
(89,91,51)
#50522E
(80,82,46)
#474929
(71,73,41)
#3E4024
(62,64,36)
#35371F
(53,55,31)
#2C2E1A
(44,46,26)
#232515
(35,37,21)
#1A1C10
(26,28,16)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #6B6D3D

#6B6D3D
(107,109,61)
#787A4E
(120,122,78)
#85875F
(133,135,95)
#929470
(146,148,112)
#9FA181
(159,161,129)
#ACAE92
(172,174,146)
#B9BBA3
(185,187,163)
#C6C8B4
(198,200,180)
#D3D5C5
(211,213,197)
#E0E2D6
(224,226,214)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6D3D color. Also use rgb(107,109,61) instead hex code.

Text Font Color

.myTextColor { color: #6B6D3D; }

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

This text font color is #6B6D3D.


Background Color

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

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

This div background color is #6B6D3D.


Border color

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

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

This div border color is #6B6D3D.


Opacity

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

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

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

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

This text has shadow with #6B6D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6D3D on black background.


Color preview on white background

This text has color #6B6D3D on white background.



Black color preview on #6B6D3D background

This text has black color on #6B6D3D background.


White color preview on #6B6D3D background

This text has white color on #6B6D3D background.