Color Hex Logo

#986f6f Color Hex

#986F6F
(152,111,111)
0 Favorites   0 Comments

Color spaces of #986f6f

RGB 152111111
HSL0.000.170.52
HSV27°60°
CMYK 0.000.270.27   0.40
XYZ21.502619.192017.6100
Yxy19.19200.36880.3292
Hunter Lab43.808710.94796.8330
CIE-Lab50.911116.25406.3966

#986f6f color RGB value is (152,111,111).

#986f6f hex color red value is 152, green value is 111 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #986f6f hue: 0.00 , saturation: 0.17 and the lightness value of 986f6f is 0.52.

The process color (four color CMYK) of #986f6f color hex is 0.00, 0.27, 0.27, 0.40. Web safe color of #986f6f is #996666. Color #986f6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101111 01101111
Octal 230 157 157
Decimal 152 111 111
Hex 98 6F 6F

RGB Percentages of Color #986f6f

%40.64
%29.68
%29.68

CMYK Percentages of Color #986f6f

%0
%27
%27
%40

Triadic Colors of #986f6f

#986f6f #6f986f #6f6f98

Analogous Colors of #986f6f

#986f6f #98846f #986f84

Monochromatic Colors of #986f6f

#986f6f

Complementary Color

#986f6f #6f9898

#986f6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986f6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#986f6f Color CSS Codes

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

#986f6f Text Font Color

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

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


#986f6f Background Color

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

This div background color is #986f6f


#986f6f Border Color

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

This div border color is #986f6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,111,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #986f6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #986f6f;
  -webkit-box-shadow: 1px 1px 3px 2px #986f6f;
  box-shadow:         1px 1px 3px 2px #986f6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986f6f


Comments

No comments written yet.

Please login to write comment.