COLOR #C6A869

HEX: #C6A869 RGB: (198,168,105)

Color info

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

RGB color model

#C6A869 color RGB value is (198,168,105).

RGB: (198,168,105) (78%, 66%, 41%)

RGB channels and saturation

R 198 of 255 = 78%
G 168 of 255 = 66%
B 105 of 255 = 41%

198
168
105

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

Portions of RGB colors in percentages

R + G + B = 198 + 168 + 105 = 471 (100%)
R 198 of 471 ~ 42.04%
G 168 of 471 ~ 35.67%
B 105 of 471 ~ 22.29'%

%42.04
%35.67
%22.29

CMYK color model

#C6A869 color CMYK value is (0,15,47,22).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 46.97%
  • key color value is 22.35%
CMYK: (0,15,47,22) C0M15Y47K22 (0%,15%,47%,22%) (0.00/0.15/0.47/0.22) 

CMYK percentages

%0
%15.15
%46.97
%22.35

Codes

Color #C6A869 in popluar color models

C6 A8 69
RGB 198 168 105
HSL 41° 44.93% 59.41%
HSB/HSV 41° 46.97% 77.65%
CMYK 0.00% 15.15% 46.97%
22.35%

Color #C6A869 in popluar number systems.

HEX C6 A8 69
Decimal 198 168 105
Binary 11000110 10101000 1101001
Octal 306 250 151

Shades and tints

Shades of #C6A869

#C6A869
(198,168,105)
#B49960
(180,153,96)
#A28A57
(162,138,87)
#907B4E
(144,123,78)
#7E6C45
(126,108,69)
#6C5D3C
(108,93,60)
#5A4E33
(90,78,51)
#483F2A
(72,63,42)
#363021
(54,48,33)
#242118
(36,33,24)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #C6A869

#C6A869
(198,168,105)
#CBAF76
(203,175,118)
#D0B683
(208,182,131)
#D5BD90
(213,189,144)
#DAC49D
(218,196,157)
#DFCBAA
(223,203,170)
#E4D2B7
(228,210,183)
#E9D9C4
(233,217,196)
#EEE0D1
(238,224,209)
#F3E7DE
(243,231,222)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A869 color. Also use rgb(198,168,105) instead hex code.

Text Font Color

.myTextColor { color: #C6A869; }

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

This text font color is #C6A869.

Background Color

.myBgColor { background-color: #C6A869; }

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

This div background color is #C6A869.

Border color

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

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

This div border color is #C6A869.

Opacity

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

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

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

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

This text has shadow with #C6A869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A869.

Preview

Color preview on black background

This text has color #C6A869 on black background.


Color preview on white background

This text has color #C6A869 on white background.


Black color preview on #C6A869 background

This text has black color on #C6A869 background.


White color preview on #C6A869 background

This text has white color on #C6A869 background.


Related colors

Complementary color

Complementary color for #hex is #395796.


I love getcolorcode.com

Triadic colors

1 #69C6A8 and #A869C6 with #C6A869 are triadic colors.

2 #69A8C6 and #A8C669 with #C6A869 are triadic colors.