Color Hex Logo

#665221 Color Hex

#665221
(102,82,33)
0 Favorites   0 Comments

Color spaces of #665221

RGB 1028233
HSL0.120.510.26
HSV43°68°40°
CMYK 0.000.200.68   0.60
XYZ8.77138.96922.7078
Yxy8.96920.42900.4386
Hunter Lab29.9486-0.131315.6033
CIE-Lab35.92492.135431.1478

#665221 color RGB value is (102,82,33).

#665221 hex color red value is 102, green value is 82 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #665221 hue: 0.12 , saturation: 0.51 and the lightness value of 665221 is 0.26.

The process color (four color CMYK) of #665221 color hex is 0.00, 0.20, 0.68, 0.60. Web safe color of #665221 is #666633. Color #665221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010010 00100001
Octal 146 122 41
Decimal 102 82 33
Hex 66 52 21

RGB Percentages of Color #665221

%47.00
%37.79
%15.21

CMYK Percentages of Color #665221

%0
%20
%68
%60

Triadic Colors of #665221

#665221 #216652 #522166

Analogous Colors of #665221

#665221 #586621 #663021

Monochromatic Colors of #665221

#665221

Complementary Color

#665221 #213566

#665221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665221 Color CSS Codes

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

#665221 Text Font Color

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

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


#665221 Background Color

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

This div background color is #665221


#665221 Border Color

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

This div border color is #665221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665221


Comments

No comments written yet.

Please login to write comment.