Color Hex Logo

#c68d61 Color Hex

#C68D61
(198,141,97)
0 Favorites   0 Comments

Color spaces of #c68d61

RGB 19814197
HSL0.070.470.58
HSV26°51°78°
CMYK 0.000.290.51   0.22
XYZ34.971231.918615.6270
Yxy31.91860.42380.3868
Hunter Lab56.496511.622023.1479
CIE-Lab63.275616.579031.9687

#c68d61 color RGB value is (198,141,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 01100001
Octal 306 215 141
Decimal 198 141 97
Hex C6 8D 61

RGB Percentages of Color #c68d61

%45.41
%32.34
%22.25

CMYK Percentages of Color #c68d61

%0
%29
%51
%22

Triadic Colors of #c68d61

#c68d61 #61c68d #8d61c6

Analogous Colors of #c68d61

#c68d61 #c6c061 #c66168

Monochromatic Colors of #c68d61

#c68d61

Complementary Color

#c68d61 #619ac6

#c68d61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68d61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68d61 Color CSS Codes

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

#c68d61 Text Font Color

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

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


#c68d61 Background Color

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

This div background color is #c68d61


#c68d61 Border Color

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

This div border color is #c68d61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68d61


Comments

No comments written yet.

Please login to write comment.