COLOR #6D640B

HEX: #6D640B RGB: (109,100,11)

Color info

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

RGB color model

#6D640B color RGB value is (109,100,11).

RGB: (109,100,11) (43%, 39%, 4%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 11 of 255 = 4%

109
100
11

R + G + B ~ 29%. #6D640B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 100 + 11 = 220 (100%)
R 109 of 220 ~ 49.55%
G 100 of 220 ~ 45.45%
B 11 of 220 ~ 5'%

%49.55
%45.45

CMYK color model

#6D640B color CMYK value is (0,8,90,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 89.91%
  • key color value is 57.25%

CMYK: (0,8,90,57)
C0M8Y90K57 (0%, 8%, 90%, 57%)
(0.00 / 0.08 / 0.90 / 0.57)

CMYK percentages

%0
%8.26
%89.91
%57.25

Codes

Color #6D640B in popluar color models

6D 64 0B
RGB 109 100 11
HSL 54° 81.67% 23.53%
HSB/HSV 54° 89.91% 42.75%
CMYK 0.00% 8.26% 89.91%
57.25%

Color #6D640B in popluar number systems.

HEX 6D 64 0B
Decimal 109 100 11
Binary 1101101 1100100 1011
Octal 155 144 13

Shades and tints

Shades of #6D640B

#6D640B
(109,100,11)
#645B0A
(100,91,10)
#5B5209
(91,82,9)
#524908
(82,73,8)
#494007
(73,64,7)
#403706
(64,55,6)
#372E05
(55,46,5)
#2E2504
(46,37,4)
#251C03
(37,28,3)
#1C1302
(28,19,2)
#130A01
(19,10,1)
#000000
(0,0,0)

Tints of #6D640B

#6D640B
(109,100,11)
#7A7221
(122,114,33)
#878037
(135,128,55)
#948E4D
(148,142,77)
#A19C63
(161,156,99)
#AEAA79
(174,170,121)
#BBB88F
(187,184,143)
#C8C6A5
(200,198,165)
#D5D4BB
(213,212,187)
#E2E2D1
(226,226,209)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D640B color. Also use rgb(109,100,11) instead hex code.

Text Font Color

.myTextColor { color: #6D640B; }

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

This text font color is #6D640B.

Background Color

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

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

This div background color is #6D640B.

Border color

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

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

This div border color is #6D640B.

Opacity

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

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

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

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

This text has shadow with #6D640B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D640B.

Preview

Color preview on black background

This text has color #6D640B on black background.


Color preview on white background

This text has color #6D640B on white background.


Black color preview on #6D640B background

This text has black color on #6D640B background.


White color preview on #6D640B background

This text has white color on #6D640B background.


Related colors

Complementary color

Complementary color for #hex is #929BF4.


I love getcolorcode.com

Triadic colors

1 #0B6D64 and #640B6D with #6D640B are triadic colors.

2 #0B646D and #646D0B with #6D640B are triadic colors.