COLOR #6C6228

HEX: #6C6228 RGB: (108,98,40)

Color info

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

RGB color model

#6C6228 color RGB value is (108,98,40).

RGB: (108,98,40) (42%, 38%, 16%)

RGB channels and saturation

R 108 of 255 = 42%
G 98 of 255 = 38%
B 40 of 255 = 16%

108
98
40

R + G + B ~ 32%. #6C6228 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 98 + 40 = 246 (100%)
R 108 of 246 ~ 43.9%
G 98 of 246 ~ 39.84%
B 40 of 246 ~ 16.26'%

%43.9
%39.84
%16.26

CMYK color model

#6C6228 color CMYK value is (0,9,63,58).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 62.96%
  • key color value is 57.65%

CMYK: (0,9,63,58)
C0M9Y63K58 (0%, 9%, 63%, 58%)
(0.00 / 0.09 / 0.63 / 0.58)

CMYK percentages

%0
%9.26
%62.96
%57.65

Codes

Color #6C6228 in popluar color models

6C 62 28
RGB 108 98 40
HSL 51° 45.95% 29.02%
HSB/HSV 51° 62.96% 42.35%
CMYK 0.00% 9.26% 62.96%
57.65%

Color #6C6228 in popluar number systems.

HEX 6C 62 28
Decimal 108 98 40
Binary 1101100 1100010 101000
Octal 154 142 50

Shades and tints

Shades of #6C6228

#6C6228
(108,98,40)
#635A25
(99,90,37)
#5A5222
(90,82,34)
#514A1F
(81,74,31)
#48421C
(72,66,28)
#3F3A19
(63,58,25)
#363216
(54,50,22)
#2D2A13
(45,42,19)
#242210
(36,34,16)
#1B1A0D
(27,26,13)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #6C6228

#6C6228
(108,98,40)
#79703B
(121,112,59)
#867E4E
(134,126,78)
#938C61
(147,140,97)
#A09A74
(160,154,116)
#ADA887
(173,168,135)
#BAB69A
(186,182,154)
#C7C4AD
(199,196,173)
#D4D2C0
(212,210,192)
#E1E0D3
(225,224,211)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6228 color. Also use rgb(108,98,40) instead hex code.

Text Font Color

.myTextColor { color: #6C6228; }

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

This text font color is #6C6228.

Background Color

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

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

This div background color is #6C6228.

Border color

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

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

This div border color is #6C6228.

Opacity

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

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

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

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

This text has shadow with #6C6228 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6228.

Preview

Color preview on black background

This text has color #6C6228 on black background.


Color preview on white background

This text has color #6C6228 on white background.


Black color preview on #6C6228 background

This text has black color on #6C6228 background.


White color preview on #6C6228 background

This text has white color on #6C6228 background.


Related colors

Complementary color

Complementary color for #hex is #939DD7.


I love getcolorcode.com

Triadic colors

1 #286C62 and #62286C with #6C6228 are triadic colors.

2 #28626C and #626C28 with #6C6228 are triadic colors.