COLOR #6B6934

HEX: #6B6934 RGB: (107,105,52)

Color info

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

RGB color model

#6B6934 color RGB value is (107,105,52).

RGB: (107,105,52) (42%, 41%, 20%)

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 52 of 255 = 20%

107
105
52

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

Portions of RGB colors in percentages

R + G + B = 107 + 105 + 52 = 264 (100%)
R 107 of 264 ~ 40.53%
G 105 of 264 ~ 39.77%
B 52 of 264 ~ 19.7'%

%40.53
%39.77
%19.7

CMYK color model

#6B6934 color CMYK value is (0,2,51,58).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 51.40%
  • key color value is 58.04%

CMYK: (0,2,51,58)
C0M2Y51K58 (0%, 2%, 51%, 58%)
(0.00 / 0.02 / 0.51 / 0.58)

CMYK percentages

%0
%1.87
%51.4
%58.04

Codes

Color #6B6934 in popluar color models

6B 69 34
RGB 107 105 52
HSL 58° 34.59% 31.18%
HSB/HSV 58° 51.40% 41.96%
CMYK 0.00% 1.87% 51.40%
58.04%

Color #6B6934 in popluar number systems.

HEX 6B 69 34
Decimal 107 105 52
Binary 1101011 1101001 110100
Octal 153 151 64

Shades and tints

Shades of #6B6934

#6B6934
(107,105,52)
#626030
(98,96,48)
#59572C
(89,87,44)
#504E28
(80,78,40)
#474524
(71,69,36)
#3E3C20
(62,60,32)
#35331C
(53,51,28)
#2C2A18
(44,42,24)
#232114
(35,33,20)
#1A1810
(26,24,16)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #6B6934

#6B6934
(107,105,52)
#787646
(120,118,70)
#858358
(133,131,88)
#92906A
(146,144,106)
#9F9D7C
(159,157,124)
#ACAA8E
(172,170,142)
#B9B7A0
(185,183,160)
#C6C4B2
(198,196,178)
#D3D1C4
(211,209,196)
#E0DED6
(224,222,214)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6934 color. Also use rgb(107,105,52) instead hex code.

Text Font Color

.myTextColor { color: #6B6934; }

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

This text font color is #6B6934.

Background Color

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

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

This div background color is #6B6934.

Border color

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

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

This div border color is #6B6934.

Opacity

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

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

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

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

This text has shadow with #6B6934 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6934.

Preview

Color preview on black background

This text has color #6B6934 on black background.


Color preview on white background

This text has color #6B6934 on white background.


Black color preview on #6B6934 background

This text has black color on #6B6934 background.


White color preview on #6B6934 background

This text has white color on #6B6934 background.


Related colors

Complementary color

Complementary color for #hex is #9496CB.


I love getcolorcode.com

Triadic colors

1 #346B69 and #69346B with #6B6934 are triadic colors.

2 #34696B and #696B34 with #6B6934 are triadic colors.