COLOR #C6B369

HEX: #C6B369 RGB: (198,179,105)

Color info

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

RGB color model

#C6B369 color RGB value is (198,179,105).

RGB: (198,179,105) (78%, 70%, 41%)

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 105 of 255 = 41%

198
179
105

R + G + B ~ 63%. #C6B369 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 179 + 105 = 482 (100%)
R 198 of 482 ~ 41.08%
G 179 of 482 ~ 37.14%
B 105 of 482 ~ 21.78'%

%41.08
%37.14
%21.78

CMYK color model

#C6B369 color CMYK value is (0,10,47,22).

  • cyan value is 0.00%
  • magenta value is 9.60%
  • yellow value is 46.97%
  • key color value is 22.35%

CMYK: (0,10,47,22)
C0M10Y47K22 (0%, 10%, 47%, 22%)
(0.00 / 0.10 / 0.47 / 0.22)

CMYK percentages

%0
%9.6
%46.97
%22.35

Codes

Color #C6B369 in popluar color models

C6 B3 69
RGB 198 179 105
HSL 48° 44.93% 59.41%
HSB/HSV 48° 46.97% 77.65%
CMYK 0.00% 9.60% 46.97%
22.35%

Color #C6B369 in popluar number systems.

HEX C6 B3 69
Decimal 198 179 105
Binary 11000110 10110011 1101001
Octal 306 263 151

Shades and tints

Shades of #C6B369

#C6B369
(198,179,105)
#B4A360
(180,163,96)
#A29357
(162,147,87)
#90834E
(144,131,78)
#7E7345
(126,115,69)
#6C633C
(108,99,60)
#5A5333
(90,83,51)
#48432A
(72,67,42)
#363321
(54,51,33)
#242318
(36,35,24)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #C6B369

#C6B369
(198,179,105)
#CBB976
(203,185,118)
#D0BF83
(208,191,131)
#D5C590
(213,197,144)
#DACB9D
(218,203,157)
#DFD1AA
(223,209,170)
#E4D7B7
(228,215,183)
#E9DDC4
(233,221,196)
#EEE3D1
(238,227,209)
#F3E9DE
(243,233,222)
#F8EFEB
(248,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B369 color. Also use rgb(198,179,105) instead hex code.

Text Font Color

.myTextColor { color: #C6B369; }

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

This text font color is #C6B369.

Background Color

.myBgColor { background-color: #C6B369; }

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

This div background color is #C6B369.

Border color

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

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

This div border color is #C6B369.

Opacity

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

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

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

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

This text has shadow with #C6B369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B369.

Preview

Color preview on black background

This text has color #C6B369 on black background.


Color preview on white background

This text has color #C6B369 on white background.


Black color preview on #C6B369 background

This text has black color on #C6B369 background.


White color preview on #C6B369 background

This text has white color on #C6B369 background.


Related colors

Complementary color

Complementary color for #hex is #394C96.


I love getcolorcode.com

Triadic colors

1 #69C6B3 and #B369C6 with #C6B369 are triadic colors.

2 #69B3C6 and #B3C669 with #C6B369 are triadic colors.