COLOR #C6B785

HEX: #C6B785 RGB: (198,183,133)

Color info

#C6B785 contains mainly red and green colors. Web safe color of #C6B785 is #CCCC99 (or #CC9).

RGB color model

#C6B785 color RGB value is (198,183,133).

RGB: (198,183,133) (78%, 72%, 52%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 133 of 255 = 52%

198
183
133

R + G + B ~ 67%. #C6B785 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 183 + 133 = 514 (100%)
R 198 of 514 ~ 38.52%
G 183 of 514 ~ 35.6%
B 133 of 514 ~ 25.88'%

%38.52
%35.6
%25.88

CMYK color model

#C6B785 color CMYK value is (0,8,33,22).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 32.83%
  • key color value is 22.35%

CMYK: (0,8,33,22)
C0M8Y33K22 (0%, 8%, 33%, 22%)
(0.00 / 0.08 / 0.33 / 0.22)

CMYK percentages

%0
%7.58
%32.83
%22.35

Codes

Color #C6B785 in popluar color models

C6 B7 85
RGB 198 183 133
HSL 46° 36.31% 64.90%
HSB/HSV 46° 32.83% 77.65%
CMYK 0.00% 7.58% 32.83%
22.35%

Color #C6B785 in popluar number systems.

HEX C6 B7 85
Decimal 198 183 133
Binary 11000110 10110111 10000101
Octal 306 267 205

Shades and tints

Shades of #C6B785

#C6B785
(198,183,133)
#B4A779
(180,167,121)
#A2976D
(162,151,109)
#908761
(144,135,97)
#7E7755
(126,119,85)
#6C6749
(108,103,73)
#5A573D
(90,87,61)
#484731
(72,71,49)
#363725
(54,55,37)
#242719
(36,39,25)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #C6B785

#C6B785
(198,183,133)
#CBBD90
(203,189,144)
#D0C39B
(208,195,155)
#D5C9A6
(213,201,166)
#DACFB1
(218,207,177)
#DFD5BC
(223,213,188)
#E4DBC7
(228,219,199)
#E9E1D2
(233,225,210)
#EEE7DD
(238,231,221)
#F3EDE8
(243,237,232)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B785; }

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

This text font color is #C6B785.

Background Color

.myBgColor { background-color: #C6B785; }

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

This div background color is #C6B785.

Border color

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

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

This div border color is #C6B785.

Opacity

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

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

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

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

This text has shadow with #C6B785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B785.

Preview

Color preview on black background

This text has color #C6B785 on black background.


Color preview on white background

This text has color #C6B785 on white background.


Black color preview on #C6B785 background

This text has black color on #C6B785 background.


White color preview on #C6B785 background

This text has white color on #C6B785 background.


Related colors

Complementary color

Complementary color for #hex is #39487A.


I love getcolorcode.com

Triadic colors

1 #85C6B7 and #B785C6 with #C6B785 are triadic colors.

2 #85B7C6 and #B7C685 with #C6B785 are triadic colors.