Color Hex Logo

#695635 Color Hex

#695635
(105,86,53)
0 Favorites   0 Comments

Color spaces of #695635

RGB 1058653
HSL0.110.330.31
HSV38°50°41°
CMYK 0.000.180.50   0.59
XYZ9.79619.91594.7658
Yxy9.91590.40020.4051
Hunter Lab31.48950.423013.0694
CIE-Lab37.69113.000322.0871

#695635 color RGB value is (105,86,53).

#695635 hex color red value is 105, green value is 86 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #695635 hue: 0.11 , saturation: 0.33 and the lightness value of 695635 is 0.31.

The process color (four color CMYK) of #695635 color hex is 0.00, 0.18, 0.50, 0.59. Web safe color of #695635 is #666633. Color #695635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010110 00110101
Octal 151 126 65
Decimal 105 86 53
Hex 69 56 35

RGB Percentages of Color #695635

%43.03
%35.25
%21.72

CMYK Percentages of Color #695635

%0
%18
%50
%59

Triadic Colors of #695635

#695635 #356956 #563569

Analogous Colors of #695635

#695635 #626935 #693c35

Monochromatic Colors of #695635

#695635

Complementary Color

#695635 #354869

#695635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695635 Color CSS Codes

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

#695635 Text Font Color

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

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


#695635 Background Color

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

This div background color is #695635


#695635 Border Color

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

This div border color is #695635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695635


Comments

No comments written yet.

Please login to write comment.