COLOR #C6874B

HEX: #C6874B
RGB: (198,135,75)

Color info

#C6874B contains mainly red color. Web safe color of #C6874B is #CC9933 (or #C93).

RGB color model

#C6874B color RGB value is (198,135,75).

  • red value is 198;
  • green value is 135;
  • blue value is 75.
RGB:
(198,135,75)
(78%,53%,29%)

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 75 of 255 = 29%

198
135
75

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

Portions of RGB colors in percentages

R + G + B =
198 + 135 + 75 = 408 (100%)
R 198 of 408 ~ 48.53%
G 135 of 408 ~ 33.09%
B 75 of 408 ~ 18.38%

%48.53
%33.09
%18.38

CMYK color model

#C6874B color CMYK value is (0,32,62,22).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 62.12%
  • key color value is 22.35%
CMYK:
(0,32,62,22)
C0M32Y62K22 
(0%,32%,62%,22%)
(0.00/0.32/0.62/0.22)	

CMYK percentages

%0
%31.82
%62.12
%22.35

Codes

Color #C6874B in popluar color models

C6874B
RGB19813575
HSL29°51.90%53.53%
HSB/HSV29°62.12%77.65%
CMYK0.00%31.82%62.12%
22.35%

Color #C6874B in popluar number systems.

HEXC6874B
Decimal19813575
Binary11000110100001111001011
Octal306207113

Shades and tints

Shades of #C6874B

#C6874B
(198,135,75)
#B47B45
(180,123,69)
#A26F3F
(162,111,63)
#906339
(144,99,57)
#7E5733
(126,87,51)
#6C4B2D
(108,75,45)
#5A3F27
(90,63,39)
#483321
(72,51,33)
#36271B
(54,39,27)
#241B15
(36,27,21)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #C6874B

#C6874B
(198,135,75)
#CB915B
(203,145,91)
#D09B6B
(208,155,107)
#D5A57B
(213,165,123)
#DAAF8B
(218,175,139)
#DFB99B
(223,185,155)
#E4C3AB
(228,195,171)
#E9CDBB
(233,205,187)
#EED7CB
(238,215,203)
#F3E1DB
(243,225,219)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6874B color. Also use rgb(198,135,75) instead hex code.

Text Font Color

.myTextColor { color: #C6874B; }

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

This text font color is #C6874B.


Background Color

.myBgColor { background-color: #C6874B; }

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

This div background color is #C6874B.


Border color

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

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

This div border color is #C6874B.


Opacity

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

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

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

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

This text has shadow with #C6874B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6874B on black background.


Color preview on white background

This text has color #C6874B on white background.



Black color preview on #C6874B background

This text has black color on #C6874B background.


White color preview on #C6874B background

This text has white color on #C6874B background.