COLOR #6B775F

HEX: #6B775F
RGB: (107,119,95)

Color info

#6B775F contains red, green and blue colors in about the same proportion. Web safe color of #6B775F is #666666 (or #666).

RGB color model

#6B775F color RGB value is (107,119,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 95 of 255 = 37%

107
119
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 95 = 321 (100%)
R 107 of 321 ~ 33.33%
G 119 of 321 ~ 37.07%
B 95 of 321 ~ 29.6%

%33.33
%37.07
%29.6

CMYK color model

#6B775F color CMYK value is (10,0,20,53).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 53.33%
CMYK:
(10,0,20,53)
C10M0Y20K53 
(10%,0%,20%,53%)
(0.10/0.00/0.20/0.53)	

CMYK percentages

%10.08
%0
%20.17
%53.33

Codes

Color #6B775F in popluar color models

6B775F
RGB10711995
HSL90°11.21%41.96%
HSB/HSV90°20.17%46.67%
CMYK10.08%0.00%20.17%
53.33%

Color #6B775F in popluar number systems.

HEX6B775F
Decimal10711995
Binary110101111101111011111
Octal153167137

Shades and tints

Shades of #6B775F

#6B775F
(107,119,95)
#626D57
(98,109,87)
#59634F
(89,99,79)
#505947
(80,89,71)
#474F3F
(71,79,63)
#3E4537
(62,69,55)
#353B2F
(53,59,47)
#2C3127
(44,49,39)
#23271F
(35,39,31)
#1A1D17
(26,29,23)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #6B775F

#6B775F
(107,119,95)
#78836D
(120,131,109)
#858F7B
(133,143,123)
#929B89
(146,155,137)
#9FA797
(159,167,151)
#ACB3A5
(172,179,165)
#B9BFB3
(185,191,179)
#C6CBC1
(198,203,193)
#D3D7CF
(211,215,207)
#E0E3DD
(224,227,221)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B775F; }

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

This text font color is #6B775F.


Background Color

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

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

This div background color is #6B775F.


Border color

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

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

This div border color is #6B775F.


Opacity

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

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

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

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

This text has shadow with #6B775F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B775F on black background.


Color preview on white background

This text has color #6B775F on white background.



Black color preview on #6B775F background

This text has black color on #6B775F background.


White color preview on #6B775F background

This text has white color on #6B775F background.