COLOR #6B815F

HEX: #6B815F
RGB: (107,129,95)

Color info

#6B815F contains red, green and blue colors in about the same proportion. Web safe color of #6B815F is #669966 (or #696).

RGB color model

#6B815F color RGB value is (107,129,95).

  • red value is 107;
  • green value is 129;
  • blue value is 95.
RGB: (107,129,95) (42%,51%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 129 of 255 = 51%
B 95 of 255 = 37%

107
129
95

R + G + B ~ 43%. #6B815F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 129 + 95 = 331 (100%)
R 107 of 331 ~ 32.33%
G 129 of 331 ~ 38.97%
B 95 of 331 ~ 28.7%

%32.33
%38.97
%28.7

CMYK color model

#6B815F color CMYK value is (17,0,26,49).

  • cyan value is 17.05%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%
CMYK: (17,0,26,49) C17M0Y26K49 (17%,0%,26%,49%) (0.17/0.00/0.26/0.49)

CMYK percentages

%17.05
%0
%26.36
%49.41

Codes

Color #6B815F in popluar color models

6B815F
RGB10712995
HSL99°15.18%43.92%
HSB/HSV99°26.36%50.59%
CMYK17.05%0.00%26.36%
49.41%

Color #6B815F in popluar number systems.

HEX6B815F
Decimal10712995
Binary1101011100000011011111
Octal153201137

Shades and tints

Shades of #6B815F

#6B815F
(107,129,95)
#627657
(98,118,87)
#596B4F
(89,107,79)
#506047
(80,96,71)
#47553F
(71,85,63)
#3E4A37
(62,74,55)
#353F2F
(53,63,47)
#2C3427
(44,52,39)
#23291F
(35,41,31)
#1A1E17
(26,30,23)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6B815F

#6B815F
(107,129,95)
#788C6D
(120,140,109)
#85977B
(133,151,123)
#92A289
(146,162,137)
#9FAD97
(159,173,151)
#ACB8A5
(172,184,165)
#B9C3B3
(185,195,179)
#C6CEC1
(198,206,193)
#D3D9CF
(211,217,207)
#E0E4DD
(224,228,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B815F color. Also use rgb(107,129,95) instead hex code.

Text Font Color

.myTextColor { color: #6B815F; }

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

This text font color is #6B815F.


Background Color

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

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

This div background color is #6B815F.


Border color

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

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

This div border color is #6B815F.


Opacity

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

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

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

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

This text has shadow with #6B815F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B815F on black background.


Color preview on white background

This text has color #6B815F on white background.



Black color preview on #6B815F background

This text has black color on #6B815F background.


White color preview on #6B815F background

This text has white color on #6B815F background.