Color Hex Logo

#695914 Color Hex

#695914
(105,89,20)
0 Favorites   0 Comments

Color spaces of #695914

RGB 1058920
HSL0.140.680.25
HSV49°81°41°
CMYK 0.000.150.81   0.59
XYZ9.524310.19852.1283
Yxy10.19850.43590.4667
Hunter Lab31.9351-2.650718.4032
CIE-Lab38.1964-1.366139.5670

#695914 color RGB value is (105,89,20).

#695914 hex color red value is 105, green value is 89 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #695914 hue: 0.14 , saturation: 0.68 and the lightness value of 695914 is 0.25.

The process color (four color CMYK) of #695914 color hex is 0.00, 0.15, 0.81, 0.59. Web safe color of #695914 is #666600. Color #695914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011001 00010100
Octal 151 131 24
Decimal 105 89 20
Hex 69 59 14

RGB Percentages of Color #695914

%49.07
%41.59
%9.35

CMYK Percentages of Color #695914

%0
%15
%81
%59

Triadic Colors of #695914

#695914 #146959 #591469

Analogous Colors of #695914

#695914 #4f6914 #692f14

Monochromatic Colors of #695914

#695914

Complementary Color

#695914 #142469

#695914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695914 Color CSS Codes

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

#695914 Text Font Color

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

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


#695914 Background Color

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

This div background color is #695914


#695914 Border Color

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

This div border color is #695914


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,89,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695914


Comments

No comments written yet.

Please login to write comment.