COLOR #6B6119

HEX: #6B6119 RGB: (107,97,25)

Color info

#6B6119 contains mainly red and green colors. Web safe color of #6B6119 is #666600 (or #660).

RGB color model

#6B6119 color RGB value is (107,97,25).

RGB: (107,97,25) (42%, 38%, 10%)

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 25 of 255 = 10%

107
97
25

R + G + B ~ 30%. #6B6119 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 97 + 25 = 229 (100%)
R 107 of 229 ~ 46.72%
G 97 of 229 ~ 42.36%
B 25 of 229 ~ 10.92'%

%46.72
%42.36
%10.92

CMYK color model

#6B6119 color CMYK value is (0,9,77,58).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 76.64%
  • key color value is 58.04%

CMYK: (0,9,77,58)
C0M9Y77K58 (0%, 9%, 77%, 58%)
(0.00 / 0.09 / 0.77 / 0.58)

CMYK percentages

%0
%9.35
%76.64
%58.04

Codes

Color #6B6119 in popluar color models

6B 61 19
RGB 107 97 25
HSL 53° 62.12% 25.88%
HSB/HSV 53° 76.64% 41.96%
CMYK 0.00% 9.35% 76.64%
58.04%

Color #6B6119 in popluar number systems.

HEX 6B 61 19
Decimal 107 97 25
Binary 1101011 1100001 11001
Octal 153 141 31

Shades and tints

Shades of #6B6119

#6B6119
(107,97,25)
#625917
(98,89,23)
#595115
(89,81,21)
#504913
(80,73,19)
#474111
(71,65,17)
#3E390F
(62,57,15)
#35310D
(53,49,13)
#2C290B
(44,41,11)
#232109
(35,33,9)
#1A1907
(26,25,7)
#111105
(17,17,5)
#000000
(0,0,0)

Tints of #6B6119

#6B6119
(107,97,25)
#786F2D
(120,111,45)
#857D41
(133,125,65)
#928B55
(146,139,85)
#9F9969
(159,153,105)
#ACA77D
(172,167,125)
#B9B591
(185,181,145)
#C6C3A5
(198,195,165)
#D3D1B9
(211,209,185)
#E0DFCD
(224,223,205)
#EDEDE1
(237,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6119; }

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

This text font color is #6B6119.

Background Color

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

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

This div background color is #6B6119.

Border color

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

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

This div border color is #6B6119.

Opacity

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

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

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

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

This text has shadow with #6B6119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6119.

Preview

Color preview on black background

This text has color #6B6119 on black background.


Color preview on white background

This text has color #6B6119 on white background.


Black color preview on #6B6119 background

This text has black color on #6B6119 background.


White color preview on #6B6119 background

This text has white color on #6B6119 background.


Related colors

Complementary color

Complementary color for #hex is #949EE6.


I love getcolorcode.com

Triadic colors

1 #196B61 and #61196B with #6B6119 are triadic colors.

2 #19616B and #616B19 with #6B6119 are triadic colors.