Color Hex Logo

#c6660f Color Hex

#C6660F
(198,102,15)
0 Favorites   0 Comments

Color spaces of #c6660f

RGB 19810215
HSL0.080.860.42
HSV29°92°78°
CMYK 0.000.480.92   0.22
XYZ28.126321.54303.1277
Yxy21.54300.53270.4080
Hunter Lab46.414426.942528.4948
CIE-Lab53.538733.456358.6426

#c6660f color RGB value is (198,102,15).

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

The process color (four color CMYK) of #c6660f color hex is 0.00, 0.48, 0.92, 0.22. Web safe color of #c6660f is #cc6600. Color #c6660f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100110 00001111
Octal 306 146 17
Decimal 198 102 15
Hex C6 66 F

RGB Percentages of Color #c6660f

%62.86
%32.38
%4.76

CMYK Percentages of Color #c6660f

%0
%48
%92
%22

Triadic Colors of #c6660f

#c6660f #0fc666 #660fc6

Analogous Colors of #c6660f

#c6660f #c6c20f #c60f13

Monochromatic Colors of #c6660f

#c6660f

Complementary Color

#c6660f #0f6fc6

#c6660f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6660f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6660f Color CSS Codes

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

#c6660f Text Font Color

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

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


#c6660f Background Color

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

This div background color is #c6660f


#c6660f Border Color

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

This div border color is #c6660f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6660f


Comments

No comments written yet.

Please login to write comment.