COLOR #6C6730

HEX: #6C6730 RGB: (108,103,48)

Color info

#6C6730 contains mainly red and green colors. Web safe color of #6C6730 is #666633 (or #663).

RGB color model

#6C6730 color RGB value is (108,103,48).

RGB: (108,103,48) (42%, 40%, 19%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 48 of 255 = 19%

108
103
48

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

Portions of RGB colors in percentages

R + G + B = 108 + 103 + 48 = 259 (100%)
R 108 of 259 ~ 41.7%
G 103 of 259 ~ 39.77%
B 48 of 259 ~ 18.53'%

%41.7
%39.77
%18.53

CMYK color model

#6C6730 color CMYK value is (0,5,56,58).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 55.56%
  • key color value is 57.65%

CMYK: (0,5,56,58)
C0M5Y56K58 (0%, 5%, 56%, 58%)
(0.00 / 0.05 / 0.56 / 0.58)

CMYK percentages

%0
%4.63
%55.56
%57.65

Codes

Color #6C6730 in popluar color models

6C 67 30
RGB 108 103 48
HSL 55° 38.46% 30.59%
HSB/HSV 55° 55.56% 42.35%
CMYK 0.00% 4.63% 55.56%
57.65%

Color #6C6730 in popluar number systems.

HEX 6C 67 30
Decimal 108 103 48
Binary 1101100 1100111 110000
Octal 154 147 60

Shades and tints

Shades of #6C6730

#6C6730
(108,103,48)
#635E2C
(99,94,44)
#5A5528
(90,85,40)
#514C24
(81,76,36)
#484320
(72,67,32)
#3F3A1C
(63,58,28)
#363118
(54,49,24)
#2D2814
(45,40,20)
#241F10
(36,31,16)
#1B160C
(27,22,12)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #6C6730

#6C6730
(108,103,48)
#797442
(121,116,66)
#868154
(134,129,84)
#938E66
(147,142,102)
#A09B78
(160,155,120)
#ADA88A
(173,168,138)
#BAB59C
(186,181,156)
#C7C2AE
(199,194,174)
#D4CFC0
(212,207,192)
#E1DCD2
(225,220,210)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6730 color. Also use rgb(108,103,48) instead hex code.

Text Font Color

.myTextColor { color: #6C6730; }

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

This text font color is #6C6730.

Background Color

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

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

This div background color is #6C6730.

Border color

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

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

This div border color is #6C6730.

Opacity

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

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

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

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

This text has shadow with #6C6730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6730.

Preview

Color preview on black background

This text has color #6C6730 on black background.


Color preview on white background

This text has color #6C6730 on white background.


Black color preview on #6C6730 background

This text has black color on #6C6730 background.


White color preview on #6C6730 background

This text has white color on #6C6730 background.


Related colors

Complementary color

Complementary color for #hex is #9398CF.


I love getcolorcode.com

Triadic colors

1 #306C67 and #67306C with #6C6730 are triadic colors.

2 #30676C and #676C30 with #6C6730 are triadic colors.