COLOR #6B6137

HEX: #6B6137
RGB: (107,97,55)

Color info

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

RGB color model

#6B6137 color RGB value is (107,97,55).

  • red value is 107;
  • green value is 97;
  • blue value is 55.
RGB:
(107,97,55)
(42%,38%,22%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 55 of 255 = 22%

107
97
55

R + G + B ~ 34%. #6B6137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 97 + 55 = 259 (100%)
R 107 of 259 ~ 41.31%
G 97 of 259 ~ 37.45%
B 55 of 259 ~ 21.24%

%41.31
%37.45
%21.24

CMYK color model

#6B6137 color CMYK value is (0,9,49,58).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 48.60%
  • key color value is 58.04%
CMYK:
(0,9,49,58)
C0M9Y49K58 
(0%,9%,49%,58%)
(0.00/0.09/0.49/0.58)	

CMYK percentages

%0
%9.35
%48.6
%58.04

Codes

Color #6B6137 in popluar color models

6B6137
RGB1079755
HSL48°32.10%31.76%
HSB/HSV48°48.60%41.96%
CMYK0.00%9.35%48.60%
58.04%

Color #6B6137 in popluar number systems.

HEX6B6137
Decimal1079755
Binary11010111100001110111
Octal15314167

Shades and tints

Shades of #6B6137

#6B6137
(107,97,55)
#625932
(98,89,50)
#59512D
(89,81,45)
#504928
(80,73,40)
#474123
(71,65,35)
#3E391E
(62,57,30)
#353119
(53,49,25)
#2C2914
(44,41,20)
#23210F
(35,33,15)
#1A190A
(26,25,10)
#111105
(17,17,5)
#000000
(0,0,0)

Tints of #6B6137

#6B6137
(107,97,55)
#786F49
(120,111,73)
#857D5B
(133,125,91)
#928B6D
(146,139,109)
#9F997F
(159,153,127)
#ACA791
(172,167,145)
#B9B5A3
(185,181,163)
#C6C3B5
(198,195,181)
#D3D1C7
(211,209,199)
#E0DFD9
(224,223,217)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6137 color. Also use rgb(107,97,55) instead hex code.

Text Font Color

.myTextColor { color: #6B6137; }

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

This text font color is #6B6137.


Background Color

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

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

This div background color is #6B6137.


Border color

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

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

This div border color is #6B6137.


Opacity

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

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

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

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

This text has shadow with #6B6137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6137 on black background.


Color preview on white background

This text has color #6B6137 on white background.



Black color preview on #6B6137 background

This text has black color on #6B6137 background.


White color preview on #6B6137 background

This text has white color on #6B6137 background.