Color Hex Logo

#86606b Color Hex

#86606B
(134,96,107)
0 Favorites   0 Comments

Color spaces of #86606b

RGB 13496107
HSL0.950.170.45
HSV343°28°53°
CMYK 0.000.280.20   0.47
XYZ16.668214.495615.8293
Yxy14.49560.35470.3085
Hunter Lab38.073111.51852.0007
CIE-Lab44.935517.2153-0.1021

#86606b color RGB value is (134,96,107).

#86606b hex color red value is 134, green value is 96 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #86606b hue: 0.95 , saturation: 0.17 and the lightness value of 86606b is 0.45.

The process color (four color CMYK) of #86606b color hex is 0.00, 0.28, 0.20, 0.47. Web safe color of #86606b is #996666. Color #86606b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100000 01101011
Octal 206 140 153
Decimal 134 96 107
Hex 86 60 6B

RGB Percentages of Color #86606b

%39.76
%28.49
%31.75

CMYK Percentages of Color #86606b

%0
%28
%20
%47

Triadic Colors of #86606b

#86606b #6b8660 #606b86

Analogous Colors of #86606b

#86606b #866860 #86607e

Monochromatic Colors of #86606b

#86606b

Complementary Color

#86606b #60867b

#86606b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86606b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86606b Color CSS Codes

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

#86606b Text Font Color

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

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


#86606b Background Color

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

This div background color is #86606b


#86606b Border Color

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

This div border color is #86606b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,96,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86606b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86606b;
  -webkit-box-shadow: 1px 1px 3px 2px #86606b;
  box-shadow:         1px 1px 3px 2px #86606b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86606b


Comments

No comments written yet.

Please login to write comment.