Color Hex Logo

#c68d3e Color Hex

#C68D3E
(198,141,62)
0 Favorites   0 Comments

Color spaces of #c68d3e

RGB 19814162
HSL0.100.540.51
HSV35°69°78°
CMYK 0.000.290.69   0.22
XYZ33.683131.40338.8436
Yxy31.40330.45560.4248
Hunter Lab56.03869.223229.8703
CIE-Lab62.846613.973849.3288

#c68d3e color RGB value is (198,141,62).

#c68d3e hex color red value is 198, green value is 141 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c68d3e hue: 0.10 , saturation: 0.54 and the lightness value of c68d3e is 0.51.

The process color (four color CMYK) of #c68d3e color hex is 0.00, 0.29, 0.69, 0.22. Web safe color of #c68d3e is #cc9933. Color #c68d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 00111110
Octal 306 215 76
Decimal 198 141 62
Hex C6 8D 3E

RGB Percentages of Color #c68d3e

%49.38
%35.16
%15.46

CMYK Percentages of Color #c68d3e

%0
%29
%69
%22

Triadic Colors of #c68d3e

#c68d3e #3ec68d #8d3ec6

Analogous Colors of #c68d3e

#c68d3e #bbc63e #c6493e

Monochromatic Colors of #c68d3e

#c68d3e

Complementary Color

#c68d3e #3e77c6

#c68d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68d3e Color CSS Codes

.mybgcolor {background-color:#c68d3e; } 
.myforecolor {color:#c68d3e; }
.mybordercolor {border:3px solid #c68d3e; }

#c68d3e Text Font Color

<p style="color:#c68d3e">Text here</p>

This sample text font color is #c68d3e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c68d3e Background Color

<div style="background-color:#c68d3e">
Div content here</div>

This div background color is #c68d3e


#c68d3e Border Color

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

This div border color is #c68d3e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,141,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c68d3e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c68d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #c68d3e;
  box-shadow:         1px 1px 3px 2px #c68d3e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,141,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c68d3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c68d3e;
  -webkit-box-shadow: 1px 1px 3px 2px #c68d3e;
  box-shadow:         1px 1px 3px 2px #c68d3e;">
Div content here</div>

This div box has shadow with color #c68d3e


Comments

No comments written yet.

Please login to write comment.