Color Hex Logo

#696529 Color Hex

#696529
(105,101,41)
0 Favorites   0 Comments

Color spaces of #696529

RGB 10510141
HSL0.160.440.29
HSV56°61°41°
CMYK 0.000.040.61   0.59
XYZ10.879612.47073.9315
Yxy12.47070.39880.4571
Hunter Lab35.3139-6.806518.1189
CIE-Lab41.9546-7.034633.8176

#696529 color RGB value is (105,101,41).

#696529 hex color red value is 105, green value is 101 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #696529 hue: 0.16 , saturation: 0.44 and the lightness value of 696529 is 0.29.

The process color (four color CMYK) of #696529 color hex is 0.00, 0.04, 0.61, 0.59. Web safe color of #696529 is #666633. Color #696529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100101 00101001
Octal 151 145 51
Decimal 105 101 41
Hex 69 65 29

RGB Percentages of Color #696529

%42.51
%40.89
%16.60

CMYK Percentages of Color #696529

%0
%4
%61
%59

Triadic Colors of #696529

#696529 #296965 #652969

Analogous Colors of #696529

#696529 #4d6929 #694529

Monochromatic Colors of #696529

#696529

Complementary Color

#696529 #292d69

#696529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696529 Color CSS Codes

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

#696529 Text Font Color

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

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


#696529 Background Color

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

This div background color is #696529


#696529 Border Color

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

This div border color is #696529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696529


Comments

No comments written yet.

Please login to write comment.