COLOR #C6B765

HEX: #C6B765
RGB: (198,183,101)

Color info

#C6B765 contains mainly red and green colors. Web safe color of #C6B765 is #CCCC66 (or #CC6).

RGB color model

#C6B765 color RGB value is (198,183,101).

  • red value is 198;
  • green value is 183;
  • blue value is 101.
RGB:
(198,183,101)
(78%,72%,40%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 101 of 255 = 40%

198
183
101

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

Portions of RGB colors in percentages

R + G + B =
198 + 183 + 101 = 482 (100%)
R 198 of 482 ~ 41.08%
G 183 of 482 ~ 37.97%
B 101 of 482 ~ 20.95%

%41.08
%37.97
%20.95

CMYK color model

#C6B765 color CMYK value is (0,8,49,22).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 48.99%
  • key color value is 22.35%
CMYK:
(0,8,49,22)
C0M8Y49K22 
(0%,8%,49%,22%)
(0.00/0.08/0.49/0.22)	

CMYK percentages

%0
%7.58
%48.99
%22.35

Codes

Color #C6B765 in popluar color models

C6B765
RGB198183101
HSL51°45.97%58.63%
HSB/HSV51°48.99%77.65%
CMYK0.00%7.58%48.99%
22.35%

Color #C6B765 in popluar number systems.

HEXC6B765
Decimal198183101
Binary11000110101101111100101
Octal306267145

Shades and tints

Shades of #C6B765

#C6B765
(198,183,101)
#B4A75C
(180,167,92)
#A29753
(162,151,83)
#90874A
(144,135,74)
#7E7741
(126,119,65)
#6C6738
(108,103,56)
#5A572F
(90,87,47)
#484726
(72,71,38)
#36371D
(54,55,29)
#242714
(36,39,20)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #C6B765

#C6B765
(198,183,101)
#CBBD73
(203,189,115)
#D0C381
(208,195,129)
#D5C98F
(213,201,143)
#DACF9D
(218,207,157)
#DFD5AB
(223,213,171)
#E4DBB9
(228,219,185)
#E9E1C7
(233,225,199)
#EEE7D5
(238,231,213)
#F3EDE3
(243,237,227)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B765; }

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

This text font color is #C6B765.


Background Color

.myBgColor { background-color: #C6B765; }

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

This div background color is #C6B765.


Border color

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

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

This div border color is #C6B765.


Opacity

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

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

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

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

This text has shadow with #C6B765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B765 on black background.


Color preview on white background

This text has color #C6B765 on white background.



Black color preview on #C6B765 background

This text has black color on #C6B765 background.


White color preview on #C6B765 background

This text has white color on #C6B765 background.