COLOR #C69652

HEX: #C69652
RGB: (198,150,82)

Color info

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

RGB color model

#C69652 color RGB value is (198,150,82).

  • red value is 198;
  • green value is 150;
  • blue value is 82.
RGB:
(198,150,82)
(78%,59%,32%)

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 82 of 255 = 32%

198
150
82

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

Portions of RGB colors in percentages

R + G + B =
198 + 150 + 82 = 430 (100%)
R 198 of 430 ~ 46.05%
G 150 of 430 ~ 34.88%
B 82 of 430 ~ 19.07%

%46.05
%34.88
%19.07

CMYK color model

#C69652 color CMYK value is (0,24,59,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 58.59%
  • key color value is 22.35%
CMYK:
(0,24,59,22)
C0M24Y59K22 
(0%,24%,59%,22%)
(0.00/0.24/0.59/0.22)	

CMYK percentages

%0
%24.24
%58.59
%22.35

Codes

Color #C69652 in popluar color models

C69652
RGB19815082
HSL35°50.43%54.90%
HSB/HSV35°58.59%77.65%
CMYK0.00%24.24%58.59%
22.35%

Color #C69652 in popluar number systems.

HEXC69652
Decimal19815082
Binary11000110100101101010010
Octal306226122

Shades and tints

Shades of #C69652

#C69652
(198,150,82)
#B4894B
(180,137,75)
#A27C44
(162,124,68)
#906F3D
(144,111,61)
#7E6236
(126,98,54)
#6C552F
(108,85,47)
#5A4828
(90,72,40)
#483B21
(72,59,33)
#362E1A
(54,46,26)
#242113
(36,33,19)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #C69652

#C69652
(198,150,82)
#CB9F61
(203,159,97)
#D0A870
(208,168,112)
#D5B17F
(213,177,127)
#DABA8E
(218,186,142)
#DFC39D
(223,195,157)
#E4CCAC
(228,204,172)
#E9D5BB
(233,213,187)
#EEDECA
(238,222,202)
#F3E7D9
(243,231,217)
#F8F0E8
(248,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69652 color. Also use rgb(198,150,82) instead hex code.

Text Font Color

.myTextColor { color: #C69652; }

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

This text font color is #C69652.


Background Color

.myBgColor { background-color: #C69652; }

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

This div background color is #C69652.


Border color

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

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

This div border color is #C69652.


Opacity

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

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

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

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

This text has shadow with #C69652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69652 on black background.


Color preview on white background

This text has color #C69652 on white background.



Black color preview on #C69652 background

This text has black color on #C69652 background.


White color preview on #C69652 background

This text has white color on #C69652 background.