Color Hex Logo

#86633c Color Hex

#86633C
(134,99,60)
0 Favorites   0 Comments

Color spaces of #86633c

RGB 1349960
HSL0.090.380.38
HSV32°55°53°
CMYK 0.000.260.55   0.47
XYZ15.109014.31836.2423
Yxy14.31830.42360.4014
Hunter Lab37.83955.054316.7067
CIE-Lab44.68609.276827.5126

#86633c color RGB value is (134,99,60).

#86633c hex color red value is 134, green value is 99 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #86633c hue: 0.09 , saturation: 0.38 and the lightness value of 86633c is 0.38.

The process color (four color CMYK) of #86633c color hex is 0.00, 0.26, 0.55, 0.47. Web safe color of #86633c is #996633. Color #86633c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 00111100
Octal 206 143 74
Decimal 134 99 60
Hex 86 63 3C

RGB Percentages of Color #86633c

%45.73
%33.79
%20.48

CMYK Percentages of Color #86633c

%0
%26
%55
%47

Triadic Colors of #86633c

#86633c #3c8663 #633c86

Analogous Colors of #86633c

#86633c #84863c #863e3c

Monochromatic Colors of #86633c

#86633c

Complementary Color

#86633c #3c5f86

#86633c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86633c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86633c Color CSS Codes

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

#86633c Text Font Color

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

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


#86633c Background Color

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

This div background color is #86633c


#86633c Border Color

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

This div border color is #86633c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,99,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86633c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86633c;
  -webkit-box-shadow: 1px 1px 3px 2px #86633c;
  box-shadow:         1px 1px 3px 2px #86633c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,99,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86633c


Comments

No comments written yet.

Please login to write comment.