Color Hex Logo

#66513e Color Hex

#66513E
(102,81,62)
0 Favorites   0 Comments

Color spaces of #66513e

RGB 1028162
HSL0.080.240.32
HSV29°39°40°
CMYK 0.000.210.39   0.60
XYZ9.29149.05745.8160
Yxy9.05740.38450.3748
Hunter Lab30.09552.44129.6090
CIE-Lab36.09465.784614.4969

#66513e color RGB value is (102,81,62).

#66513e hex color red value is 102, green value is 81 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #66513e hue: 0.08 , saturation: 0.24 and the lightness value of 66513e is 0.32.

The process color (four color CMYK) of #66513e color hex is 0.00, 0.21, 0.39, 0.60. Web safe color of #66513e is #666633. Color #66513e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010001 00111110
Octal 146 121 76
Decimal 102 81 62
Hex 66 51 3E

RGB Percentages of Color #66513e

%41.63
%33.06
%25.31

CMYK Percentages of Color #66513e

%0
%21
%39
%60

Triadic Colors of #66513e

#66513e #3e6651 #513e66

Analogous Colors of #66513e

#66513e #66653e #663e3f

Monochromatic Colors of #66513e

#66513e

Complementary Color

#66513e #3e5366

#66513e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66513e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66513e Color CSS Codes

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

#66513e Text Font Color

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

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


#66513e Background Color

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

This div background color is #66513e


#66513e Border Color

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

This div border color is #66513e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66513e


Comments

No comments written yet.

Please login to write comment.