Color Hex Logo

#695911 Color Hex

#695911
(105,89,17)
0 Favorites   0 Comments

Color spaces of #695911

RGB 1058917
HSL0.140.720.24
HSV49°84°41°
CMYK 0.000.150.84   0.59
XYZ9.499310.18851.9962
Yxy10.18850.43810.4699
Hunter Lab31.9194-2.737018.6357
CIE-Lab38.1786-1.493140.6749

#695911 color RGB value is (105,89,17).

#695911 hex color red value is 105, green value is 89 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #695911 hue: 0.14 , saturation: 0.72 and the lightness value of 695911 is 0.24.

The process color (four color CMYK) of #695911 color hex is 0.00, 0.15, 0.84, 0.59. Web safe color of #695911 is #666600. Color #695911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011001 00010001
Octal 151 131 21
Decimal 105 89 17
Hex 69 59 11

RGB Percentages of Color #695911

%49.76
%42.18
%8.06

CMYK Percentages of Color #695911

%0
%15
%84
%59

Triadic Colors of #695911

#695911 #116959 #591169

Analogous Colors of #695911

#695911 #4d6911 #692d11

Monochromatic Colors of #695911

#695911

Complementary Color

#695911 #112169

#695911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695911 Color CSS Codes

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

#695911 Text Font Color

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

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


#695911 Background Color

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

This div background color is #695911


#695911 Border Color

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

This div border color is #695911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695911


Comments

No comments written yet.

Please login to write comment.