Color Hex Logo

#c6850f Color Hex

#C6850F
(198,133,15)
0 Favorites   0 Comments

Color spaces of #c6850f

RGB 19813315
HSL0.110.860.42
HSV39°92°78°
CMYK 0.000.330.92   0.22
XYZ31.762528.81534.3398
Yxy28.81530.48930.4439
Hunter Lab53.679911.679032.7826
CIE-Lab60.618316.721663.7828

#c6850f color RGB value is (198,133,15).

#c6850f hex color red value is 198, green value is 133 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c6850f hue: 0.11 , saturation: 0.86 and the lightness value of c6850f is 0.42.

The process color (four color CMYK) of #c6850f color hex is 0.00, 0.33, 0.92, 0.22. Web safe color of #c6850f is #cc9900. Color #c6850f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000101 00001111
Octal 306 205 17
Decimal 198 133 15
Hex C6 85 F

RGB Percentages of Color #c6850f

%57.23
%38.44
%4.34

CMYK Percentages of Color #c6850f

%0
%33
%92
%22

Triadic Colors of #c6850f

#c6850f #0fc685 #850fc6

Analogous Colors of #c6850f

#c6850f #acc60f #c62a0f

Monochromatic Colors of #c6850f

#c6850f

Complementary Color

#c6850f #0f50c6

#c6850f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6850f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6850f Color CSS Codes

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

#c6850f Text Font Color

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

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


#c6850f Background Color

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

This div background color is #c6850f


#c6850f Border Color

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

This div border color is #c6850f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6850f


Comments

No comments written yet.

Please login to write comment.