Color Hex Logo

#c6643e Color Hex

#C6643E
(198,100,62)
0 Favorites   0 Comments

Color spaces of #c6643e

RGB 19810062
HSL0.050.540.51
HSV17°69°78°
CMYK 0.000.490.69   0.22
XYZ28.715421.46797.1877
Yxy21.46790.50050.3742
Hunter Lab46.333529.542723.2358
CIE-Lab53.457836.115138.9247

#c6643e color RGB value is (198,100,62).

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

The process color (four color CMYK) of #c6643e color hex is 0.00, 0.49, 0.69, 0.22. Web safe color of #c6643e is #cc6633. Color #c6643e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 00111110
Octal 306 144 76
Decimal 198 100 62
Hex C6 64 3E

RGB Percentages of Color #c6643e

%55.00
%27.78
%17.22

CMYK Percentages of Color #c6643e

%0
%49
%69
%22

Triadic Colors of #c6643e

#c6643e #3ec664 #643ec6

Analogous Colors of #c6643e

#c6643e #c6a83e #c63e5c

Monochromatic Colors of #c6643e

#c6643e

Complementary Color

#c6643e #3ea0c6

#c6643e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6643e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6643e Color CSS Codes

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

#c6643e Text Font Color

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

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


#c6643e Background Color

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

This div background color is #c6643e


#c6643e Border Color

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

This div border color is #c6643e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,100,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 #c6643e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6643e


Comments

No comments written yet.

Please login to write comment.