COLOR #6B863E

HEX: #6B863E
RGB: (107,134,62)

Color info

#6B863E contains mainly red and green colors. Web safe color of #6B863E is #669933 (or #693).

RGB color model

#6B863E color RGB value is (107,134,62).

  • red value is 107;
  • green value is 134;
  • blue value is 62.
RGB:
(107,134,62)
(42%,53%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 62 of 255 = 24%

107
134
62

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

Portions of RGB colors in percentages

R + G + B =
107 + 134 + 62 = 303 (100%)
R 107 of 303 ~ 35.31%
G 134 of 303 ~ 44.22%
B 62 of 303 ~ 20.46%

%35.31
%44.22
%20.46

CMYK color model

#6B863E color CMYK value is (20,0,54,47).

  • cyan value is 20.15%
  • magenta value is 0.00%
  • yellow value is 53.73%
  • key color value is 47.45%
CMYK:
(20,0,54,47)
C20M0Y54K47 
(20%,0%,54%,47%)
(0.20/0.00/0.54/0.47)	

CMYK percentages

%20.15
%0
%53.73
%47.45

Codes

Color #6B863E in popluar color models

6B863E
RGB10713462
HSL83°36.73%38.43%
HSB/HSV83°53.73%52.55%
CMYK20.15%0.00%53.73%
47.45%

Color #6B863E in popluar number systems.

HEX6B863E
Decimal10713462
Binary110101110000110111110
Octal15320676

Shades and tints

Shades of #6B863E

#6B863E
(107,134,62)
#627A39
(98,122,57)
#596E34
(89,110,52)
#50622F
(80,98,47)
#47562A
(71,86,42)
#3E4A25
(62,74,37)
#353E20
(53,62,32)
#2C321B
(44,50,27)
#232616
(35,38,22)
#1A1A11
(26,26,17)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #6B863E

#6B863E
(107,134,62)
#78914F
(120,145,79)
#859C60
(133,156,96)
#92A771
(146,167,113)
#9FB282
(159,178,130)
#ACBD93
(172,189,147)
#B9C8A4
(185,200,164)
#C6D3B5
(198,211,181)
#D3DEC6
(211,222,198)
#E0E9D7
(224,233,215)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B863E color. Also use rgb(107,134,62) instead hex code.

Text Font Color

.myTextColor { color: #6B863E; }

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

This text font color is #6B863E.


Background Color

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

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

This div background color is #6B863E.


Border color

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

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

This div border color is #6B863E.


Opacity

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

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

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

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

This text has shadow with #6B863E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B863E on black background.


Color preview on white background

This text has color #6B863E on white background.



Black color preview on #6B863E background

This text has black color on #6B863E background.


White color preview on #6B863E background

This text has white color on #6B863E background.