Color Hex Logo

#655e1a Color Hex

#655E1A
(101,94,26)
0 Favorites   0 Comments

Color spaces of #655e1a

RGB 1019426
HSL0.150.590.25
HSV54°74°40°
CMYK 0.000.070.74   0.60
XYZ9.556010.84672.5672
Yxy10.84670.41600.4722
Hunter Lab32.9343-5.842718.4324
CIE-Lab39.3211-5.956638.0316

#655e1a color RGB value is (101,94,26).

#655e1a hex color red value is 101, green value is 94 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #655e1a hue: 0.15 , saturation: 0.59 and the lightness value of 655e1a is 0.25.

The process color (four color CMYK) of #655e1a color hex is 0.00, 0.07, 0.74, 0.60. Web safe color of #655e1a is #666633. Color #655e1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 00011010
Octal 145 136 32
Decimal 101 94 26
Hex 65 5E 1A

RGB Percentages of Color #655e1a

%45.70
%42.53
%11.76

CMYK Percentages of Color #655e1a

%0
%7
%74
%60

Triadic Colors of #655e1a

#655e1a #1a655e #5e1a65

Analogous Colors of #655e1a

#655e1a #47651a #65391a

Monochromatic Colors of #655e1a

#655e1a

Complementary Color

#655e1a #1a2165

#655e1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655e1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#655e1a Color CSS Codes

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

#655e1a Text Font Color

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

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


#655e1a Background Color

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

This div background color is #655e1a


#655e1a Border Color

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

This div border color is #655e1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,94,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655e1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655e1a;
  -webkit-box-shadow: 1px 1px 3px 2px #655e1a;
  box-shadow:         1px 1px 3px 2px #655e1a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655e1a


Comments

No comments written yet.

Please login to write comment.