Color Hex Logo

#c68461 Color Hex

#C68461
(198,132,97)
0 Favorites   0 Comments

Color spaces of #c68461

RGB 19813297
HSL0.060.470.58
HSV21°51°78°
CMYK 0.000.330.51   0.22
XYZ33.697629.371415.2024
Yxy29.37140.43050.3753
Hunter Lab54.195416.145821.3053
CIE-Lab61.108021.518529.1887

#c68461 color RGB value is (198,132,97).

#c68461 hex color red value is 198, green value is 132 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c68461 hue: 0.06 , saturation: 0.47 and the lightness value of c68461 is 0.58.

The process color (four color CMYK) of #c68461 color hex is 0.00, 0.33, 0.51, 0.22. Web safe color of #c68461 is #cc9966. Color #c68461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 01100001
Octal 306 204 141
Decimal 198 132 97
Hex C6 84 61

RGB Percentages of Color #c68461

%46.37
%30.91
%22.72

CMYK Percentages of Color #c68461

%0
%33
%51
%22

Triadic Colors of #c68461

#c68461 #61c684 #8461c6

Analogous Colors of #c68461

#c68461 #c6b761 #c66171

Monochromatic Colors of #c68461

#c68461

Complementary Color

#c68461 #61a3c6

#c68461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68461 Color CSS Codes

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

#c68461 Text Font Color

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

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


#c68461 Background Color

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

This div background color is #c68461


#c68461 Border Color

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

This div border color is #c68461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68461


Comments

No comments written yet.

Please login to write comment.