COLOR #C6A68D

HEX: #C6A68D
RGB: (198,166,141)

Color info

#C6A68D contains red, green and blue colors in about the same proportion. Web safe color of #C6A68D is #CC9999 (or #C99).

RGB color model

#C6A68D color RGB value is (198,166,141).

  • red value is 198;
  • green value is 166;
  • blue value is 141.
RGB:
(198,166,141)
(78%,65%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 141 of 255 = 55%

198
166
141

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

Portions of RGB colors in percentages

R + G + B =
198 + 166 + 141 = 505 (100%)
R 198 of 505 ~ 39.21%
G 166 of 505 ~ 32.87%
B 141 of 505 ~ 27.92%

%39.21
%32.87
%27.92

CMYK color model

#C6A68D color CMYK value is (0,16,29,22).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(0,16,29,22)
C0M16Y29K22 
(0%,16%,29%,22%)
(0.00/0.16/0.29/0.22)	

CMYK percentages

%0
%16.16
%28.79
%22.35

Codes

Color #C6A68D in popluar color models

C6A68D
RGB198166141
HSL26°33.33%66.47%
HSB/HSV26°28.79%77.65%
CMYK0.00%16.16%28.79%
22.35%

Color #C6A68D in popluar number systems.

HEXC6A68D
Decimal198166141
Binary110001101010011010001101
Octal306246215

Shades and tints

Shades of #C6A68D

#C6A68D
(198,166,141)
#B49781
(180,151,129)
#A28875
(162,136,117)
#907969
(144,121,105)
#7E6A5D
(126,106,93)
#6C5B51
(108,91,81)
#5A4C45
(90,76,69)
#483D39
(72,61,57)
#362E2D
(54,46,45)
#241F21
(36,31,33)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C6A68D

#C6A68D
(198,166,141)
#CBAE97
(203,174,151)
#D0B6A1
(208,182,161)
#D5BEAB
(213,190,171)
#DAC6B5
(218,198,181)
#DFCEBF
(223,206,191)
#E4D6C9
(228,214,201)
#E9DED3
(233,222,211)
#EEE6DD
(238,230,221)
#F3EEE7
(243,238,231)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A68D color. Also use rgb(198,166,141) instead hex code.

Text Font Color

.myTextColor { color: #C6A68D; }

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

This text font color is #C6A68D.


Background Color

.myBgColor { background-color: #C6A68D; }

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

This div background color is #C6A68D.


Border color

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

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

This div border color is #C6A68D.


Opacity

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

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

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

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

This text has shadow with #C6A68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A68D on black background.


Color preview on white background

This text has color #C6A68D on white background.



Black color preview on #C6A68D background

This text has black color on #C6A68D background.


White color preview on #C6A68D background

This text has white color on #C6A68D background.