Color Hex Logo

#696219 Color Hex

#696219
(105,98,25)
0 Favorites   0 Comments

Color spaces of #696219

RGB 1059825
HSL0.150.620.25
HSV55°76°41°
CMYK 0.000.070.76   0.59
XYZ10.368811.80882.6525
Yxy11.80880.41760.4756
Hunter Lab34.3639-6.277219.4782
CIE-Lab40.9106-6.394940.1439

#696219 color RGB value is (105,98,25).

#696219 hex color red value is 105, green value is 98 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #696219 hue: 0.15 , saturation: 0.62 and the lightness value of 696219 is 0.25.

The process color (four color CMYK) of #696219 color hex is 0.00, 0.07, 0.76, 0.59. Web safe color of #696219 is #666600. Color #696219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100010 00011001
Octal 151 142 31
Decimal 105 98 25
Hex 69 62 19

RGB Percentages of Color #696219

%46.05
%42.98
%10.96

CMYK Percentages of Color #696219

%0
%7
%76
%59

Triadic Colors of #696219

#696219 #196962 #621969

Analogous Colors of #696219

#696219 #486919 #693a19

Monochromatic Colors of #696219

#696219

Complementary Color

#696219 #192069

#696219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696219 Color CSS Codes

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

#696219 Text Font Color

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

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


#696219 Background Color

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

This div background color is #696219


#696219 Border Color

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

This div border color is #696219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696219


Comments

No comments written yet.

Please login to write comment.