Color Hex Logo

#655315 Color Hex

#655315
(101,83,21)
0 Favorites   0 Comments

Color spaces of #655315

RGB 1018321
HSL0.130.660.24
HSV47°79°40°
CMYK 0.000.180.79   0.60
XYZ8.59549.00741.9950
Yxy9.00740.43860.4596
Hunter Lab30.0123-1.400017.0675
CIE-Lab35.99850.297536.9267

#655315 color RGB value is (101,83,21).

#655315 hex color red value is 101, green value is 83 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #655315 hue: 0.13 , saturation: 0.66 and the lightness value of 655315 is 0.24.

The process color (four color CMYK) of #655315 color hex is 0.00, 0.18, 0.79, 0.60. Web safe color of #655315 is #666600. Color #655315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010011 00010101
Octal 145 123 25
Decimal 101 83 21
Hex 65 53 15

RGB Percentages of Color #655315

%49.27
%40.49
%10.24

CMYK Percentages of Color #655315

%0
%18
%79
%60

Triadic Colors of #655315

#655315 #156553 #531565

Analogous Colors of #655315

#655315 #4f6515 #652b15

Monochromatic Colors of #655315

#655315

Complementary Color

#655315 #152765

#655315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655315 Color CSS Codes

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

#655315 Text Font Color

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

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


#655315 Background Color

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

This div background color is #655315


#655315 Border Color

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

This div border color is #655315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655315


Comments

No comments written yet.

Please login to write comment.