COLOR #C68C61

HEX: #C68C61
RGB: (198,140,97)

Color info

#C68C61 contains mainly red and green colors. Web safe color of #C68C61 is #CC9966 (or #C96).

RGB color model

#C68C61 color RGB value is (198,140,97).

  • red value is 198;
  • green value is 140;
  • blue value is 97.
RGB:
(198,140,97)
(78%,55%,38%)

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 97 of 255 = 38%

198
140
97

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

Portions of RGB colors in percentages

R + G + B =
198 + 140 + 97 = 435 (100%)
R 198 of 435 ~ 45.52%
G 140 of 435 ~ 32.18%
B 97 of 435 ~ 22.3%

%45.52
%32.18
%22.3

CMYK color model

#C68C61 color CMYK value is (0,29,51,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 51.01%
  • key color value is 22.35%
CMYK:
(0,29,51,22)
C0M29Y51K22 
(0%,29%,51%,22%)
(0.00/0.29/0.51/0.22)	

CMYK percentages

%0
%29.29
%51.01
%22.35

Codes

Color #C68C61 in popluar color models

C68C61
RGB19814097
HSL26°46.98%57.84%
HSB/HSV26°51.01%77.65%
CMYK0.00%29.29%51.01%
22.35%

Color #C68C61 in popluar number systems.

HEXC68C61
Decimal19814097
Binary11000110100011001100001
Octal306214141

Shades and tints

Shades of #C68C61

#C68C61
(198,140,97)
#B48059
(180,128,89)
#A27451
(162,116,81)
#906849
(144,104,73)
#7E5C41
(126,92,65)
#6C5039
(108,80,57)
#5A4431
(90,68,49)
#483829
(72,56,41)
#362C21
(54,44,33)
#242019
(36,32,25)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #C68C61

#C68C61
(198,140,97)
#CB966F
(203,150,111)
#D0A07D
(208,160,125)
#D5AA8B
(213,170,139)
#DAB499
(218,180,153)
#DFBEA7
(223,190,167)
#E4C8B5
(228,200,181)
#E9D2C3
(233,210,195)
#EEDCD1
(238,220,209)
#F3E6DF
(243,230,223)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68C61 color. Also use rgb(198,140,97) instead hex code.

Text Font Color

.myTextColor { color: #C68C61; }

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

This text font color is #C68C61.


Background Color

.myBgColor { background-color: #C68C61; }

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

This div background color is #C68C61.


Border color

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

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

This div border color is #C68C61.


Opacity

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

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

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

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

This text has shadow with #C68C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68C61 on black background.


Color preview on white background

This text has color #C68C61 on white background.



Black color preview on #C68C61 background

This text has black color on #C68C61 background.


White color preview on #C68C61 background

This text has white color on #C68C61 background.