COLOR #C6836D

HEX: #C6836D
RGB: (198,131,109)

Color info

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

RGB color model

#C6836D color RGB value is (198,131,109).

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

RGB channels and saturation

R 198 of 255 = 78%
G 131 of 255 = 51%
B 109 of 255 = 43%

198
131
109

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

Portions of RGB colors in percentages

R + G + B =
198 + 131 + 109 = 438 (100%)
R 198 of 438 ~ 45.21%
G 131 of 438 ~ 29.91%
B 109 of 438 ~ 24.89%

%45.21
%29.91
%24.89

CMYK color model

#C6836D color CMYK value is (0,34,45,22).

  • cyan value is 0.00%
  • magenta value is 33.84%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(0,34,45,22)
C0M34Y45K22 
(0%,34%,45%,22%)
(0.00/0.34/0.45/0.22)	

CMYK percentages

%0
%33.84
%44.95
%22.35

Codes

Color #C6836D in popluar color models

C6836D
RGB198131109
HSL15°43.84%60.20%
HSB/HSV15°44.95%77.65%
CMYK0.00%33.84%44.95%
22.35%

Color #C6836D in popluar number systems.

HEXC6836D
Decimal198131109
Binary11000110100000111101101
Octal306203155

Shades and tints

Shades of #C6836D

#C6836D
(198,131,109)
#B47864
(180,120,100)
#A26D5B
(162,109,91)
#906252
(144,98,82)
#7E5749
(126,87,73)
#6C4C40
(108,76,64)
#5A4137
(90,65,55)
#48362E
(72,54,46)
#362B25
(54,43,37)
#24201C
(36,32,28)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6836D

#C6836D
(198,131,109)
#CB8E7A
(203,142,122)
#D09987
(208,153,135)
#D5A494
(213,164,148)
#DAAFA1
(218,175,161)
#DFBAAE
(223,186,174)
#E4C5BB
(228,197,187)
#E9D0C8
(233,208,200)
#EEDBD5
(238,219,213)
#F3E6E2
(243,230,226)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6836D; }

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

This text font color is #C6836D.


Background Color

.myBgColor { background-color: #C6836D; }

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

This div background color is #C6836D.


Border color

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

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

This div border color is #C6836D.


Opacity

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

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

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

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

This text has shadow with #C6836D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6836D on black background.


Color preview on white background

This text has color #C6836D on white background.



Black color preview on #C6836D background

This text has black color on #C6836D background.


White color preview on #C6836D background

This text has white color on #C6836D background.