COLOR #C68949

HEX: #C68949 RGB: (198,137,73)

Color info

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

RGB color model

#C68949 color RGB value is (198,137,73).

RGB: (198,137,73) (78%, 54%, 29%)

RGB channels and saturation

R 198 of 255 = 78%
G 137 of 255 = 54%
B 73 of 255 = 29%

198
137
73

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

Portions of RGB colors in percentages

R + G + B = 198 + 137 + 73 = 408 (100%)
R 198 of 408 ~ 48.53%
G 137 of 408 ~ 33.58%
B 73 of 408 ~ 17.89'%

%48.53
%33.58
%17.89

CMYK color model

#C68949 color CMYK value is (0,31,63,22).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 63.13%
  • key color value is 22.35%

CMYK: (0,31,63,22)
C0M31Y63K22 (0%, 31%, 63%, 22%)
(0.00 / 0.31 / 0.63 / 0.22)

CMYK percentages

%0
%30.81
%63.13
%22.35

Codes

Color #C68949 in popluar color models

C6 89 49
RGB 198 137 73
HSL 31° 52.30% 53.14%
HSB/HSV 31° 63.13% 77.65%
CMYK 0.00% 30.81% 63.13%
22.35%

Color #C68949 in popluar number systems.

HEX C6 89 49
Decimal 198 137 73
Binary 11000110 10001001 1001001
Octal 306 211 111

Shades and tints

Shades of #C68949

#C68949
(198,137,73)
#B47D43
(180,125,67)
#A2713D
(162,113,61)
#906537
(144,101,55)
#7E5931
(126,89,49)
#6C4D2B
(108,77,43)
#5A4125
(90,65,37)
#48351F
(72,53,31)
#362919
(54,41,25)
#241D13
(36,29,19)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #C68949

#C68949
(198,137,73)
#CB9359
(203,147,89)
#D09D69
(208,157,105)
#D5A779
(213,167,121)
#DAB189
(218,177,137)
#DFBB99
(223,187,153)
#E4C5A9
(228,197,169)
#E9CFB9
(233,207,185)
#EED9C9
(238,217,201)
#F3E3D9
(243,227,217)
#F8EDE9
(248,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68949 color. Also use rgb(198,137,73) instead hex code.

Text Font Color

.myTextColor { color: #C68949; }

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

This text font color is #C68949.

Background Color

.myBgColor { background-color: #C68949; }

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

This div background color is #C68949.

Border color

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

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

This div border color is #C68949.

Opacity

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

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

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

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

This text has shadow with #C68949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68949.

Preview

Color preview on black background

This text has color #C68949 on black background.


Color preview on white background

This text has color #C68949 on white background.


Black color preview on #C68949 background

This text has black color on #C68949 background.


White color preview on #C68949 background

This text has white color on #C68949 background.


Related colors

Complementary color

Complementary color for #hex is #3976B6.


I love getcolorcode.com

Triadic colors

1 #49C689 and #8949C6 with #C68949 are triadic colors.

2 #4989C6 and #89C649 with #C68949 are triadic colors.