Color Hex Logo

#c68718 Color Hex

#C68718
(198,135,24)
0 Favorites   0 Comments

Color spaces of #c68718

RGB 19813524
HSL0.110.780.44
HSV38°88°78°
CMYK 0.000.320.88   0.22
XYZ32.117529.39974.8461
Yxy29.39970.48400.4430
Hunter Lab54.221510.844932.6559
CIE-Lab61.132815.791862.1102

#c68718 color RGB value is (198,135,24).

#c68718 hex color red value is 198, green value is 135 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c68718 hue: 0.11 , saturation: 0.78 and the lightness value of c68718 is 0.44.

The process color (four color CMYK) of #c68718 color hex is 0.00, 0.32, 0.88, 0.22. Web safe color of #c68718 is #cc9900. Color #c68718 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000111 00011000
Octal 306 207 30
Decimal 198 135 24
Hex C6 87 18

RGB Percentages of Color #c68718

%55.46
%37.82
%6.72

CMYK Percentages of Color #c68718

%0
%32
%88
%22

Triadic Colors of #c68718

#c68718 #18c687 #8718c6

Analogous Colors of #c68718

#c68718 #aec618 #c63018

Monochromatic Colors of #c68718

#c68718

Complementary Color

#c68718 #1857c6

#c68718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68718 Color CSS Codes

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

#c68718 Text Font Color

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

This sample text font color is #c68718
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.


#c68718 Background Color

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

This div background color is #c68718


#c68718 Border Color

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

This div border color is #c68718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68718


Comments

No comments written yet.

Please login to write comment.