Color Hex Logo

#696129 Color Hex

#696129
(105,97,41)
0 Favorites   0 Comments

Color spaces of #696129

RGB 1059741
HSL0.150.440.29
HSV53°61°41°
CMYK 0.000.080.61   0.59
XYZ10.500611.71273.8052
Yxy11.71270.40360.4502
Hunter Lab34.2238-5.124117.3645
CIE-Lab40.7558-4.719632.4662

#696129 color RGB value is (105,97,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100001 00101001
Octal 151 141 51
Decimal 105 97 41
Hex 69 61 29

RGB Percentages of Color #696129

%43.21
%39.92
%16.87

CMYK Percentages of Color #696129

%0
%8
%61
%59

Triadic Colors of #696129

#696129 #296961 #612969

Analogous Colors of #696129

#696129 #516929 #694129

Monochromatic Colors of #696129

#696129

Complementary Color

#696129 #293169

#696129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696129 Color CSS Codes

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

#696129 Text Font Color

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

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


#696129 Background Color

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

This div background color is #696129


#696129 Border Color

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

This div border color is #696129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696129


Comments

No comments written yet.

Please login to write comment.