Color Hex Logo

#613716 Color Hex

#613716
(97,55,22)
0 Favorites   0 Comments

Color spaces of #613716

RGB 975522
HSL0.070.630.23
HSV26°77°38°
CMYK 0.000.430.77   0.62
XYZ6.44085.33171.4487
Yxy5.33170.48720.4033
Hunter Lab23.09059.382012.4435
CIE-Lab27.659615.658827.8834

#613716 color RGB value is (97,55,22).

#613716 hex color red value is 97, green value is 55 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #613716 hue: 0.07 , saturation: 0.63 and the lightness value of 613716 is 0.23.

The process color (four color CMYK) of #613716 color hex is 0.00, 0.43, 0.77, 0.62. Web safe color of #613716 is #663300. Color #613716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110111 00010110
Octal 141 67 26
Decimal 97 55 22
Hex 61 37 16

RGB Percentages of Color #613716

%55.75
%31.61
%12.64

CMYK Percentages of Color #613716

%0
%43
%77
%62

Triadic Colors of #613716

#613716 #166137 #371661

Analogous Colors of #613716

#613716 #615d16 #61161b

Monochromatic Colors of #613716

#613716

Complementary Color

#613716 #164061

#613716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613716 Color CSS Codes

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

#613716 Text Font Color

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

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


#613716 Background Color

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

This div background color is #613716


#613716 Border Color

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

This div border color is #613716


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,55,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613716; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613716;
  -webkit-box-shadow: 1px 1px 3px 2px #613716;
  box-shadow:         1px 1px 3px 2px #613716; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,55,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613716


Comments

No comments written yet.

Please login to write comment.