COLOR #6C550A

HEX: #6C550A RGB: (108,85,10)

Color info

#6C550A contains mainly red and green colors. Web safe color of #6C550A is #666600 (or #660).

RGB color model

#6C550A color RGB value is (108,85,10).

RGB: (108,85,10) (42%, 33%, 4%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 10 of 255 = 4%

108
85
10

R + G + B ~ 26%. #6C550A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 85 + 10 = 203 (100%)
R 108 of 203 ~ 53.2%
G 85 of 203 ~ 41.87%
B 10 of 203 ~ 4.93'%

%53.2
%41.87

CMYK color model

#6C550A color CMYK value is (0,21,91,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 90.74%
  • key color value is 57.65%

CMYK: (0,21,91,58)
C0M21Y91K58 (0%, 21%, 91%, 58%)
(0.00 / 0.21 / 0.91 / 0.58)

CMYK percentages

%0
%21.3
%90.74
%57.65

Codes

Color #6C550A in popluar color models

6C 55 0A
RGB 108 85 10
HSL 46° 83.05% 23.14%
HSB/HSV 46° 90.74% 42.35%
CMYK 0.00% 21.30% 90.74%
57.65%

Color #6C550A in popluar number systems.

HEX 6C 55 0A
Decimal 108 85 10
Binary 1101100 1010101 1010
Octal 154 125 12

Shades and tints

Shades of #6C550A

#6C550A
(108,85,10)
#634E0A
(99,78,10)
#5A470A
(90,71,10)
#51400A
(81,64,10)
#48390A
(72,57,10)
#3F320A
(63,50,10)
#362B0A
(54,43,10)
#2D240A
(45,36,10)
#241D0A
(36,29,10)
#1B160A
(27,22,10)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #6C550A

#6C550A
(108,85,10)
#796420
(121,100,32)
#867336
(134,115,54)
#93824C
(147,130,76)
#A09162
(160,145,98)
#ADA078
(173,160,120)
#BAAF8E
(186,175,142)
#C7BEA4
(199,190,164)
#D4CDBA
(212,205,186)
#E1DCD0
(225,220,208)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C550A; }

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

This text font color is #6C550A.

Background Color

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

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

This div background color is #6C550A.

Border color

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

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

This div border color is #6C550A.

Opacity

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

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

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

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

This text has shadow with #6C550A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C550A.

Preview

Color preview on black background

This text has color #6C550A on black background.


Color preview on white background

This text has color #6C550A on white background.


Black color preview on #6C550A background

This text has black color on #6C550A background.


White color preview on #6C550A background

This text has white color on #6C550A background.


Related colors

Complementary color

Complementary color for #hex is #93AAF5.


I love getcolorcode.com

Triadic colors

1 #0A6C55 and #550A6C with #6C550A are triadic colors.

2 #0A556C and #556C0A with #6C550A are triadic colors.