COLOR #C6836F

HEX: #C6836F
RGB: (198,131,111)

Color info

#C6836F contains mainly red color. Web safe color of #C6836F is #CC9966 (or #C96).

RGB color model

#C6836F color RGB value is (198,131,111).

  • red value is 198;
  • green value is 131;
  • blue value is 111.
RGB:
(198,131,111)
(78%,51%,44%)

RGB channels and saturation

R 198 of 255 = 78%
G 131 of 255 = 51%
B 111 of 255 = 44%

198
131
111

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

Portions of RGB colors in percentages

R + G + B =
198 + 131 + 111 = 440 (100%)
R 198 of 440 ~ 45%
G 131 of 440 ~ 29.77%
B 111 of 440 ~ 25.23%

%45
%29.77
%25.23

CMYK color model

#C6836F color CMYK value is (0,34,44,22).

  • cyan value is 0.00%
  • magenta value is 33.84%
  • yellow value is 43.94%
  • key color value is 22.35%
CMYK:
(0,34,44,22)
C0M34Y44K22 
(0%,34%,44%,22%)
(0.00/0.34/0.44/0.22)	

CMYK percentages

%0
%33.84
%43.94
%22.35

Codes

Color #C6836F in popluar color models

C6836F
RGB198131111
HSL14°43.28%60.59%
HSB/HSV14°43.94%77.65%
CMYK0.00%33.84%43.94%
22.35%

Color #C6836F in popluar number systems.

HEXC6836F
Decimal198131111
Binary11000110100000111101111
Octal306203157

Shades and tints

Shades of #C6836F

#C6836F
(198,131,111)
#B47865
(180,120,101)
#A26D5B
(162,109,91)
#906251
(144,98,81)
#7E5747
(126,87,71)
#6C4C3D
(108,76,61)
#5A4133
(90,65,51)
#483629
(72,54,41)
#362B1F
(54,43,31)
#242015
(36,32,21)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #C6836F

#C6836F
(198,131,111)
#CB8E7C
(203,142,124)
#D09989
(208,153,137)
#D5A496
(213,164,150)
#DAAFA3
(218,175,163)
#DFBAB0
(223,186,176)
#E4C5BD
(228,197,189)
#E9D0CA
(233,208,202)
#EEDBD7
(238,219,215)
#F3E6E4
(243,230,228)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6836F color. Also use rgb(198,131,111) instead hex code.

Text Font Color

.myTextColor { color: #C6836F; }

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

This text font color is #C6836F.


Background Color

.myBgColor { background-color: #C6836F; }

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

This div background color is #C6836F.


Border color

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

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

This div border color is #C6836F.


Opacity

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

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

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

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

This text has shadow with #C6836F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6836F on black background.


Color preview on white background

This text has color #C6836F on white background.



Black color preview on #C6836F background

This text has black color on #C6836F background.


White color preview on #C6836F background

This text has white color on #C6836F background.