Color Hex Logo

#c68646 Color Hex

#C68646
(198,134,70)
0 Favorites   0 Comments

Color spaces of #c68646

RGB 19813470
HSL0.080.530.53
HSV30°65°78°
CMYK 0.000.320.65   0.22
XYZ32.919329.49829.7530
Yxy29.49820.45610.4087
Hunter Lab54.312213.144627.3717
CIE-Lab61.218818.295243.6497

#c68646 color RGB value is (198,134,70).

#c68646 hex color red value is 198, green value is 134 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c68646 hue: 0.08 , saturation: 0.53 and the lightness value of c68646 is 0.53.

The process color (four color CMYK) of #c68646 color hex is 0.00, 0.32, 0.65, 0.22. Web safe color of #c68646 is #cc9933. Color #c68646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 01000110
Octal 306 206 106
Decimal 198 134 70
Hex C6 86 46

RGB Percentages of Color #c68646

%49.25
%33.33
%17.41

CMYK Percentages of Color #c68646

%0
%32
%65
%22

Triadic Colors of #c68646

#c68646 #46c686 #8646c6

Analogous Colors of #c68646

#c68646 #c6c646 #c64646

Monochromatic Colors of #c68646

#c68646

Complementary Color

#c68646 #4686c6

#c68646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68646 Color CSS Codes

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

#c68646 Text Font Color

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

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


#c68646 Background Color

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

This div background color is #c68646


#c68646 Border Color

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

This div border color is #c68646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68646


Comments

No comments written yet.

Please login to write comment.