COLOR #C6781F

HEX: #C6781F
RGB: (198,120,31)

Color info

#C6781F contains mainly red color. Web safe color of #C6781F is #CC6633 (or #C63).

RGB color model

#C6781F color RGB value is (198,120,31).

  • red value is 198;
  • green value is 120;
  • blue value is 31.
RGB:
(198,120,31)
(78%,47%,12%)

RGB channels and saturation

R 198 of 255 = 78%
G 120 of 255 = 47%
B 31 of 255 = 12%

198
120
31

R + G + B ~ 46%. #C6781F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 120 + 31 = 349 (100%)
R 198 of 349 ~ 56.73%
G 120 of 349 ~ 34.38%
B 31 of 349 ~ 8.88%

%56.73
%34.38

CMYK color model

#C6781F color CMYK value is (0,39,84,22).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 84.34%
  • key color value is 22.35%
CMYK:
(0,39,84,22)
C0M39Y84K22 
(0%,39%,84%,22%)
(0.00/0.39/0.84/0.22)	

CMYK percentages

%0
%39.39
%84.34
%22.35

Codes

Color #C6781F in popluar color models

C6781F
RGB19812031
HSL32°72.93%44.90%
HSB/HSV32°84.34%77.65%
CMYK0.00%39.39%84.34%
22.35%

Color #C6781F in popluar number systems.

HEXC6781F
Decimal19812031
Binary11000110111100011111
Octal30617037

Shades and tints

Shades of #C6781F

#C6781F
(198,120,31)
#B46E1D
(180,110,29)
#A2641B
(162,100,27)
#905A19
(144,90,25)
#7E5017
(126,80,23)
#6C4615
(108,70,21)
#5A3C13
(90,60,19)
#483211
(72,50,17)
#36280F
(54,40,15)
#241E0D
(36,30,13)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #C6781F

#C6781F
(198,120,31)
#CB8433
(203,132,51)
#D09047
(208,144,71)
#D59C5B
(213,156,91)
#DAA86F
(218,168,111)
#DFB483
(223,180,131)
#E4C097
(228,192,151)
#E9CCAB
(233,204,171)
#EED8BF
(238,216,191)
#F3E4D3
(243,228,211)
#F8F0E7
(248,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6781F color. Also use rgb(198,120,31) instead hex code.

Text Font Color

.myTextColor { color: #C6781F; }

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

This text font color is #C6781F.


Background Color

.myBgColor { background-color: #C6781F; }

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

This div background color is #C6781F.


Border color

.myBorderColor { border: 1px solid #C6781F; }

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

This div border color is #C6781F.


Opacity

.myOpacity80 { color: #C6781F; opacity: 0.8; }

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

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

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

This text has shadow with #C6781F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6781F on black background.


Color preview on white background

This text has color #C6781F on white background.



Black color preview on #C6781F background

This text has black color on #C6781F background.


White color preview on #C6781F background

This text has white color on #C6781F background.