COLOR #C6A374

HEX: #C6A374
RGB: (198,163,116)

Color info

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

RGB color model

#C6A374 color RGB value is (198,163,116).

  • red value is 198;
  • green value is 163;
  • blue value is 116.
RGB:
(198,163,116)
(78%,64%,45%)

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 116 of 255 = 45%

198
163
116

R + G + B ~ 62%. #C6A374 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 163 + 116 = 477 (100%)
R 198 of 477 ~ 41.51%
G 163 of 477 ~ 34.17%
B 116 of 477 ~ 24.32%

%41.51
%34.17
%24.32

CMYK color model

#C6A374 color CMYK value is (0,18,41,22).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 41.41%
  • key color value is 22.35%
CMYK:
(0,18,41,22)
C0M18Y41K22 
(0%,18%,41%,22%)
(0.00/0.18/0.41/0.22)	

CMYK percentages

%0
%17.68
%41.41
%22.35

Codes

Color #C6A374 in popluar color models

C6A374
RGB198163116
HSL34°41.84%61.57%
HSB/HSV34°41.41%77.65%
CMYK0.00%17.68%41.41%
22.35%

Color #C6A374 in popluar number systems.

HEXC6A374
Decimal198163116
Binary11000110101000111110100
Octal306243164

Shades and tints

Shades of #C6A374

#C6A374
(198,163,116)
#B4956A
(180,149,106)
#A28760
(162,135,96)
#907956
(144,121,86)
#7E6B4C
(126,107,76)
#6C5D42
(108,93,66)
#5A4F38
(90,79,56)
#48412E
(72,65,46)
#363324
(54,51,36)
#24251A
(36,37,26)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #C6A374

#C6A374
(198,163,116)
#CBAB80
(203,171,128)
#D0B38C
(208,179,140)
#D5BB98
(213,187,152)
#DAC3A4
(218,195,164)
#DFCBB0
(223,203,176)
#E4D3BC
(228,211,188)
#E9DBC8
(233,219,200)
#EEE3D4
(238,227,212)
#F3EBE0
(243,235,224)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A374 color. Also use rgb(198,163,116) instead hex code.

Text Font Color

.myTextColor { color: #C6A374; }

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

This text font color is #C6A374.


Background Color

.myBgColor { background-color: #C6A374; }

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

This div background color is #C6A374.


Border color

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

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

This div border color is #C6A374.


Opacity

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

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

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

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

This text has shadow with #C6A374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A374 on black background.


Color preview on white background

This text has color #C6A374 on white background.



Black color preview on #C6A374 background

This text has black color on #C6A374 background.


White color preview on #C6A374 background

This text has white color on #C6A374 background.