COLOR #C6A16A

HEX: #C6A16A
RGB: (198,161,106)

Color info

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

RGB color model

#C6A16A color RGB value is (198,161,106).

  • red value is 198;
  • green value is 161;
  • blue value is 106.
RGB:
(198,161,106)
(78%,63%,42%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 106 of 255 = 42%

198
161
106

R + G + B ~ 61%. #C6A16A is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 106 = 465 (100%)
R 198 of 465 ~ 42.58%
G 161 of 465 ~ 34.62%
B 106 of 465 ~ 22.8%

%42.58
%34.62
%22.8

CMYK color model

#C6A16A color CMYK value is (0,19,46,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 46.46%
  • key color value is 22.35%
CMYK:
(0,19,46,22)
C0M19Y46K22 
(0%,19%,46%,22%)
(0.00/0.19/0.46/0.22)	

CMYK percentages

%0
%18.69
%46.46
%22.35

Codes

Color #C6A16A in popluar color models

C6A16A
RGB198161106
HSL36°44.66%59.61%
HSB/HSV36°46.46%77.65%
CMYK0.00%18.69%46.46%
22.35%

Color #C6A16A in popluar number systems.

HEXC6A16A
Decimal198161106
Binary11000110101000011101010
Octal306241152

Shades and tints

Shades of #C6A16A

#C6A16A
(198,161,106)
#B49361
(180,147,97)
#A28558
(162,133,88)
#90774F
(144,119,79)
#7E6946
(126,105,70)
#6C5B3D
(108,91,61)
#5A4D34
(90,77,52)
#483F2B
(72,63,43)
#363122
(54,49,34)
#242319
(36,35,25)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #C6A16A

#C6A16A
(198,161,106)
#CBA977
(203,169,119)
#D0B184
(208,177,132)
#D5B991
(213,185,145)
#DAC19E
(218,193,158)
#DFC9AB
(223,201,171)
#E4D1B8
(228,209,184)
#E9D9C5
(233,217,197)
#EEE1D2
(238,225,210)
#F3E9DF
(243,233,223)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A16A color. Also use rgb(198,161,106) instead hex code.

Text Font Color

.myTextColor { color: #C6A16A; }

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

This text font color is #C6A16A.


Background Color

.myBgColor { background-color: #C6A16A; }

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

This div background color is #C6A16A.


Border color

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

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

This div border color is #C6A16A.


Opacity

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

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

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

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

This text has shadow with #C6A16A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A16A on black background.


Color preview on white background

This text has color #C6A16A on white background.



Black color preview on #C6A16A background

This text has black color on #C6A16A background.


White color preview on #C6A16A background

This text has white color on #C6A16A background.