Color Hex Logo

#696101 Color Hex

#696101
(105,97,1)
0 Favorites   0 Comments

Color spaces of #696101

RGB 105971
HSL0.150.980.21
HSV55°99°41°
CMYK 0.000.080.99   0.59
XYZ10.105911.55481.7264
Yxy11.55480.43210.4941
Hunter Lab33.9924-6.418720.7834
CIE-Lab40.4996-6.659847.1684

#696101 color RGB value is (105,97,1).

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

The process color (four color CMYK) of #696101 color hex is 0.00, 0.08, 0.99, 0.59. Web safe color of #696101 is #666600. Color #696101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100001 00000001
Octal 151 141 1
Decimal 105 97 1
Hex 69 61 1

RGB Percentages of Color #696101

%51.72
%47.78
%0.49

CMYK Percentages of Color #696101

%0
%8
%99
%59

Triadic Colors of #696101

#696101 #016961 #610169

Analogous Colors of #696101

#696101 #3d6901 #692d01

Monochromatic Colors of #696101

#696101

Complementary Color

#696101 #010969

#696101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696101 Color CSS Codes

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

#696101 Text Font Color

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

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


#696101 Background Color

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

This div background color is #696101


#696101 Border Color

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

This div border color is #696101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696101


Comments

No comments written yet.

Please login to write comment.