COLOR #C6B562

HEX: #C6B562
RGB: (198,181,98)

Color info

#C6B562 contains mainly red and green colors. Web safe color of #C6B562 is #CCCC66 (or #CC6).

RGB color model

#C6B562 color RGB value is (198,181,98).

  • red value is 198;
  • green value is 181;
  • blue value is 98.
RGB:
(198,181,98)
(78%,71%,38%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 98 of 255 = 38%

198
181
98

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

Portions of RGB colors in percentages

R + G + B =
198 + 181 + 98 = 477 (100%)
R 198 of 477 ~ 41.51%
G 181 of 477 ~ 37.95%
B 98 of 477 ~ 20.55%

%41.51
%37.95
%20.55

CMYK color model

#C6B562 color CMYK value is (0,9,51,22).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 50.51%
  • key color value is 22.35%
CMYK:
(0,9,51,22)
C0M9Y51K22 
(0%,9%,51%,22%)
(0.00/0.09/0.51/0.22)	

CMYK percentages

%0
%8.59
%50.51
%22.35

Codes

Color #C6B562 in popluar color models

C6B562
RGB19818198
HSL50°46.73%58.04%
HSB/HSV50°50.51%77.65%
CMYK0.00%8.59%50.51%
22.35%

Color #C6B562 in popluar number systems.

HEXC6B562
Decimal19818198
Binary11000110101101011100010
Octal306265142

Shades and tints

Shades of #C6B562

#C6B562
(198,181,98)
#B4A55A
(180,165,90)
#A29552
(162,149,82)
#90854A
(144,133,74)
#7E7542
(126,117,66)
#6C653A
(108,101,58)
#5A5532
(90,85,50)
#48452A
(72,69,42)
#363522
(54,53,34)
#24251A
(36,37,26)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6B562

#C6B562
(198,181,98)
#CBBB70
(203,187,112)
#D0C17E
(208,193,126)
#D5C78C
(213,199,140)
#DACD9A
(218,205,154)
#DFD3A8
(223,211,168)
#E4D9B6
(228,217,182)
#E9DFC4
(233,223,196)
#EEE5D2
(238,229,210)
#F3EBE0
(243,235,224)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B562 color. Also use rgb(198,181,98) instead hex code.

Text Font Color

.myTextColor { color: #C6B562; }

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

This text font color is #C6B562.


Background Color

.myBgColor { background-color: #C6B562; }

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

This div background color is #C6B562.


Border color

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

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

This div border color is #C6B562.


Opacity

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

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

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

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

This text has shadow with #C6B562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B562 on black background.


Color preview on white background

This text has color #C6B562 on white background.



Black color preview on #C6B562 background

This text has black color on #C6B562 background.


White color preview on #C6B562 background

This text has white color on #C6B562 background.