Color Hex Logo

#c66206 Color Hex

#C66206
(198,98,6)
0 Favorites   0 Comments

Color spaces of #c66206

RGB 198986
HSL0.080.940.40
HSV29°97°78°
CMYK 0.000.510.97   0.22
XYZ27.689320.75432.7189
Yxy20.75430.54120.4057
Hunter Lab45.556928.767128.3513
CIE-Lab52.679535.425059.9554

#c66206 color RGB value is (198,98,6).

#c66206 hex color red value is 198, green value is 98 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c66206 hue: 0.08 , saturation: 0.94 and the lightness value of c66206 is 0.40.

The process color (four color CMYK) of #c66206 color hex is 0.00, 0.51, 0.97, 0.22. Web safe color of #c66206 is #cc6600. Color #c66206 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 00000110
Octal 306 142 6
Decimal 198 98 6
Hex C6 62 6

RGB Percentages of Color #c66206

%65.56
%32.45
%1.99

CMYK Percentages of Color #c66206

%0
%51
%97
%22

Triadic Colors of #c66206

#c66206 #06c662 #6206c6

Analogous Colors of #c66206

#c66206 #c6c206 #c6060a

Monochromatic Colors of #c66206

#c66206

Complementary Color

#c66206 #066ac6

#c66206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66206 Color CSS Codes

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

#c66206 Text Font Color

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

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


#c66206 Background Color

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

This div background color is #c66206


#c66206 Border Color

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

This div border color is #c66206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66206


Comments

No comments written yet.

Please login to write comment.