Color Hex Logo

#c68715 Color Hex

#C68715
(198,135,21)
0 Favorites   0 Comments

Color spaces of #c68715

RGB 19813521
HSL0.110.810.43
HSV39°89°78°
CMYK 0.000.320.89   0.22
XYZ32.088029.38794.6907
Yxy29.38790.48500.4442
Hunter Lab54.210610.788032.8172
CIE-Lab61.122515.729762.8583

#c68715 color RGB value is (198,135,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000111 00010101
Octal 306 207 25
Decimal 198 135 21
Hex C6 87 15

RGB Percentages of Color #c68715

%55.93
%38.14
%5.93

CMYK Percentages of Color #c68715

%0
%32
%89
%22

Triadic Colors of #c68715

#c68715 #15c687 #8715c6

Analogous Colors of #c68715

#c68715 #adc615 #c62e15

Monochromatic Colors of #c68715

#c68715

Complementary Color

#c68715 #1554c6

#c68715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68715 Color CSS Codes

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

#c68715 Text Font Color

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

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


#c68715 Background Color

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

This div background color is #c68715


#c68715 Border Color

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

This div border color is #c68715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68715


Comments

No comments written yet.

Please login to write comment.