COLOR #C6B468

HEX: #C6B468 RGB: (198,180,104)

Color info

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

RGB color model

#C6B468 color RGB value is (198,180,104).

RGB: (198,180,104) (78%, 71%, 41%)

RGB channels and saturation

R 198 of 255 = 78%
G 180 of 255 = 71%
B 104 of 255 = 41%

198
180
104

R + G + B ~ 63%. #C6B468 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 180 + 104 = 482 (100%)
R 198 of 482 ~ 41.08%
G 180 of 482 ~ 37.34%
B 104 of 482 ~ 21.58'%

%41.08
%37.34
%21.58

CMYK color model

#C6B468 color CMYK value is (0,9,47,22).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 47.47%
  • key color value is 22.35%

CMYK: (0,9,47,22)
C0M9Y47K22 (0%, 9%, 47%, 22%)
(0.00 / 0.09 / 0.47 / 0.22)

CMYK percentages

%0
%9.09
%47.47
%22.35

Codes

Color #C6B468 in popluar color models

C6 B4 68
RGB 198 180 104
HSL 49° 45.19% 59.22%
HSB/HSV 49° 47.47% 77.65%
CMYK 0.00% 9.09% 47.47%
22.35%

Color #C6B468 in popluar number systems.

HEX C6 B4 68
Decimal 198 180 104
Binary 11000110 10110100 1101000
Octal 306 264 150

Shades and tints

Shades of #C6B468

#C6B468
(198,180,104)
#B4A45F
(180,164,95)
#A29456
(162,148,86)
#90844D
(144,132,77)
#7E7444
(126,116,68)
#6C643B
(108,100,59)
#5A5432
(90,84,50)
#484429
(72,68,41)
#363420
(54,52,32)
#242417
(36,36,23)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #C6B468

#C6B468
(198,180,104)
#CBBA75
(203,186,117)
#D0C082
(208,192,130)
#D5C68F
(213,198,143)
#DACC9C
(218,204,156)
#DFD2A9
(223,210,169)
#E4D8B6
(228,216,182)
#E9DEC3
(233,222,195)
#EEE4D0
(238,228,208)
#F3EADD
(243,234,221)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B468 color. Also use rgb(198,180,104) instead hex code.

Text Font Color

.myTextColor { color: #C6B468; }

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

This text font color is #C6B468.

Background Color

.myBgColor { background-color: #C6B468; }

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

This div background color is #C6B468.

Border color

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

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

This div border color is #C6B468.

Opacity

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

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

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

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

This text has shadow with #C6B468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B468.

Preview

Color preview on black background

This text has color #C6B468 on black background.


Color preview on white background

This text has color #C6B468 on white background.


Black color preview on #C6B468 background

This text has black color on #C6B468 background.


White color preview on #C6B468 background

This text has white color on #C6B468 background.


Related colors

Complementary color

Complementary color for #hex is #394B97.


I love getcolorcode.com

Triadic colors

1 #68C6B4 and #B468C6 with #C6B468 are triadic colors.

2 #68B4C6 and #B4C668 with #C6B468 are triadic colors.