COLOR #C68845

HEX: #C68845 RGB: (198,136,69)

Color info

#C68845 contains mainly red color. Web safe color of #C68845 is #CC9933 (or #C93).

RGB color model

#C68845 color RGB value is (198,136,69).

RGB: (198,136,69) (78%, 53%, 27%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 69 of 255 = 27%

198
136
69

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

Portions of RGB colors in percentages

R + G + B = 198 + 136 + 69 = 403 (100%)
R 198 of 403 ~ 49.13%
G 136 of 403 ~ 33.75%
B 69 of 403 ~ 17.12'%

%49.13
%33.75
%17.12

CMYK color model

#C68845 color CMYK value is (0,31,65,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 65.15%
  • key color value is 22.35%
CMYK: (0,31,65,22) C0M31Y65K22 (0%,31%,65%,22%) (0.00/0.31/0.65/0.22) 

CMYK percentages

%0
%31.31
%65.15
%22.35

Codes

Color #C68845 in popluar color models

C6 88 45
RGB 198 136 69
HSL 31° 53.09% 52.35%
HSB/HSV 31° 65.15% 77.65%
CMYK 0.00% 31.31% 65.15%
22.35%

Color #C68845 in popluar number systems.

HEX C6 88 45
Decimal 198 136 69
Binary 11000110 10001000 1000101
Octal 306 210 105

Shades and tints

Shades of #C68845

#C68845
(198,136,69)
#B47C3F
(180,124,63)
#A27039
(162,112,57)
#906433
(144,100,51)
#7E582D
(126,88,45)
#6C4C27
(108,76,39)
#5A4021
(90,64,33)
#48341B
(72,52,27)
#362815
(54,40,21)
#241C0F
(36,28,15)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #C68845

#C68845
(198,136,69)
#CB9255
(203,146,85)
#D09C65
(208,156,101)
#D5A675
(213,166,117)
#DAB085
(218,176,133)
#DFBA95
(223,186,149)
#E4C4A5
(228,196,165)
#E9CEB5
(233,206,181)
#EED8C5
(238,216,197)
#F3E2D5
(243,226,213)
#F8ECE5
(248,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68845 color. Also use rgb(198,136,69) instead hex code.

Text Font Color

.myTextColor { color: #C68845; }

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

This text font color is #C68845.

Background Color

.myBgColor { background-color: #C68845; }

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

This div background color is #C68845.

Border color

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

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

This div border color is #C68845.

Opacity

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

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

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

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

This text has shadow with #C68845 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68845.

Preview

Color preview on black background

This text has color #C68845 on black background.


Color preview on white background

This text has color #C68845 on white background.


Black color preview on #C68845 background

This text has black color on #C68845 background.


White color preview on #C68845 background

This text has white color on #C68845 background.


Related colors

Complementary color

Complementary color for #hex is #3977BA.


I love getcolorcode.com

Triadic colors

1 #45C688 and #8845C6 with #C68845 are triadic colors.

2 #4588C6 and #88C645 with #C68845 are triadic colors.