COLOR #C6A611

HEX: #C6A611
RGB: (198,166,17)

Color info

#C6A611 contains mainly red and green colors. Web safe color of #C6A611 is #CC9900 (or #C90).

RGB color model

#C6A611 color RGB value is (198,166,17).

  • red value is 198;
  • green value is 166;
  • blue value is 17.
RGB:
(198,166,17)
(78%,65%,7%)

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 17 of 255 = 7%

198
166
17

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

Portions of RGB colors in percentages

R + G + B =
198 + 166 + 17 = 381 (100%)
R 198 of 381 ~ 51.97%
G 166 of 381 ~ 43.57%
B 17 of 381 ~ 4.46%

%51.97
%43.57

CMYK color model

#C6A611 color CMYK value is (0,16,91,22).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 91.41%
  • key color value is 22.35%
CMYK:
(0,16,91,22)
C0M16Y91K22 
(0%,16%,91%,22%)
(0.00/0.16/0.91/0.22)	

CMYK percentages

%0
%16.16
%91.41
%22.35

Codes

Color #C6A611 in popluar color models

C6A611
RGB19816617
HSL49°84.19%42.16%
HSB/HSV49°91.41%77.65%
CMYK0.00%16.16%91.41%
22.35%

Color #C6A611 in popluar number systems.

HEXC6A611
Decimal19816617
Binary110001101010011010001
Octal30624621

Shades and tints

Shades of #C6A611

#C6A611
(198,166,17)
#B49710
(180,151,16)
#A2880F
(162,136,15)
#90790E
(144,121,14)
#7E6A0D
(126,106,13)
#6C5B0C
(108,91,12)
#5A4C0B
(90,76,11)
#483D0A
(72,61,10)
#362E09
(54,46,9)
#241F08
(36,31,8)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #C6A611

#C6A611
(198,166,17)
#CBAE26
(203,174,38)
#D0B63B
(208,182,59)
#D5BE50
(213,190,80)
#DAC665
(218,198,101)
#DFCE7A
(223,206,122)
#E4D68F
(228,214,143)
#E9DEA4
(233,222,164)
#EEE6B9
(238,230,185)
#F3EECE
(243,238,206)
#F8F6E3
(248,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A611 color. Also use rgb(198,166,17) instead hex code.

Text Font Color

.myTextColor { color: #C6A611; }

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

This text font color is #C6A611.


Background Color

.myBgColor { background-color: #C6A611; }

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

This div background color is #C6A611.


Border color

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

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

This div border color is #C6A611.


Opacity

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

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

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

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

This text has shadow with #C6A611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A611 on black background.


Color preview on white background

This text has color #C6A611 on white background.



Black color preview on #C6A611 background

This text has black color on #C6A611 background.


White color preview on #C6A611 background

This text has white color on #C6A611 background.