Color Hex Logo

#655111 Color Hex

#655111
(101,81,17)
0 Favorites   0 Comments

Color spaces of #655111

RGB 1018117
HSL0.130.710.23
HSV46°83°40°
CMYK 0.000.200.83   0.60
XYZ8.41048.69201.7648
Yxy8.69200.44580.4607
Hunter Lab29.4822-0.673117.0884
CIE-Lab35.38441.322837.9793

#655111 color RGB value is (101,81,17).

#655111 hex color red value is 101, green value is 81 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #655111 hue: 0.13 , saturation: 0.71 and the lightness value of 655111 is 0.23.

The process color (four color CMYK) of #655111 color hex is 0.00, 0.20, 0.83, 0.60. Web safe color of #655111 is #666600. Color #655111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010001 00010001
Octal 145 121 21
Decimal 101 81 17
Hex 65 51 11

RGB Percentages of Color #655111

%50.75
%40.70
%8.54

CMYK Percentages of Color #655111

%0
%20
%83
%60

Triadic Colors of #655111

#655111 #116551 #511165

Analogous Colors of #655111

#655111 #4f6511 #652711

Monochromatic Colors of #655111

#655111

Complementary Color

#655111 #112565

#655111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655111 Color CSS Codes

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

#655111 Text Font Color

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

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


#655111 Background Color

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

This div background color is #655111


#655111 Border Color

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

This div border color is #655111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655111


Comments

No comments written yet.

Please login to write comment.