Color Hex Logo

#655646 Color Hex

#655646
(101,86,70)
0 Favorites   0 Comments

Color spaces of #655646

RGB 1018670
HSL0.090.180.34
HSV31°31°40°
CMYK 0.000.150.31   0.60
XYZ9.80019.86457.1819
Yxy9.86450.36500.3674
Hunter Lab31.40780.73338.4278
CIE-Lab37.59813.432811.6022

#655646 color RGB value is (101,86,70).

#655646 hex color red value is 101, green value is 86 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #655646 hue: 0.09 , saturation: 0.18 and the lightness value of 655646 is 0.34.

The process color (four color CMYK) of #655646 color hex is 0.00, 0.15, 0.31, 0.60. Web safe color of #655646 is #666633. Color #655646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010110 01000110
Octal 145 126 106
Decimal 101 86 70
Hex 65 56 46

RGB Percentages of Color #655646

%39.30
%33.46
%27.24

CMYK Percentages of Color #655646

%0
%15
%31
%60

Triadic Colors of #655646

#655646 #466556 #564665

Analogous Colors of #655646

#655646 #656546 #654746

Monochromatic Colors of #655646

#655646

Complementary Color

#655646 #465565

#655646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655646 Color CSS Codes

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

#655646 Text Font Color

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

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


#655646 Background Color

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

This div background color is #655646


#655646 Border Color

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

This div border color is #655646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655646


Comments

No comments written yet.

Please login to write comment.