Color Hex Logo

#986962 Color Hex

#986962
(152,105,98)
0 Favorites   0 Comments

Color spaces of #986962

RGB 15210598
HSL0.020.220.49
HSV36°60°
CMYK 0.000.310.36   0.40
XYZ20.205117.660413.8991
Yxy17.66040.39030.3412
Hunter Lab42.024312.27969.8074
CIE-Lab49.081617.884211.5075

#986962 color RGB value is (152,105,98).

#986962 hex color red value is 152, green value is 105 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #986962 hue: 0.02 , saturation: 0.22 and the lightness value of 986962 is 0.49.

The process color (four color CMYK) of #986962 color hex is 0.00, 0.31, 0.36, 0.40. Web safe color of #986962 is #996666. Color #986962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101001 01100010
Octal 230 151 142
Decimal 152 105 98
Hex 98 69 62

RGB Percentages of Color #986962

%42.82
%29.58
%27.61

CMYK Percentages of Color #986962

%0
%31
%36
%40

Triadic Colors of #986962

#986962 #629869 #696298

Analogous Colors of #986962

#986962 #988462 #986276

Monochromatic Colors of #986962

#986962

Complementary Color

#986962 #629198

#986962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986962 Color CSS Codes

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

#986962 Text Font Color

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

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


#986962 Background Color

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

This div background color is #986962


#986962 Border Color

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

This div border color is #986962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986962


Comments

No comments written yet.

Please login to write comment.