Color Hex Logo

#614706 Color Hex

#614706
(97,71,6)
0 Favorites   0 Comments

Color spaces of #614706

RGB 97716
HSL0.120.880.20
HSV43°94°38°
CMYK 0.000.270.94   0.62
XYZ7.21597.06101.1549
Yxy7.06100.46760.4576
Hunter Lab26.57251.970616.0239
CIE-Lab31.94545.055138.7213

#614706 color RGB value is (97,71,6).

#614706 hex color red value is 97, green value is 71 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #614706 hue: 0.12 , saturation: 0.88 and the lightness value of 614706 is 0.20.

The process color (four color CMYK) of #614706 color hex is 0.00, 0.27, 0.94, 0.62. Web safe color of #614706 is #663300. Color #614706 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000111 00000110
Octal 141 107 6
Decimal 97 71 6
Hex 61 47 6

RGB Percentages of Color #614706

%55.75
%40.80
%3.45

CMYK Percentages of Color #614706

%0
%27
%94
%62

Triadic Colors of #614706

#614706 #066147 #470661

Analogous Colors of #614706

#614706 #4e6106 #611a06

Monochromatic Colors of #614706

#614706

Complementary Color

#614706 #062061

#614706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614706 Color CSS Codes

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

#614706 Text Font Color

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

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


#614706 Background Color

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

This div background color is #614706


#614706 Border Color

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

This div border color is #614706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614706


Comments

No comments written yet.

Please login to write comment.