Color Hex Logo

#665b2d Color Hex

#665B2D
(102,91,45)
0 Favorites   0 Comments

Color spaces of #665b2d

RGB 1029145
HSL0.130.390.29
HSV48°56°40°
CMYK 0.000.110.56   0.60
XYZ9.694210.49643.9977
Yxy10.49640.40080.4339
Hunter Lab32.3981-3.285815.3627
CIE-Lab38.7190-2.246127.8699

#665b2d color RGB value is (102,91,45).

#665b2d hex color red value is 102, green value is 91 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #665b2d hue: 0.13 , saturation: 0.39 and the lightness value of 665b2d is 0.29.

The process color (four color CMYK) of #665b2d color hex is 0.00, 0.11, 0.56, 0.60. Web safe color of #665b2d is #666633. Color #665b2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011011 00101101
Octal 146 133 55
Decimal 102 91 45
Hex 66 5B 2D

RGB Percentages of Color #665b2d

%42.86
%38.24
%18.91

CMYK Percentages of Color #665b2d

%0
%11
%56
%60

Triadic Colors of #665b2d

#665b2d #2d665b #5b2d66

Analogous Colors of #665b2d

#665b2d #55662d #663f2d

Monochromatic Colors of #665b2d

#665b2d

Complementary Color

#665b2d #2d3866

#665b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#665b2d Color CSS Codes

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

#665b2d Text Font Color

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

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


#665b2d Background Color

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

This div background color is #665b2d


#665b2d Border Color

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

This div border color is #665b2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665b2d


Comments

No comments written yet.

Please login to write comment.