COLOR #C6B941

HEX: #C6B941
RGB: (198,185,65)

Color info

#C6B941 contains mainly red and green colors. Web safe color of #C6B941 is #CCCC33 (or #CC3).

RGB color model

#C6B941 color RGB value is (198,185,65).

  • red value is 198;
  • green value is 185;
  • blue value is 65.
RGB:
(198,185,65)
(78%,73%,25%)

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 65 of 255 = 25%

198
185
65

R + G + B ~ 59%. #C6B941 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 65 = 448 (100%)
R 198 of 448 ~ 44.2%
G 185 of 448 ~ 41.29%
B 65 of 448 ~ 14.51%

%44.2
%41.29
%14.51

CMYK color model

#C6B941 color CMYK value is (0,7,67,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 67.17%
  • key color value is 22.35%
CMYK:
(0,7,67,22)
C0M7Y67K22 
(0%,7%,67%,22%)
(0.00/0.07/0.67/0.22)	

CMYK percentages

%0
%6.57
%67.17
%22.35

Codes

Color #C6B941 in popluar color models

C6B941
RGB19818565
HSL54°53.85%51.57%
HSB/HSV54°67.17%77.65%
CMYK0.00%6.57%67.17%
22.35%

Color #C6B941 in popluar number systems.

HEXC6B941
Decimal19818565
Binary11000110101110011000001
Octal306271101

Shades and tints

Shades of #C6B941

#C6B941
(198,185,65)
#B4A93C
(180,169,60)
#A29937
(162,153,55)
#908932
(144,137,50)
#7E792D
(126,121,45)
#6C6928
(108,105,40)
#5A5923
(90,89,35)
#48491E
(72,73,30)
#363919
(54,57,25)
#242914
(36,41,20)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #C6B941

#C6B941
(198,185,65)
#CBBF52
(203,191,82)
#D0C563
(208,197,99)
#D5CB74
(213,203,116)
#DAD185
(218,209,133)
#DFD796
(223,215,150)
#E4DDA7
(228,221,167)
#E9E3B8
(233,227,184)
#EEE9C9
(238,233,201)
#F3EFDA
(243,239,218)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B941 color. Also use rgb(198,185,65) instead hex code.

Text Font Color

.myTextColor { color: #C6B941; }

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

This text font color is #C6B941.


Background Color

.myBgColor { background-color: #C6B941; }

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

This div background color is #C6B941.


Border color

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

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

This div border color is #C6B941.


Opacity

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

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

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

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

This text has shadow with #C6B941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B941 on black background.


Color preview on white background

This text has color #C6B941 on white background.



Black color preview on #C6B941 background

This text has black color on #C6B941 background.


White color preview on #C6B941 background

This text has white color on #C6B941 background.