COLOR #C6876C

HEX: #C6876C RGB: (198,135,108)

Color info

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

RGB color model

#C6876C color RGB value is (198,135,108).

RGB: (198,135,108) (78%, 53%, 42%)

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 108 of 255 = 42%

198
135
108

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

Portions of RGB colors in percentages

R + G + B = 198 + 135 + 108 = 441 (100%)
R 198 of 441 ~ 44.9%
G 135 of 441 ~ 30.61%
B 108 of 441 ~ 24.49'%

%44.9
%30.61
%24.49

CMYK color model

#C6876C color CMYK value is (0,32,45,22).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 45.45%
  • key color value is 22.35%

CMYK: (0,32,45,22)
C0M32Y45K22 (0%, 32%, 45%, 22%)
(0.00 / 0.32 / 0.45 / 0.22)

CMYK percentages

%0
%31.82
%45.45
%22.35

Codes

Color #C6876C in popluar color models

C6 87 6C
RGB 198 135 108
HSL 18° 44.12% 60.00%
HSB/HSV 18° 45.45% 77.65%
CMYK 0.00% 31.82% 45.45%
22.35%

Color #C6876C in popluar number systems.

HEX C6 87 6C
Decimal 198 135 108
Binary 11000110 10000111 1101100
Octal 306 207 154

Shades and tints

Shades of #C6876C

#C6876C
(198,135,108)
#B47B63
(180,123,99)
#A26F5A
(162,111,90)
#906351
(144,99,81)
#7E5748
(126,87,72)
#6C4B3F
(108,75,63)
#5A3F36
(90,63,54)
#48332D
(72,51,45)
#362724
(54,39,36)
#241B1B
(36,27,27)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #C6876C

#C6876C
(198,135,108)
#CB9179
(203,145,121)
#D09B86
(208,155,134)
#D5A593
(213,165,147)
#DAAFA0
(218,175,160)
#DFB9AD
(223,185,173)
#E4C3BA
(228,195,186)
#E9CDC7
(233,205,199)
#EED7D4
(238,215,212)
#F3E1E1
(243,225,225)
#F8EBEE
(248,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6876C color. Also use rgb(198,135,108) instead hex code.

Text Font Color

.myTextColor { color: #C6876C; }

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

This text font color is #C6876C.

Background Color

.myBgColor { background-color: #C6876C; }

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

This div background color is #C6876C.

Border color

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

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

This div border color is #C6876C.

Opacity

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

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

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

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

This text has shadow with #C6876C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6876C.

Preview

Color preview on black background

This text has color #C6876C on black background.


Color preview on white background

This text has color #C6876C on white background.


Black color preview on #C6876C background

This text has black color on #C6876C background.


White color preview on #C6876C background

This text has white color on #C6876C background.


Related colors

Complementary color

Complementary color for #hex is #397893.


I love getcolorcode.com

Triadic colors

1 #6CC687 and #876CC6 with #C6876C are triadic colors.

2 #6C87C6 and #87C66C with #C6876C are triadic colors.