COLOR #C6B67F

HEX: #C6B67F
RGB: (198,182,127)

Color info

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

RGB color model

#C6B67F color RGB value is (198,182,127).

  • red value is 198;
  • green value is 182;
  • blue value is 127.
RGB:
(198,182,127)
(78%,71%,50%)

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 127 of 255 = 50%

198
182
127

R + G + B ~ 66%. #C6B67F is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 182 + 127 = 507 (100%)
R 198 of 507 ~ 39.05%
G 182 of 507 ~ 35.9%
B 127 of 507 ~ 25.05%

%39.05
%35.9
%25.05

CMYK color model

#C6B67F color CMYK value is (0,8,36,22).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(0,8,36,22)
C0M8Y36K22 
(0%,8%,36%,22%)
(0.00/0.08/0.36/0.22)	

CMYK percentages

%0
%8.08
%35.86
%22.35

Codes

Color #C6B67F in popluar color models

C6B67F
RGB198182127
HSL46°38.38%63.73%
HSB/HSV46°35.86%77.65%
CMYK0.00%8.08%35.86%
22.35%

Color #C6B67F in popluar number systems.

HEXC6B67F
Decimal198182127
Binary11000110101101101111111
Octal306266177

Shades and tints

Shades of #C6B67F

#C6B67F
(198,182,127)
#B4A674
(180,166,116)
#A29669
(162,150,105)
#90865E
(144,134,94)
#7E7653
(126,118,83)
#6C6648
(108,102,72)
#5A563D
(90,86,61)
#484632
(72,70,50)
#363627
(54,54,39)
#24261C
(36,38,28)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C6B67F

#C6B67F
(198,182,127)
#CBBC8A
(203,188,138)
#D0C295
(208,194,149)
#D5C8A0
(213,200,160)
#DACEAB
(218,206,171)
#DFD4B6
(223,212,182)
#E4DAC1
(228,218,193)
#E9E0CC
(233,224,204)
#EEE6D7
(238,230,215)
#F3ECE2
(243,236,226)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B67F color. Also use rgb(198,182,127) instead hex code.

Text Font Color

.myTextColor { color: #C6B67F; }

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

This text font color is #C6B67F.


Background Color

.myBgColor { background-color: #C6B67F; }

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

This div background color is #C6B67F.


Border color

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

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

This div border color is #C6B67F.


Opacity

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

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

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

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

This text has shadow with #C6B67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B67F on black background.


Color preview on white background

This text has color #C6B67F on white background.



Black color preview on #C6B67F background

This text has black color on #C6B67F background.


White color preview on #C6B67F background

This text has white color on #C6B67F background.