COLOR #6A4800

HEX: #6A4800
RGB: (106,72,0)

Color info

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

RGB color model

#6A4800 color RGB value is (106,72,0).

  • red value is 106;
  • green value is 72;
  • blue value is 0.
RGB:
(106,72,0)
(42%,28%,0%)

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 0 of 255 = 0%

106
72
0

R + G + B ~ 23%. #6A4800 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 0 = 178 (100%)
R 106 of 178 ~ 59.55%
G 72 of 178 ~ 40.45%
B 0 of 178 ~ 0%

%59.55
%40.45

CMYK color model

#6A4800 color CMYK value is (0,32,100,58).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(0,32,100,58)
C0M32Y100K58 
(0%,32%,100%,58%)
(0.00/0.32/1.00/0.58)	

CMYK percentages

%0
%32.08
%100
%58.43

Codes

Color #6A4800 in popluar color models

6A4800
RGB106720
HSL41°100.00%20.78%
HSB/HSV41°100.00%41.57%
CMYK0.00%32.08%100.00%
58.43%

Color #6A4800 in popluar number systems.

HEX6A4800
Decimal106720
Binary110101010010000
Octal1521100

Shades and tints

Shades of #6A4800

#6A4800
(106,72,0)
#614200
(97,66,0)
#583C00
(88,60,0)
#4F3600
(79,54,0)
#463000
(70,48,0)
#3D2A00
(61,42,0)
#342400
(52,36,0)
#2B1E00
(43,30,0)
#221800
(34,24,0)
#191200
(25,18,0)
#100C00
(16,12,0)
#000000
(0,0,0)

Tints of #6A4800

#6A4800
(106,72,0)
#775817
(119,88,23)
#84682E
(132,104,46)
#917845
(145,120,69)
#9E885C
(158,136,92)
#AB9873
(171,152,115)
#B8A88A
(184,168,138)
#C5B8A1
(197,184,161)
#D2C8B8
(210,200,184)
#DFD8CF
(223,216,207)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4800 color. Also use rgb(106,72,0) instead hex code.

Text Font Color

.myTextColor { color: #6A4800; }

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

This text font color is #6A4800.


Background Color

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

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

This div background color is #6A4800.


Border color

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

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

This div border color is #6A4800.


Opacity

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

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

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

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

This text has shadow with #6A4800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4800 on black background.


Color preview on white background

This text has color #6A4800 on white background.



Black color preview on #6A4800 background

This text has black color on #6A4800 background.


White color preview on #6A4800 background

This text has white color on #6A4800 background.