COLOR #C6B69F

HEX: #C6B69F RGB: (198,182,159)

Color info

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

RGB color model

#C6B69F color RGB value is (198,182,159).

RGB: (198,182,159) (78%, 71%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 159 of 255 = 62%

198
182
159

R + G + B ~ 70%. #C6B69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 182 + 159 = 539 (100%)
R 198 of 539 ~ 36.73%
G 182 of 539 ~ 33.77%
B 159 of 539 ~ 29.5'%

%36.73
%33.77
%29.5

CMYK color model

#C6B69F color CMYK value is (0,8,20,22).

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

CMYK: (0,8,20,22)
C0M8Y20K22 (0%, 8%, 20%, 22%)
(0.00 / 0.08 / 0.20 / 0.22)

CMYK percentages

%0
%8.08
%19.7
%22.35

Codes

Color #C6B69F in popluar color models

C6 B6 9F
RGB 198 182 159
HSL 35° 25.49% 70.00%
HSB/HSV 35° 19.70% 77.65%
CMYK 0.00% 8.08% 19.70%
22.35%

Color #C6B69F in popluar number systems.

HEX C6 B6 9F
Decimal 198 182 159
Binary 11000110 10110110 10011111
Octal 306 266 237

Shades and tints

Shades of #C6B69F

#C6B69F
(198,182,159)
#B4A691
(180,166,145)
#A29683
(162,150,131)
#908675
(144,134,117)
#7E7667
(126,118,103)
#6C6659
(108,102,89)
#5A564B
(90,86,75)
#48463D
(72,70,61)
#36362F
(54,54,47)
#242621
(36,38,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6B69F

#C6B69F
(198,182,159)
#CBBCA7
(203,188,167)
#D0C2AF
(208,194,175)
#D5C8B7
(213,200,183)
#DACEBF
(218,206,191)
#DFD4C7
(223,212,199)
#E4DACF
(228,218,207)
#E9E0D7
(233,224,215)
#EEE6DF
(238,230,223)
#F3ECE7
(243,236,231)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B69F; }

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

This text font color is #C6B69F.

Background Color

.myBgColor { background-color: #C6B69F; }

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

This div background color is #C6B69F.

Border color

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

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

This div border color is #C6B69F.

Opacity

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

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

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

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

This text has shadow with #C6B69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B69F.

Preview

Color preview on black background

This text has color #C6B69F on black background.


Color preview on white background

This text has color #C6B69F on white background.


Black color preview on #C6B69F background

This text has black color on #C6B69F background.


White color preview on #C6B69F background

This text has white color on #C6B69F background.


Related colors

Complementary color

Complementary color for #hex is #394960.


I love getcolorcode.com

Triadic colors

1 #9FC6B6 and #B69FC6 with #C6B69F are triadic colors.

2 #9FB6C6 and #B6C69F with #C6B69F are triadic colors.