COLOR #C6B15E

HEX: #C6B15E RGB: (198,177,94)

Color info

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

RGB color model

#C6B15E color RGB value is (198,177,94).

RGB: (198,177,94) (78%, 69%, 37%)

RGB channels and saturation

R 198 of 255 = 78%
G 177 of 255 = 69%
B 94 of 255 = 37%

198
177
94

R + G + B ~ 61%. #C6B15E is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 177 + 94 = 469 (100%)
R 198 of 469 ~ 42.22%
G 177 of 469 ~ 37.74%
B 94 of 469 ~ 20.04'%

%42.22
%37.74
%20.04

CMYK color model

#C6B15E color CMYK value is (0,11,53,22).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 52.53%
  • key color value is 22.35%

CMYK: (0,11,53,22)
C0M11Y53K22 (0%, 11%, 53%, 22%)
(0.00 / 0.11 / 0.53 / 0.22)

CMYK percentages

%0
%10.61
%52.53
%22.35

Codes

Color #C6B15E in popluar color models

C6 B1 5E
RGB 198 177 94
HSL 48° 47.71% 57.25%
HSB/HSV 48° 52.53% 77.65%
CMYK 0.00% 10.61% 52.53%
22.35%

Color #C6B15E in popluar number systems.

HEX C6 B1 5E
Decimal 198 177 94
Binary 11000110 10110001 1011110
Octal 306 261 136

Shades and tints

Shades of #C6B15E

#C6B15E
(198,177,94)
#B4A156
(180,161,86)
#A2914E
(162,145,78)
#908146
(144,129,70)
#7E713E
(126,113,62)
#6C6136
(108,97,54)
#5A512E
(90,81,46)
#484126
(72,65,38)
#36311E
(54,49,30)
#242116
(36,33,22)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #C6B15E

#C6B15E
(198,177,94)
#CBB86C
(203,184,108)
#D0BF7A
(208,191,122)
#D5C688
(213,198,136)
#DACD96
(218,205,150)
#DFD4A4
(223,212,164)
#E4DBB2
(228,219,178)
#E9E2C0
(233,226,192)
#EEE9CE
(238,233,206)
#F3F0DC
(243,240,220)
#F8F7EA
(248,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B15E color. Also use rgb(198,177,94) instead hex code.

Text Font Color

.myTextColor { color: #C6B15E; }

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

This text font color is #C6B15E.

Background Color

.myBgColor { background-color: #C6B15E; }

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

This div background color is #C6B15E.

Border color

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

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

This div border color is #C6B15E.

Opacity

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

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

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

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

This text has shadow with #C6B15E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B15E.

Preview

Color preview on black background

This text has color #C6B15E on black background.


Color preview on white background

This text has color #C6B15E on white background.


Black color preview on #C6B15E background

This text has black color on #C6B15E background.


White color preview on #C6B15E background

This text has white color on #C6B15E background.


Related colors

Complementary color

Complementary color for #hex is #394EA1.


I love getcolorcode.com

Triadic colors

1 #5EC6B1 and #B15EC6 with #C6B15E are triadic colors.

2 #5EB1C6 and #B1C65E with #C6B15E are triadic colors.