Color Hex Logo

#695910 Color Hex

#695910
(105,89,16)
0 Favorites   0 Comments

Color spaces of #695910

RGB 1058916
HSL0.140.740.24
HSV49°85°41°
CMYK 0.000.150.85   0.59
XYZ9.491610.18541.9559
Yxy10.18540.43880.4708
Hunter Lab31.9146-2.763518.7066
CIE-Lab38.1731-1.532141.0228

#695910 color RGB value is (105,89,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 01011001 00010000
Octal 151 131 20
Decimal 105 89 16
Hex 69 59 10

RGB Percentages of Color #695910

%50.00
%42.38
%7.62

CMYK Percentages of Color #695910

%0
%15
%85
%59

Triadic Colors of #695910

#695910 #106959 #591069

Analogous Colors of #695910

#695910 #4d6910 #692d10

Monochromatic Colors of #695910

#695910

Complementary Color

#695910 #102069

#695910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695910 Color CSS Codes

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

#695910 Text Font Color

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

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


#695910 Background Color

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

This div background color is #695910


#695910 Border Color

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

This div border color is #695910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695910


Comments

No comments written yet.

Please login to write comment.