COLOR #6D480A

HEX: #6D480A
RGB: (109,72,10)

Color info

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

RGB color model

#6D480A color RGB value is (109,72,10).

  • red value is 109;
  • green value is 72;
  • blue value is 10.
RGB:
(109,72,10)
(43%,28%,4%)

RGB channels and saturation

R 109 of 255 = 43%
G 72 of 255 = 28%
B 10 of 255 = 4%

109
72
10

R + G + B ~ 25%. #6D480A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 72 + 10 = 191 (100%)
R 109 of 191 ~ 57.07%
G 72 of 191 ~ 37.7%
B 10 of 191 ~ 5.24%

%57.07
%37.7

CMYK color model

#6D480A color CMYK value is (0,34,91,57).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 90.83%
  • key color value is 57.25%
CMYK:
(0,34,91,57)
C0M34Y91K57 
(0%,34%,91%,57%)
(0.00/0.34/0.91/0.57)	

CMYK percentages

%0
%33.94
%90.83
%57.25

Codes

Color #6D480A in popluar color models

6D480A
RGB1097210
HSL38°83.19%23.33%
HSB/HSV38°90.83%42.75%
CMYK0.00%33.94%90.83%
57.25%

Color #6D480A in popluar number systems.

HEX6D480A
Decimal1097210
Binary110110110010001010
Octal15511012

Shades and tints

Shades of #6D480A

#6D480A
(109,72,10)
#64420A
(100,66,10)
#5B3C0A
(91,60,10)
#52360A
(82,54,10)
#49300A
(73,48,10)
#402A0A
(64,42,10)
#37240A
(55,36,10)
#2E1E0A
(46,30,10)
#25180A
(37,24,10)
#1C120A
(28,18,10)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #6D480A

#6D480A
(109,72,10)
#7A5820
(122,88,32)
#876836
(135,104,54)
#94784C
(148,120,76)
#A18862
(161,136,98)
#AE9878
(174,152,120)
#BBA88E
(187,168,142)
#C8B8A4
(200,184,164)
#D5C8BA
(213,200,186)
#E2D8D0
(226,216,208)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D480A color. Also use rgb(109,72,10) instead hex code.

Text Font Color

.myTextColor { color: #6D480A; }

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

This text font color is #6D480A.


Background Color

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

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

This div background color is #6D480A.


Border color

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

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

This div border color is #6D480A.


Opacity

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

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

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

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

This text has shadow with #6D480A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D480A on black background.


Color preview on white background

This text has color #6D480A on white background.



Black color preview on #6D480A background

This text has black color on #6D480A background.


White color preview on #6D480A background

This text has white color on #6D480A background.