Color Hex Logo

#986631 Color Hex

#986631
(152,102,49)
0 Favorites   0 Comments

Color spaces of #986631

RGB 15210249
HSL0.090.510.39
HSV31°68°60°
CMYK 0.000.330.68   0.40
XYZ18.254616.39995.1091
Yxy16.39990.45910.4124
Hunter Lab40.49689.592520.8677
CIE-Lab47.494814.794737.3368

#986631 color RGB value is (152,102,49).

#986631 hex color red value is 152, green value is 102 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #986631 hue: 0.09 , saturation: 0.51 and the lightness value of 986631 is 0.39.

The process color (four color CMYK) of #986631 color hex is 0.00, 0.33, 0.68, 0.40. Web safe color of #986631 is #996633. Color #986631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100110 00110001
Octal 230 146 61
Decimal 152 102 49
Hex 98 66 31

RGB Percentages of Color #986631

%50.17
%33.66
%16.17

CMYK Percentages of Color #986631

%0
%33
%68
%40

Triadic Colors of #986631

#986631 #319866 #663198

Analogous Colors of #986631

#986631 #979831 #983331

Monochromatic Colors of #986631

#986631

Complementary Color

#986631 #316398

#986631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#986631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#986631 Color CSS Codes

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

#986631 Text Font Color

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

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


#986631 Background Color

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

This div background color is #986631


#986631 Border Color

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

This div border color is #986631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #986631


Comments

No comments written yet.

Please login to write comment.