Color Hex Logo

#655515 Color Hex

#655515
(101,85,21)
0 Favorites   0 Comments

Color spaces of #655515

RGB 1018521
HSL0.130.660.24
HSV48°79°40°
CMYK 0.000.160.79   0.60
XYZ8.75079.31782.0468
Yxy9.31780.43500.4632
Hunter Lab30.5251-2.247817.3920
CIE-Lab36.5891-0.904537.4925

#655515 color RGB value is (101,85,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010101 00010101
Octal 145 125 25
Decimal 101 85 21
Hex 65 55 15

RGB Percentages of Color #655515

%48.79
%41.06
%10.14

CMYK Percentages of Color #655515

%0
%16
%79
%60

Triadic Colors of #655515

#655515 #156555 #551565

Analogous Colors of #655515

#655515 #4d6515 #652d15

Monochromatic Colors of #655515

#655515

Complementary Color

#655515 #152565

#655515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655515 Color CSS Codes

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

#655515 Text Font Color

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

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


#655515 Background Color

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

This div background color is #655515


#655515 Border Color

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

This div border color is #655515


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,85,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 #655515">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655515


Comments

No comments written yet.

Please login to write comment.