COLOR #C69840

HEX: #C69840
RGB: (198,152,64)

Color info

#C69840 contains mainly red and green colors. Web safe color of #C69840 is #CC9933 (or #C93).

RGB color model

#C69840 color RGB value is (198,152,64).

  • red value is 198;
  • green value is 152;
  • blue value is 64.
RGB:
(198,152,64)
(78%,60%,25%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 64 of 255 = 25%

198
152
64

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

Portions of RGB colors in percentages

R + G + B =
198 + 152 + 64 = 414 (100%)
R 198 of 414 ~ 47.83%
G 152 of 414 ~ 36.71%
B 64 of 414 ~ 15.46%

%47.83
%36.71
%15.46

CMYK color model

#C69840 color CMYK value is (0,23,68,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 67.68%
  • key color value is 22.35%
CMYK:
(0,23,68,22)
C0M23Y68K22 
(0%,23%,68%,22%)
(0.00/0.23/0.68/0.22)	

CMYK percentages

%0
%23.23
%67.68
%22.35

Codes

Color #C69840 in popluar color models

C69840
RGB19815264
HSL39°54.03%51.37%
HSB/HSV39°67.68%77.65%
CMYK0.00%23.23%67.68%
22.35%

Color #C69840 in popluar number systems.

HEXC69840
Decimal19815264
Binary11000110100110001000000
Octal306230100

Shades and tints

Shades of #C69840

#C69840
(198,152,64)
#B48B3B
(180,139,59)
#A27E36
(162,126,54)
#907131
(144,113,49)
#7E642C
(126,100,44)
#6C5727
(108,87,39)
#5A4A22
(90,74,34)
#483D1D
(72,61,29)
#363018
(54,48,24)
#242313
(36,35,19)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #C69840

#C69840
(198,152,64)
#CBA151
(203,161,81)
#D0AA62
(208,170,98)
#D5B373
(213,179,115)
#DABC84
(218,188,132)
#DFC595
(223,197,149)
#E4CEA6
(228,206,166)
#E9D7B7
(233,215,183)
#EEE0C8
(238,224,200)
#F3E9D9
(243,233,217)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69840 color. Also use rgb(198,152,64) instead hex code.

Text Font Color

.myTextColor { color: #C69840; }

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

This text font color is #C69840.


Background Color

.myBgColor { background-color: #C69840; }

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

This div background color is #C69840.


Border color

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

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

This div border color is #C69840.


Opacity

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

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

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

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

This text has shadow with #C69840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69840 on black background.


Color preview on white background

This text has color #C69840 on white background.



Black color preview on #C69840 background

This text has black color on #C69840 background.


White color preview on #C69840 background

This text has white color on #C69840 background.