COLOR #6C581A

HEX: #6C581A
RGB: (108,88,26)

Color info

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

RGB color model

#6C581A color RGB value is (108,88,26).

  • red value is 108;
  • green value is 88;
  • blue value is 26.
RGB:
(108,88,26)
(42%,35%,10%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 26 of 255 = 10%

108
88
26

R + G + B ~ 29%. #6C581A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 88 + 26 = 222 (100%)
R 108 of 222 ~ 48.65%
G 88 of 222 ~ 39.64%
B 26 of 222 ~ 11.71%

%48.65
%39.64
%11.71

CMYK color model

#6C581A color CMYK value is (0,19,76,58).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 75.93%
  • key color value is 57.65%
CMYK:
(0,19,76,58)
C0M19Y76K58 
(0%,19%,76%,58%)
(0.00/0.19/0.76/0.58)	

CMYK percentages

%0
%18.52
%75.93
%57.65

Codes

Color #6C581A in popluar color models

6C581A
RGB1088826
HSL45°61.19%26.27%
HSB/HSV45°75.93%42.35%
CMYK0.00%18.52%75.93%
57.65%

Color #6C581A in popluar number systems.

HEX6C581A
Decimal1088826
Binary1101100101100011010
Octal15413032

Shades and tints

Shades of #6C581A

#6C581A
(108,88,26)
#635018
(99,80,24)
#5A4816
(90,72,22)
#514014
(81,64,20)
#483812
(72,56,18)
#3F3010
(63,48,16)
#36280E
(54,40,14)
#2D200C
(45,32,12)
#24180A
(36,24,10)
#1B1008
(27,16,8)
#120806
(18,8,6)
#000000
(0,0,0)

Tints of #6C581A

#6C581A
(108,88,26)
#79672E
(121,103,46)
#867642
(134,118,66)
#938556
(147,133,86)
#A0946A
(160,148,106)
#ADA37E
(173,163,126)
#BAB292
(186,178,146)
#C7C1A6
(199,193,166)
#D4D0BA
(212,208,186)
#E1DFCE
(225,223,206)
#EEEEE2
(238,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C581A color. Also use rgb(108,88,26) instead hex code.

Text Font Color

.myTextColor { color: #6C581A; }

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

This text font color is #6C581A.


Background Color

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

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

This div background color is #6C581A.


Border color

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

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

This div border color is #6C581A.


Opacity

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

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

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

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

This text has shadow with #6C581A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C581A on black background.


Color preview on white background

This text has color #6C581A on white background.



Black color preview on #6C581A background

This text has black color on #6C581A background.


White color preview on #6C581A background

This text has white color on #6C581A background.