COLOR #C6A760

HEX: #C6A760
RGB: (198,167,96)

Color info

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

RGB color model

#C6A760 color RGB value is (198,167,96).

  • red value is 198;
  • green value is 167;
  • blue value is 96.
RGB:
(198,167,96)
(78%,65%,38%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 96 of 255 = 38%

198
167
96

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

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 96 = 461 (100%)
R 198 of 461 ~ 42.95%
G 167 of 461 ~ 36.23%
B 96 of 461 ~ 20.82%

%42.95
%36.23
%20.82

CMYK color model

#C6A760 color CMYK value is (0,16,52,22).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 51.52%
  • key color value is 22.35%
CMYK:
(0,16,52,22)
C0M16Y52K22 
(0%,16%,52%,22%)
(0.00/0.16/0.52/0.22)	

CMYK percentages

%0
%15.66
%51.52
%22.35

Codes

Color #C6A760 in popluar color models

C6A760
RGB19816796
HSL42°47.22%57.65%
HSB/HSV42°51.52%77.65%
CMYK0.00%15.66%51.52%
22.35%

Color #C6A760 in popluar number systems.

HEXC6A760
Decimal19816796
Binary11000110101001111100000
Octal306247140

Shades and tints

Shades of #C6A760

#C6A760
(198,167,96)
#B49858
(180,152,88)
#A28950
(162,137,80)
#907A48
(144,122,72)
#7E6B40
(126,107,64)
#6C5C38
(108,92,56)
#5A4D30
(90,77,48)
#483E28
(72,62,40)
#362F20
(54,47,32)
#242018
(36,32,24)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #C6A760

#C6A760
(198,167,96)
#CBAF6E
(203,175,110)
#D0B77C
(208,183,124)
#D5BF8A
(213,191,138)
#DAC798
(218,199,152)
#DFCFA6
(223,207,166)
#E4D7B4
(228,215,180)
#E9DFC2
(233,223,194)
#EEE7D0
(238,231,208)
#F3EFDE
(243,239,222)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A760 color. Also use rgb(198,167,96) instead hex code.

Text Font Color

.myTextColor { color: #C6A760; }

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

This text font color is #C6A760.


Background Color

.myBgColor { background-color: #C6A760; }

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

This div background color is #C6A760.


Border color

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

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

This div border color is #C6A760.


Opacity

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

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

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

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

This text has shadow with #C6A760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A760 on black background.


Color preview on white background

This text has color #C6A760 on white background.



Black color preview on #C6A760 background

This text has black color on #C6A760 background.


White color preview on #C6A760 background

This text has white color on #C6A760 background.