Color Hex Logo

#66551f Color Hex

#66551F
(102,85,31)
0 Favorites   0 Comments

Color spaces of #66551f

RGB 1028531
HSL0.130.530.26
HSV46°70°40°
CMYK 0.000.170.70   0.60
XYZ8.97539.42072.6417
Yxy9.42070.42660.4478
Hunter Lab30.6932-1.516016.3822
CIE-Lab36.78200.179533.1044

#66551f color RGB value is (102,85,31).

#66551f hex color red value is 102, green value is 85 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #66551f hue: 0.13 , saturation: 0.53 and the lightness value of 66551f is 0.26.

The process color (four color CMYK) of #66551f color hex is 0.00, 0.17, 0.70, 0.60. Web safe color of #66551f is #666633. Color #66551f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010101 00011111
Octal 146 125 37
Decimal 102 85 31
Hex 66 55 1F

RGB Percentages of Color #66551f

%46.79
%38.99
%14.22

CMYK Percentages of Color #66551f

%0
%17
%70
%60

Triadic Colors of #66551f

#66551f #1f6655 #551f66

Analogous Colors of #66551f

#66551f #54661f #66321f

Monochromatic Colors of #66551f

#66551f

Complementary Color

#66551f #1f3066

#66551f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66551f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66551f Color CSS Codes

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

#66551f Text Font Color

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

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


#66551f Background Color

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

This div background color is #66551f


#66551f Border Color

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

This div border color is #66551f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,85,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66551f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66551f;
  -webkit-box-shadow: 1px 1px 3px 2px #66551f;
  box-shadow:         1px 1px 3px 2px #66551f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66551f


Comments

No comments written yet.

Please login to write comment.