Color Hex Logo

#695b1d Color Hex

#695B1D
(105,91,29)
0 Favorites   0 Comments

Color spaces of #695b1d

RGB 1059129
HSL0.140.570.26
HSV49°72°41°
CMYK 0.000.130.72   0.59
XYZ9.788610.57412.6875
Yxy10.57410.42470.4587
Hunter Lab32.5178-3.173717.8624
CIE-Lab38.8537-2.070836.3436

#695b1d color RGB value is (105,91,29).

#695b1d hex color red value is 105, green value is 91 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #695b1d hue: 0.14 , saturation: 0.57 and the lightness value of 695b1d is 0.26.

The process color (four color CMYK) of #695b1d color hex is 0.00, 0.13, 0.72, 0.59. Web safe color of #695b1d is #666633. Color #695b1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011011 00011101
Octal 151 133 35
Decimal 105 91 29
Hex 69 5B 1D

RGB Percentages of Color #695b1d

%46.67
%40.44
%12.89

CMYK Percentages of Color #695b1d

%0
%13
%72
%59

Triadic Colors of #695b1d

#695b1d #1d695b #5b1d69

Analogous Colors of #695b1d

#695b1d #51691d #69351d

Monochromatic Colors of #695b1d

#695b1d

Complementary Color

#695b1d #1d2b69

#695b1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695b1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#695b1d Color CSS Codes

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

#695b1d Text Font Color

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

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


#695b1d Background Color

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

This div background color is #695b1d


#695b1d Border Color

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

This div border color is #695b1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695b1d


Comments

No comments written yet.

Please login to write comment.