COLOR #C6B99F

HEX: #C6B99F RGB: (198,185,159)

Color info

#C6B99F contains red, green and blue colors in about the same proportion. Web safe color of #C6B99F is #CCCC99 (or #CC9).

RGB color model

#C6B99F color RGB value is (198,185,159).

RGB: (198,185,159) (78%, 73%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 159 of 255 = 62%

198
185
159

R + G + B ~ 71%. #C6B99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 185 + 159 = 542 (100%)
R 198 of 542 ~ 36.53%
G 185 of 542 ~ 34.13%
B 159 of 542 ~ 29.34'%

%36.53
%34.13
%29.34

CMYK color model

#C6B99F color CMYK value is (0,7,20,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 19.70%
  • key color value is 22.35%

CMYK: (0,7,20,22)
C0M7Y20K22 (0%, 7%, 20%, 22%)
(0.00 / 0.07 / 0.20 / 0.22)

CMYK percentages

%0
%6.57
%19.7
%22.35

Codes

Color #C6B99F in popluar color models

C6 B9 9F
RGB 198 185 159
HSL 40° 25.49% 70.00%
HSB/HSV 40° 19.70% 77.65%
CMYK 0.00% 6.57% 19.70%
22.35%

Color #C6B99F in popluar number systems.

HEX C6 B9 9F
Decimal 198 185 159
Binary 11000110 10111001 10011111
Octal 306 271 237

Shades and tints

Shades of #C6B99F

#C6B99F
(198,185,159)
#B4A991
(180,169,145)
#A29983
(162,153,131)
#908975
(144,137,117)
#7E7967
(126,121,103)
#6C6959
(108,105,89)
#5A594B
(90,89,75)
#48493D
(72,73,61)
#36392F
(54,57,47)
#242921
(36,41,33)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6B99F

#C6B99F
(198,185,159)
#CBBFA7
(203,191,167)
#D0C5AF
(208,197,175)
#D5CBB7
(213,203,183)
#DAD1BF
(218,209,191)
#DFD7C7
(223,215,199)
#E4DDCF
(228,221,207)
#E9E3D7
(233,227,215)
#EEE9DF
(238,233,223)
#F3EFE7
(243,239,231)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B99F color. Also use rgb(198,185,159) instead hex code.

Text Font Color

.myTextColor { color: #C6B99F; }

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

This text font color is #C6B99F.

Background Color

.myBgColor { background-color: #C6B99F; }

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

This div background color is #C6B99F.

Border color

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

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

This div border color is #C6B99F.

Opacity

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

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

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

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

This text has shadow with #C6B99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B99F.

Preview

Color preview on black background

This text has color #C6B99F on black background.


Color preview on white background

This text has color #C6B99F on white background.


Black color preview on #C6B99F background

This text has black color on #C6B99F background.


White color preview on #C6B99F background

This text has white color on #C6B99F background.


Related colors

Complementary color

Complementary color for #hex is #394660.


I love getcolorcode.com

Triadic colors

1 #9FC6B9 and #B99FC6 with #C6B99F are triadic colors.

2 #9FB9C6 and #B9C69F with #C6B99F are triadic colors.