COLOR #C68760

HEX: #C68760 RGB: (198,135,96)

Color info

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

RGB color model

#C68760 color RGB value is (198,135,96).

RGB: (198,135,96) (78%, 53%, 38%)

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 96 of 255 = 38%

198
135
96

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

Portions of RGB colors in percentages

R + G + B = 198 + 135 + 96 = 429 (100%)
R 198 of 429 ~ 46.15%
G 135 of 429 ~ 31.47%
B 96 of 429 ~ 22.38'%

%46.15
%31.47
%22.38

CMYK color model

#C68760 color CMYK value is (0,32,52,22).

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

CMYK: (0,32,52,22)
C0M32Y52K22 (0%, 32%, 52%, 22%)
(0.00 / 0.32 / 0.52 / 0.22)

CMYK percentages

%0
%31.82
%51.52
%22.35

Codes

Color #C68760 in popluar color models

C6 87 60
RGB 198 135 96
HSL 23° 47.22% 57.65%
HSB/HSV 23° 51.52% 77.65%
CMYK 0.00% 31.82% 51.52%
22.35%

Color #C68760 in popluar number systems.

HEX C6 87 60
Decimal 198 135 96
Binary 11000110 10000111 1100000
Octal 306 207 140

Shades and tints

Shades of #C68760

#C68760
(198,135,96)
#B47B58
(180,123,88)
#A26F50
(162,111,80)
#906348
(144,99,72)
#7E5740
(126,87,64)
#6C4B38
(108,75,56)
#5A3F30
(90,63,48)
#483328
(72,51,40)
#362720
(54,39,32)
#241B18
(36,27,24)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #C68760

#C68760
(198,135,96)
#CB916E
(203,145,110)
#D09B7C
(208,155,124)
#D5A58A
(213,165,138)
#DAAF98
(218,175,152)
#DFB9A6
(223,185,166)
#E4C3B4
(228,195,180)
#E9CDC2
(233,205,194)
#EED7D0
(238,215,208)
#F3E1DE
(243,225,222)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68760; }

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

This text font color is #C68760.

Background Color

.myBgColor { background-color: #C68760; }

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

This div background color is #C68760.

Border color

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

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

This div border color is #C68760.

Opacity

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

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

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

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

This text has shadow with #C68760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68760.

Preview

Color preview on black background

This text has color #C68760 on black background.


Color preview on white background

This text has color #C68760 on white background.


Black color preview on #C68760 background

This text has black color on #C68760 background.


White color preview on #C68760 background

This text has white color on #C68760 background.


Related colors

Complementary color

Complementary color for #hex is #39789F.


I love getcolorcode.com

Triadic colors

1 #60C687 and #8760C6 with #C68760 are triadic colors.

2 #6087C6 and #87C660 with #C68760 are triadic colors.