COLOR #C6B751

HEX: #C6B751 RGB: (198,183,81)

Color info

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

RGB color model

#C6B751 color RGB value is (198,183,81).

RGB: (198,183,81) (78%, 72%, 32%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 81 of 255 = 32%

198
183
81

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

Portions of RGB colors in percentages

R + G + B = 198 + 183 + 81 = 462 (100%)
R 198 of 462 ~ 42.86%
G 183 of 462 ~ 39.61%
B 81 of 462 ~ 17.53'%

%42.86
%39.61
%17.53

CMYK color model

#C6B751 color CMYK value is (0,8,59,22).

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

CMYK: (0,8,59,22)
C0M8Y59K22 (0%, 8%, 59%, 22%)
(0.00 / 0.08 / 0.59 / 0.22)

CMYK percentages

%0
%7.58
%59.09
%22.35

Codes

Color #C6B751 in popluar color models

C6 B7 51
RGB 198 183 81
HSL 52° 50.65% 54.71%
HSB/HSV 52° 59.09% 77.65%
CMYK 0.00% 7.58% 59.09%
22.35%

Color #C6B751 in popluar number systems.

HEX C6 B7 51
Decimal 198 183 81
Binary 11000110 10110111 1010001
Octal 306 267 121

Shades and tints

Shades of #C6B751

#C6B751
(198,183,81)
#B4A74A
(180,167,74)
#A29743
(162,151,67)
#90873C
(144,135,60)
#7E7735
(126,119,53)
#6C672E
(108,103,46)
#5A5727
(90,87,39)
#484720
(72,71,32)
#363719
(54,55,25)
#242712
(36,39,18)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #C6B751

#C6B751
(198,183,81)
#CBBD60
(203,189,96)
#D0C36F
(208,195,111)
#D5C97E
(213,201,126)
#DACF8D
(218,207,141)
#DFD59C
(223,213,156)
#E4DBAB
(228,219,171)
#E9E1BA
(233,225,186)
#EEE7C9
(238,231,201)
#F3EDD8
(243,237,216)
#F8F3E7
(248,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B751; }

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

This text font color is #C6B751.

Background Color

.myBgColor { background-color: #C6B751; }

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

This div background color is #C6B751.

Border color

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

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

This div border color is #C6B751.

Opacity

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

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

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

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

This text has shadow with #C6B751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B751.

Preview

Color preview on black background

This text has color #C6B751 on black background.


Color preview on white background

This text has color #C6B751 on white background.


Black color preview on #C6B751 background

This text has black color on #C6B751 background.


White color preview on #C6B751 background

This text has white color on #C6B751 background.


Related colors

Complementary color

Complementary color for #hex is #3948AE.


I love getcolorcode.com

Triadic colors

1 #51C6B7 and #B751C6 with #C6B751 are triadic colors.

2 #51B7C6 and #B7C651 with #C6B751 are triadic colors.