Color Hex Logo

#c6896d Color Hex

#C6896D
(198,137,109)
0 Favorites   0 Comments

Color spaces of #c6896d

RGB 198137109
HSL0.050.440.60
HSV19°45°78°
CMYK 0.000.310.45   0.22
XYZ34.994731.001218.6074
Yxy31.00120.41360.3664
Hunter Lab55.678714.751519.1608
CIE-Lab62.508619.964924.3728

#c6896d color RGB value is (198,137,109).

#c6896d hex color red value is 198, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6896d hue: 0.05 , saturation: 0.44 and the lightness value of c6896d is 0.60.

The process color (four color CMYK) of #c6896d color hex is 0.00, 0.31, 0.45, 0.22. Web safe color of #c6896d is #cc9966. Color #c6896d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 01101101
Octal 306 211 155
Decimal 198 137 109
Hex C6 89 6D

RGB Percentages of Color #c6896d

%44.59
%30.86
%24.55

CMYK Percentages of Color #c6896d

%0
%31
%45
%22

Triadic Colors of #c6896d

#c6896d #6dc689 #896dc6

Analogous Colors of #c6896d

#c6896d #c6b66d #c66d7e

Monochromatic Colors of #c6896d

#c6896d

Complementary Color

#c6896d #6daac6

#c6896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6896d Color CSS Codes

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

#c6896d Text Font Color

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

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


#c6896d Background Color

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

This div background color is #c6896d


#c6896d Border Color

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

This div border color is #c6896d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6896d


Comments

No comments written yet.

Please login to write comment.