COLOR #6B4C02

HEX: #6B4C02 RGB: (107,76,2)

Color info

#6B4C02 contains mainly red and green colors. Web safe color of #6B4C02 is #663300 (or #630).

RGB color model

#6B4C02 color RGB value is (107,76,2).

RGB: (107,76,2) (42%, 30%, 1%)

RGB channels and saturation

R 107 of 255 = 42%
G 76 of 255 = 30%
B 2 of 255 = 1%

107
76
2

R + G + B ~ 24%. #6B4C02 is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 76 + 2 = 185 (100%)
R 107 of 185 ~ 57.84%
G 76 of 185 ~ 41.08%
B 2 of 185 ~ 1.08'%

%57.84
%41.08

CMYK color model

#6B4C02 color CMYK value is (0,29,98,58).

  • cyan value is 0.00%
  • magenta value is 28.97%
  • yellow value is 98.13%
  • key color value is 58.04%

CMYK: (0,29,98,58)
C0M29Y98K58 (0%, 29%, 98%, 58%)
(0.00 / 0.29 / 0.98 / 0.58)

CMYK percentages

%0
%28.97
%98.13
%58.04

Codes

Color #6B4C02 in popluar color models

6B 4C 02
RGB 107 76 2
HSL 42° 96.33% 21.37%
HSB/HSV 42° 98.13% 41.96%
CMYK 0.00% 28.97% 98.13%
58.04%

Color #6B4C02 in popluar number systems.

HEX 6B 4C 02
Decimal 107 76 2
Binary 1101011 1001100 10
Octal 153 114 2

Shades and tints

Shades of #6B4C02

#6B4C02
(107,76,2)
#624602
(98,70,2)
#594002
(89,64,2)
#503A02
(80,58,2)
#473402
(71,52,2)
#3E2E02
(62,46,2)
#352802
(53,40,2)
#2C2202
(44,34,2)
#231C02
(35,28,2)
#1A1602
(26,22,2)
#111002
(17,16,2)
#000000
(0,0,0)

Tints of #6B4C02

#6B4C02
(107,76,2)
#785C19
(120,92,25)
#856C30
(133,108,48)
#927C47
(146,124,71)
#9F8C5E
(159,140,94)
#AC9C75
(172,156,117)
#B9AC8C
(185,172,140)
#C6BCA3
(198,188,163)
#D3CCBA
(211,204,186)
#E0DCD1
(224,220,209)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4C02 color. Also use rgb(107,76,2) instead hex code.

Text Font Color

.myTextColor { color: #6B4C02; }

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

This text font color is #6B4C02.

Background Color

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

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

This div background color is #6B4C02.

Border color

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

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

This div border color is #6B4C02.

Opacity

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

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

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

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

This text has shadow with #6B4C02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B4C02.

Preview

Color preview on black background

This text has color #6B4C02 on black background.


Color preview on white background

This text has color #6B4C02 on white background.


Black color preview on #6B4C02 background

This text has black color on #6B4C02 background.


White color preview on #6B4C02 background

This text has white color on #6B4C02 background.


Related colors

Complementary color

Complementary color for #hex is #94B3FD.


I love getcolorcode.com

Triadic colors

1 #026B4C and #4C026B with #6B4C02 are triadic colors.

2 #024C6B and #4C6B02 with #6B4C02 are triadic colors.