COLOR #C6A34D

HEX: #C6A34D
RGB: (198,163,77)

Color info

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

RGB color model

#C6A34D color RGB value is (198,163,77).

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

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 77 of 255 = 30%

198
163
77

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

Portions of RGB colors in percentages

R + G + B =
198 + 163 + 77 = 438 (100%)
R 198 of 438 ~ 45.21%
G 163 of 438 ~ 37.21%
B 77 of 438 ~ 17.58%

%45.21
%37.21
%17.58

CMYK color model

#C6A34D color CMYK value is (0,18,61,22).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 61.11%
  • key color value is 22.35%
CMYK:
(0,18,61,22)
C0M18Y61K22 
(0%,18%,61%,22%)
(0.00/0.18/0.61/0.22)	

CMYK percentages

%0
%17.68
%61.11
%22.35

Codes

Color #C6A34D in popluar color models

C6A34D
RGB19816377
HSL43°51.49%53.92%
HSB/HSV43°61.11%77.65%
CMYK0.00%17.68%61.11%
22.35%

Color #C6A34D in popluar number systems.

HEXC6A34D
Decimal19816377
Binary11000110101000111001101
Octal306243115

Shades and tints

Shades of #C6A34D

#C6A34D
(198,163,77)
#B49546
(180,149,70)
#A2873F
(162,135,63)
#907938
(144,121,56)
#7E6B31
(126,107,49)
#6C5D2A
(108,93,42)
#5A4F23
(90,79,35)
#48411C
(72,65,28)
#363315
(54,51,21)
#24250E
(36,37,14)
#121707
(18,23,7)
#000000
(0,0,0)

Tints of #C6A34D

#C6A34D
(198,163,77)
#CBAB5D
(203,171,93)
#D0B36D
(208,179,109)
#D5BB7D
(213,187,125)
#DAC38D
(218,195,141)
#DFCB9D
(223,203,157)
#E4D3AD
(228,211,173)
#E9DBBD
(233,219,189)
#EEE3CD
(238,227,205)
#F3EBDD
(243,235,221)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A34D; }

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

This text font color is #C6A34D.


Background Color

.myBgColor { background-color: #C6A34D; }

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

This div background color is #C6A34D.


Border color

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

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

This div border color is #C6A34D.


Opacity

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

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

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

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

This text has shadow with #C6A34D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A34D on black background.


Color preview on white background

This text has color #C6A34D on white background.



Black color preview on #C6A34D background

This text has black color on #C6A34D background.


White color preview on #C6A34D background

This text has white color on #C6A34D background.