COLOR #C6B79F

HEX: #C6B79F RGB: (198,183,159)

Color info

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

RGB color model

#C6B79F color RGB value is (198,183,159).

RGB: (198,183,159) (78%, 72%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 159 of 255 = 62%

198
183
159

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

Portions of RGB colors in percentages

R + G + B = 198 + 183 + 159 = 540 (100%)
R 198 of 540 ~ 36.67%
G 183 of 540 ~ 33.89%
B 159 of 540 ~ 29.44'%

%36.67
%33.89
%29.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.58%
  • 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
%7.58
%19.7
%22.35

Codes

Color #C6B79F in popluar color models

C6 B7 9F
RGB 198 183 159
HSL 37° 25.49% 70.00%
HSB/HSV 37° 19.70% 77.65%
CMYK 0.00% 7.58% 19.70%
22.35%

Color #C6B79F in popluar number systems.

HEX C6 B7 9F
Decimal 198 183 159
Binary 11000110 10110111 10011111
Octal 306 267 237

Shades and tints

Shades of #C6B79F

#C6B79F
(198,183,159)
#B4A791
(180,167,145)
#A29783
(162,151,131)
#908775
(144,135,117)
#7E7767
(126,119,103)
#6C6759
(108,103,89)
#5A574B
(90,87,75)
#48473D
(72,71,61)
#36372F
(54,55,47)
#242721
(36,39,33)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6B79F

#C6B79F
(198,183,159)
#CBBDA7
(203,189,167)
#D0C3AF
(208,195,175)
#D5C9B7
(213,201,183)
#DACFBF
(218,207,191)
#DFD5C7
(223,213,199)
#E4DBCF
(228,219,207)
#E9E1D7
(233,225,215)
#EEE7DF
(238,231,223)
#F3EDE7
(243,237,231)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B79F; }

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

This text font color is #C6B79F.

Background Color

.myBgColor { background-color: #C6B79F; }

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

This div background color is #C6B79F.

Border color

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

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

This div border color is #C6B79F.

Opacity

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

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

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

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

This text has shadow with #C6B79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B79F.

Preview

Color preview on black background

This text has color #C6B79F on black background.


Color preview on white background

This text has color #C6B79F on white background.


Black color preview on #C6B79F background

This text has black color on #C6B79F background.


White color preview on #C6B79F background

This text has white color on #C6B79F background.


Related colors

Complementary color

Complementary color for #hex is #394860.


I love getcolorcode.com

Triadic colors

1 #9FC6B7 and #B79FC6 with #C6B79F are triadic colors.

2 #9FB7C6 and #B7C69F with #C6B79F are triadic colors.