Color Hex Logo

#665151 Color Hex

#665151
(102,81,81)
0 Favorites   0 Comments

Color spaces of #665151

RGB 1028181
HSL0.000.110.36
HSV21°40°
CMYK 0.000.210.21   0.60
XYZ9.90719.30379.0582
Yxy9.30370.35050.3291
Hunter Lab30.50204.59873.7440
CIE-Lab36.56268.74673.3165

#665151 color RGB value is (102,81,81).

#665151 hex color red value is 102, green value is 81 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #665151 hue: 0.00 , saturation: 0.11 and the lightness value of 665151 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010001 01010001
Octal 146 121 121
Decimal 102 81 81
Hex 66 51 51

RGB Percentages of Color #665151

%38.64
%30.68
%30.68

CMYK Percentages of Color #665151

%0
%21
%21
%60

Triadic Colors of #665151

#665151 #516651 #515166

Analogous Colors of #665151

#665151 #665c51 #66515c

Monochromatic Colors of #665151

#665151

Complementary Color

#665151 #516666

#665151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665151 Color CSS Codes

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

#665151 Text Font Color

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

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


#665151 Background Color

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

This div background color is #665151


#665151 Border Color

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

This div border color is #665151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665151

#665151 Color Palettes


Comments

No comments written yet.

Please login to write comment.