Color Hex Logo

#c6861f Color Hex

#C6861F
(198,134,31)
0 Favorites   0 Comments

Color spaces of #c6861f

RGB 19813431
HSL0.100.730.45
HSV37°84°78°
CMYK 0.000.320.84   0.22
XYZ32.061129.15495.2340
Yxy29.15490.48250.4387
Hunter Lab53.995311.497332.0495
CIE-Lab60.918116.513259.8973

#c6861f color RGB value is (198,134,31).

#c6861f hex color red value is 198, green value is 134 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c6861f hue: 0.10 , saturation: 0.73 and the lightness value of c6861f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 00011111
Octal 306 206 37
Decimal 198 134 31
Hex C6 86 1F

RGB Percentages of Color #c6861f

%54.55
%36.91
%8.54

CMYK Percentages of Color #c6861f

%0
%32
%84
%22

Triadic Colors of #c6861f

#c6861f #1fc686 #861fc6

Analogous Colors of #c6861f

#c6861f #b3c61f #c6321f

Monochromatic Colors of #c6861f

#c6861f

Complementary Color

#c6861f #1f5fc6

#c6861f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6861f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6861f Color CSS Codes

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

#c6861f Text Font Color

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

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


#c6861f Background Color

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

This div background color is #c6861f


#c6861f Border Color

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

This div border color is #c6861f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6861f


Comments

No comments written yet.

Please login to write comment.