COLOR #6C480A

HEX: #6C480A
RGB: (108,72,10)

Color info

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

RGB color model

#6C480A color RGB value is (108,72,10).

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

RGB channels and saturation

R 108 of 255 = 42%
G 72 of 255 = 28%
B 10 of 255 = 4%

108
72
10

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

Portions of RGB colors in percentages

R + G + B =
108 + 72 + 10 = 190 (100%)
R 108 of 190 ~ 56.84%
G 72 of 190 ~ 37.89%
B 10 of 190 ~ 5.26%

%56.84
%37.89

CMYK color model

#6C480A color CMYK value is (0,33,91,58).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 90.74%
  • key color value is 57.65%
CMYK:
(0,33,91,58)
C0M33Y91K58 
(0%,33%,91%,58%)
(0.00/0.33/0.91/0.58)	

CMYK percentages

%0
%33.33
%90.74
%57.65

Codes

Color #6C480A in popluar color models

6C480A
RGB1087210
HSL38°83.05%23.14%
HSB/HSV38°90.74%42.35%
CMYK0.00%33.33%90.74%
57.65%

Color #6C480A in popluar number systems.

HEX6C480A
Decimal1087210
Binary110110010010001010
Octal15411012

Shades and tints

Shades of #6C480A

#6C480A
(108,72,10)
#63420A
(99,66,10)
#5A3C0A
(90,60,10)
#51360A
(81,54,10)
#48300A
(72,48,10)
#3F2A0A
(63,42,10)
#36240A
(54,36,10)
#2D1E0A
(45,30,10)
#24180A
(36,24,10)
#1B120A
(27,18,10)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C480A

#6C480A
(108,72,10)
#795820
(121,88,32)
#866836
(134,104,54)
#93784C
(147,120,76)
#A08862
(160,136,98)
#AD9878
(173,152,120)
#BAA88E
(186,168,142)
#C7B8A4
(199,184,164)
#D4C8BA
(212,200,186)
#E1D8D0
(225,216,208)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C480A; }

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

This text font color is #6C480A.


Background Color

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

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

This div background color is #6C480A.


Border color

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

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

This div border color is #6C480A.


Opacity

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

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

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

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

This text has shadow with #6C480A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C480A on black background.


Color preview on white background

This text has color #6C480A on white background.



Black color preview on #6C480A background

This text has black color on #6C480A background.


White color preview on #6C480A background

This text has white color on #6C480A background.