COLOR #C6B271

HEX: #C6B271
RGB: (198,178,113)

Color info

#C6B271 contains mainly red and green colors. Web safe color of #C6B271 is #CC9966 (or #C96).

RGB color model

#C6B271 color RGB value is (198,178,113).

  • red value is 198;
  • green value is 178;
  • blue value is 113.
RGB:
(198,178,113)
(78%,70%,44%)

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 113 of 255 = 44%

198
178
113

R + G + B ~ 64%. #C6B271 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 178 + 113 = 489 (100%)
R 198 of 489 ~ 40.49%
G 178 of 489 ~ 36.4%
B 113 of 489 ~ 23.11%

%40.49
%36.4
%23.11

CMYK color model

#C6B271 color CMYK value is (0,10,43,22).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 42.93%
  • key color value is 22.35%
CMYK:
(0,10,43,22)
C0M10Y43K22 
(0%,10%,43%,22%)
(0.00/0.10/0.43/0.22)	

CMYK percentages

%0
%10.1
%42.93
%22.35

Codes

Color #C6B271 in popluar color models

C6B271
RGB198178113
HSL46°42.71%60.98%
HSB/HSV46°42.93%77.65%
CMYK0.00%10.10%42.93%
22.35%

Color #C6B271 in popluar number systems.

HEXC6B271
Decimal198178113
Binary11000110101100101110001
Octal306262161

Shades and tints

Shades of #C6B271

#C6B271
(198,178,113)
#B4A267
(180,162,103)
#A2925D
(162,146,93)
#908253
(144,130,83)
#7E7249
(126,114,73)
#6C623F
(108,98,63)
#5A5235
(90,82,53)
#48422B
(72,66,43)
#363221
(54,50,33)
#242217
(36,34,23)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #C6B271

#C6B271
(198,178,113)
#CBB97D
(203,185,125)
#D0C089
(208,192,137)
#D5C795
(213,199,149)
#DACEA1
(218,206,161)
#DFD5AD
(223,213,173)
#E4DCB9
(228,220,185)
#E9E3C5
(233,227,197)
#EEEAD1
(238,234,209)
#F3F1DD
(243,241,221)
#F8F8E9
(248,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B271 color. Also use rgb(198,178,113) instead hex code.

Text Font Color

.myTextColor { color: #C6B271; }

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

This text font color is #C6B271.


Background Color

.myBgColor { background-color: #C6B271; }

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

This div background color is #C6B271.


Border color

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

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

This div border color is #C6B271.


Opacity

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

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

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

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

This text has shadow with #C6B271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B271 on black background.


Color preview on white background

This text has color #C6B271 on white background.



Black color preview on #C6B271 background

This text has black color on #C6B271 background.


White color preview on #C6B271 background

This text has white color on #C6B271 background.