Color Hex Logo

#665d3e Color Hex

#665D3E
(102,93,62)
0 Favorites   0 Comments

Color spaces of #665d3e

RGB 1029362
HSL0.130.240.32
HSV47°39°40°
CMYK 0.000.090.39   0.60
XYZ10.263311.00136.1400
Yxy11.00130.37450.4014
Hunter Lab33.1682-2.810812.2422
CIE-Lab39.5827-1.484019.1373

#665d3e color RGB value is (102,93,62).

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

The process color (four color CMYK) of #665d3e color hex is 0.00, 0.09, 0.39, 0.60. Web safe color of #665d3e is #666633. Color #665d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011101 00111110
Octal 146 135 76
Decimal 102 93 62
Hex 66 5D 3E

RGB Percentages of Color #665d3e

%39.69
%36.19
%24.12

CMYK Percentages of Color #665d3e

%0
%9
%39
%60

Triadic Colors of #665d3e

#665d3e #3e665d #5d3e66

Analogous Colors of #665d3e

#665d3e #5b663e #66493e

Monochromatic Colors of #665d3e

#665d3e

Complementary Color

#665d3e #3e4766

#665d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#665d3e Color CSS Codes

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

#665d3e Text Font Color

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

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


#665d3e Background Color

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

This div background color is #665d3e


#665d3e Border Color

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

This div border color is #665d3e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,93,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 #665d3e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665d3e


Comments

No comments written yet.

Please login to write comment.