Color Hex Logo

#693d26 Color Hex

#693D26
(105,61,38)
0 Favorites   0 Comments

Color spaces of #693d26

RGB 1056138
HSL0.060.470.28
HSV21°64°41°
CMYK 0.000.420.64   0.59
XYZ7.84436.48072.6712
Yxy6.48070.46150.3813
Hunter Lab25.457210.452211.5988
CIE-Lab30.594216.854622.2211

#693d26 color RGB value is (105,61,38).

#693d26 hex color red value is 105, green value is 61 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #693d26 hue: 0.06 , saturation: 0.47 and the lightness value of 693d26 is 0.28.

The process color (four color CMYK) of #693d26 color hex is 0.00, 0.42, 0.64, 0.59. Web safe color of #693d26 is #663333. Color #693d26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 00111101 00100110
Octal 151 75 46
Decimal 105 61 38
Hex 69 3D 26

RGB Percentages of Color #693d26

%51.47
%29.90
%18.63

CMYK Percentages of Color #693d26

%0
%42
%64
%59

Triadic Colors of #693d26

#693d26 #26693d #3d2669

Analogous Colors of #693d26

#693d26 #695e26 #692631

Monochromatic Colors of #693d26

#693d26

Complementary Color

#693d26 #265269

#693d26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#693d26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#693d26 Color CSS Codes

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

#693d26 Text Font Color

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

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


#693d26 Background Color

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

This div background color is #693d26


#693d26 Border Color

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

This div border color is #693d26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #693d26


Comments

No comments written yet.

Please login to write comment.