Color Hex Logo

#696420 Color Hex

#696420
(105,100,32)
0 Favorites   2 Comments

Color spaces of #696420

RGB 10510032
HSL0.160.530.27
HSV56°70°41°
CMYK 0.000.050.70   0.59
XYZ10.643612.22193.1646
Yxy12.22190.40890.4695
Hunter Lab34.9598-6.835019.1049
CIE-Lab41.5666-7.130437.7612

#696420 color RGB value is (105,100,32).

#696420 hex color red value is 105, green value is 100 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #696420 hue: 0.16 , saturation: 0.53 and the lightness value of 696420 is 0.27.

The process color (four color CMYK) of #696420 color hex is 0.00, 0.05, 0.70, 0.59. Web safe color of #696420 is #666633. Color #696420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01100100 00100000
Octal 151 144 40
Decimal 105 100 32
Hex 69 64 20

RGB Percentages of Color #696420

%44.30
%42.19
%13.50

CMYK Percentages of Color #696420

%0
%5
%70
%59

Triadic Colors of #696420

#696420 #206964 #642069

Analogous Colors of #696420

#696420 #4a6920 #694020

Monochromatic Colors of #696420

#696420

Complementary Color

#696420 #202569

#696420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#696420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#696420 Color CSS Codes

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

#696420 Text Font Color

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

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


#696420 Background Color

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

This div background color is #696420


#696420 Border Color

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

This div border color is #696420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #696420


Comments

6 Jan 2023, 17:11 69b00b

nice.

2 Aug 2020, 19:53 confusedindigo

puke green

Please login to write comment.