Color Hex Logo

#66200e Color Hex

#66200E
(102,32,14)
0 Favorites   0 Comments

Color spaces of #66200e

RGB 1023214
HSL0.030.760.23
HSV12°86°40°
CMYK 0.000.690.86   0.60
XYZ6.07533.88950.8460
Yxy3.88950.56200.3598
Hunter Lab19.721820.473711.2619
CIE-Lab23.302730.507228.0764

#66200e color RGB value is (102,32,14).

#66200e hex color red value is 102, green value is 32 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #66200e hue: 0.03 , saturation: 0.76 and the lightness value of 66200e is 0.23.

The process color (four color CMYK) of #66200e color hex is 0.00, 0.69, 0.86, 0.60. Web safe color of #66200e is #663300. Color #66200e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100000 00001110
Octal 146 40 16
Decimal 102 32 14
Hex 66 20 E

RGB Percentages of Color #66200e

%68.92
%21.62
%9.46

CMYK Percentages of Color #66200e

%0
%69
%86
%60

Triadic Colors of #66200e

#66200e #0e6620 #200e66

Analogous Colors of #66200e

#66200e #664c0e #660e28

Monochromatic Colors of #66200e

#66200e

Complementary Color

#66200e #0e5466

#66200e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66200e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66200e Color CSS Codes

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

#66200e Text Font Color

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

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


#66200e Background Color

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

This div background color is #66200e


#66200e Border Color

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

This div border color is #66200e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,32,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66200e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66200e;
  -webkit-box-shadow: 1px 1px 3px 2px #66200e;
  box-shadow:         1px 1px 3px 2px #66200e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,32,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66200e


Comments

No comments written yet.

Please login to write comment.