COLOR #C6671B

HEX: #C6671B
RGB: (198,103,27)

Color info

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

RGB color model

#C6671B color RGB value is (198,103,27).

  • red value is 198;
  • green value is 103;
  • blue value is 27.
RGB:
(198,103,27)
(78%,40%,11%)

RGB channels and saturation

R 198 of 255 = 78%
G 103 of 255 = 40%
B 27 of 255 = 11%

198
103
27

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

Portions of RGB colors in percentages

R + G + B =
198 + 103 + 27 = 328 (100%)
R 198 of 328 ~ 60.37%
G 103 of 328 ~ 31.4%
B 27 of 328 ~ 8.23%

%60.37
%31.4

CMYK color model

#C6671B color CMYK value is (0,48,86,22).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 86.36%
  • key color value is 22.35%
CMYK:
(0,48,86,22)
C0M48Y86K22 
(0%,48%,86%,22%)
(0.00/0.48/0.86/0.22)	

CMYK percentages

%0
%47.98
%86.36
%22.35

Codes

Color #C6671B in popluar color models

C6671B
RGB19810327
HSL27°76.00%44.12%
HSB/HSV27°86.36%77.65%
CMYK0.00%47.98%86.36%
22.35%

Color #C6671B in popluar number systems.

HEXC6671B
Decimal19810327
Binary11000110110011111011
Octal30614733

Shades and tints

Shades of #C6671B

#C6671B
(198,103,27)
#B45E19
(180,94,25)
#A25517
(162,85,23)
#904C15
(144,76,21)
#7E4313
(126,67,19)
#6C3A11
(108,58,17)
#5A310F
(90,49,15)
#48280D
(72,40,13)
#361F0B
(54,31,11)
#241609
(36,22,9)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #C6671B

#C6671B
(198,103,27)
#CB742F
(203,116,47)
#D08143
(208,129,67)
#D58E57
(213,142,87)
#DA9B6B
(218,155,107)
#DFA87F
(223,168,127)
#E4B593
(228,181,147)
#E9C2A7
(233,194,167)
#EECFBB
(238,207,187)
#F3DCCF
(243,220,207)
#F8E9E3
(248,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6671B color. Also use rgb(198,103,27) instead hex code.

Text Font Color

.myTextColor { color: #C6671B; }

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

This text font color is #C6671B.


Background Color

.myBgColor { background-color: #C6671B; }

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

This div background color is #C6671B.


Border color

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

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

This div border color is #C6671B.


Opacity

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

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

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

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

This text has shadow with #C6671B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6671B on black background.


Color preview on white background

This text has color #C6671B on white background.



Black color preview on #C6671B background

This text has black color on #C6671B background.


White color preview on #C6671B background

This text has white color on #C6671B background.