Color Hex Logo

#694715 Color Hex

#694715
(105,71,21)
0 Favorites   0 Comments

Color spaces of #694715

RGB 1057121
HSL0.100.670.25
HSV36°80°41°
CMYK 0.000.320.80   0.59
XYZ8.21437.56391.7365
Yxy7.56390.46900.4319
Hunter Lab27.50255.183915.5082
CIE-Lab33.05769.606734.2396

#694715 color RGB value is (105,71,21).

#694715 hex color red value is 105, green value is 71 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #694715 hue: 0.10 , saturation: 0.67 and the lightness value of 694715 is 0.25.

The process color (four color CMYK) of #694715 color hex is 0.00, 0.32, 0.80, 0.59. Web safe color of #694715 is #663300. Color #694715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01000111 00010101
Octal 151 107 25
Decimal 105 71 21
Hex 69 47 15

RGB Percentages of Color #694715

%53.30
%36.04
%10.66

CMYK Percentages of Color #694715

%0
%32
%80
%59

Triadic Colors of #694715

#694715 #156947 #471569

Analogous Colors of #694715

#694715 #616915 #691d15

Monochromatic Colors of #694715

#694715

Complementary Color

#694715 #153769

#694715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#694715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#694715 Color CSS Codes

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

#694715 Text Font Color

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

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


#694715 Background Color

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

This div background color is #694715


#694715 Border Color

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

This div border color is #694715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #694715


Comments

No comments written yet.

Please login to write comment.