Color Hex Logo

#695505 Color Hex

#695505
(105,85,5)
0 Favorites   0 Comments

Color spaces of #695505

RGB 105855
HSL0.130.910.22
HSV48°95°41°
CMYK 0.000.190.95   0.59
XYZ9.10169.51121.4997
Yxy9.51120.45250.4729
Hunter Lab30.8402-1.291318.7050
CIE-Lab36.95050.516343.3524

#695505 color RGB value is (105,85,5).

#695505 hex color red value is 105, green value is 85 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #695505 hue: 0.13 , saturation: 0.91 and the lightness value of 695505 is 0.22.

The process color (four color CMYK) of #695505 color hex is 0.00, 0.19, 0.95, 0.59. Web safe color of #695505 is #666600. Color #695505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 01010101 00000101
Octal 151 125 5
Decimal 105 85 5
Hex 69 55 5

RGB Percentages of Color #695505

%53.85
%43.59
%2.56

CMYK Percentages of Color #695505

%0
%19
%95
%59

Triadic Colors of #695505

#695505 #056955 #550569

Analogous Colors of #695505

#695505 #4b6905 #692305

Monochromatic Colors of #695505

#695505

Complementary Color

#695505 #051969

#695505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#695505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#695505 Color CSS Codes

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

#695505 Text Font Color

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

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


#695505 Background Color

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

This div background color is #695505


#695505 Border Color

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

This div border color is #695505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #695505


Comments

No comments written yet.

Please login to write comment.