COLOR #C6AD64

HEX: #C6AD64
RGB: (198,173,100)

Color info

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

RGB color model

#C6AD64 color RGB value is (198,173,100).

  • red value is 198;
  • green value is 173;
  • blue value is 100.
RGB:
(198,173,100)
(78%,68%,39%)

RGB channels and saturation

R 198 of 255 = 78%
G 173 of 255 = 68%
B 100 of 255 = 39%

198
173
100

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

Portions of RGB colors in percentages

R + G + B =
198 + 173 + 100 = 471 (100%)
R 198 of 471 ~ 42.04%
G 173 of 471 ~ 36.73%
B 100 of 471 ~ 21.23%

%42.04
%36.73
%21.23

CMYK color model

#C6AD64 color CMYK value is (0,13,49,22).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 49.49%
  • key color value is 22.35%
CMYK:
(0,13,49,22)
C0M13Y49K22 
(0%,13%,49%,22%)
(0.00/0.13/0.49/0.22)	

CMYK percentages

%0
%12.63
%49.49
%22.35

Codes

Color #C6AD64 in popluar color models

C6AD64
RGB198173100
HSL45°46.23%58.43%
HSB/HSV45°49.49%77.65%
CMYK0.00%12.63%49.49%
22.35%

Color #C6AD64 in popluar number systems.

HEXC6AD64
Decimal198173100
Binary11000110101011011100100
Octal306255144

Shades and tints

Shades of #C6AD64

#C6AD64
(198,173,100)
#B49E5B
(180,158,91)
#A28F52
(162,143,82)
#908049
(144,128,73)
#7E7140
(126,113,64)
#6C6237
(108,98,55)
#5A532E
(90,83,46)
#484425
(72,68,37)
#36351C
(54,53,28)
#242613
(36,38,19)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #C6AD64

#C6AD64
(198,173,100)
#CBB472
(203,180,114)
#D0BB80
(208,187,128)
#D5C28E
(213,194,142)
#DAC99C
(218,201,156)
#DFD0AA
(223,208,170)
#E4D7B8
(228,215,184)
#E9DEC6
(233,222,198)
#EEE5D4
(238,229,212)
#F3ECE2
(243,236,226)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AD64 color. Also use rgb(198,173,100) instead hex code.

Text Font Color

.myTextColor { color: #C6AD64; }

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

This text font color is #C6AD64.


Background Color

.myBgColor { background-color: #C6AD64; }

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

This div background color is #C6AD64.


Border color

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

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

This div border color is #C6AD64.


Opacity

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

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

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

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

This text has shadow with #C6AD64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AD64 on black background.


Color preview on white background

This text has color #C6AD64 on white background.



Black color preview on #C6AD64 background

This text has black color on #C6AD64 background.


White color preview on #C6AD64 background

This text has white color on #C6AD64 background.