Color Hex Logo

#665650 Color Hex

#665650
(102,86,80)
0 Favorites   0 Comments

Color spaces of #665650

RGB 1028680
HSL0.050.120.36
HSV16°22°40°
CMYK 0.000.160.22   0.60
XYZ10.255210.05958.9906
Yxy10.05950.34990.3433
Hunter Lab31.71672.21155.3950
CIE-Lab37.94905.49495.9246

#665650 color RGB value is (102,86,80).

#665650 hex color red value is 102, green value is 86 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #665650 hue: 0.05 , saturation: 0.12 and the lightness value of 665650 is 0.36.

The process color (four color CMYK) of #665650 color hex is 0.00, 0.16, 0.22, 0.60. Web safe color of #665650 is #666666. Color #665650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010110 01010000
Octal 146 126 120
Decimal 102 86 80
Hex 66 56 50

RGB Percentages of Color #665650

%38.06
%32.09
%29.85

CMYK Percentages of Color #665650

%0
%16
%22
%60

Triadic Colors of #665650

#665650 #506656 #565066

Analogous Colors of #665650

#665650 #666150 #665055

Monochromatic Colors of #665650

#665650

Complementary Color

#665650 #506066

#665650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665650 Color CSS Codes

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

#665650 Text Font Color

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

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


#665650 Background Color

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

This div background color is #665650


#665650 Border Color

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

This div border color is #665650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665650


Comments

No comments written yet.

Please login to write comment.