COLOR #6B6824

HEX: #6B6824
RGB: (107,104,36)

Color info

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

RGB color model

#6B6824 color RGB value is (107,104,36).

  • red value is 107;
  • green value is 104;
  • blue value is 36.
RGB:
(107,104,36)
(42%,41%,14%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 36 of 255 = 14%

107
104
36

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

Portions of RGB colors in percentages

R + G + B =
107 + 104 + 36 = 247 (100%)
R 107 of 247 ~ 43.32%
G 104 of 247 ~ 42.11%
B 36 of 247 ~ 14.57%

%43.32
%42.11
%14.57

CMYK color model

#6B6824 color CMYK value is (0,3,66,58).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 66.36%
  • key color value is 58.04%
CMYK:
(0,3,66,58)
C0M3Y66K58 
(0%,3%,66%,58%)
(0.00/0.03/0.66/0.58)	

CMYK percentages

%0
%2.8
%66.36
%58.04

Codes

Color #6B6824 in popluar color models

6B6824
RGB10710436
HSL57°49.65%28.04%
HSB/HSV57°66.36%41.96%
CMYK0.00%2.80%66.36%
58.04%

Color #6B6824 in popluar number systems.

HEX6B6824
Decimal10710436
Binary11010111101000100100
Octal15315044

Shades and tints

Shades of #6B6824

#6B6824
(107,104,36)
#625F21
(98,95,33)
#59561E
(89,86,30)
#504D1B
(80,77,27)
#474418
(71,68,24)
#3E3B15
(62,59,21)
#353212
(53,50,18)
#2C290F
(44,41,15)
#23200C
(35,32,12)
#1A1709
(26,23,9)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #6B6824

#6B6824
(107,104,36)
#787537
(120,117,55)
#85824A
(133,130,74)
#928F5D
(146,143,93)
#9F9C70
(159,156,112)
#ACA983
(172,169,131)
#B9B696
(185,182,150)
#C6C3A9
(198,195,169)
#D3D0BC
(211,208,188)
#E0DDCF
(224,221,207)
#EDEAE2
(237,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6824 color. Also use rgb(107,104,36) instead hex code.

Text Font Color

.myTextColor { color: #6B6824; }

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

This text font color is #6B6824.


Background Color

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

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

This div background color is #6B6824.


Border color

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

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

This div border color is #6B6824.


Opacity

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

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

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

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

This text has shadow with #6B6824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6824 on black background.


Color preview on white background

This text has color #6B6824 on white background.



Black color preview on #6B6824 background

This text has black color on #6B6824 background.


White color preview on #6B6824 background

This text has white color on #6B6824 background.