Color Hex Logo

#9b6147 Color Hex

#9B6147
(155,97,71)
0 Favorites   0 Comments

Color spaces of #9b6147

RGB 1559771
HSL0.050.370.44
HSV19°54°61°
CMYK 0.000.370.54   0.39
XYZ18.929615.97298.0466
Yxy15.97290.44070.3719
Hunter Lab39.966114.604316.0391
CIE-Lab46.938920.703624.5860

#9b6147 color RGB value is (155,97,71).

#9b6147 hex color red value is 155, green value is 97 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #9b6147 hue: 0.05 , saturation: 0.37 and the lightness value of 9b6147 is 0.44.

The process color (four color CMYK) of #9b6147 color hex is 0.00, 0.37, 0.54, 0.39. Web safe color of #9b6147 is #996633. Color #9b6147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01100001 01000111
Octal 233 141 107
Decimal 155 97 71
Hex 9B 61 47

RGB Percentages of Color #9b6147

%47.99
%30.03
%21.98

CMYK Percentages of Color #9b6147

%0
%37
%54
%39

Triadic Colors of #9b6147

#9b6147 #479b61 #61479b

Analogous Colors of #9b6147

#9b6147 #9b8b47 #9b4757

Monochromatic Colors of #9b6147

#9b6147

Complementary Color

#9b6147 #47819b

#9b6147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6147 Color CSS Codes

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

#9b6147 Text Font Color

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

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


#9b6147 Background Color

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

This div background color is #9b6147


#9b6147 Border Color

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

This div border color is #9b6147


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,97,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b6147; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b6147;
  -webkit-box-shadow: 1px 1px 3px 2px #9b6147;
  box-shadow:         1px 1px 3px 2px #9b6147; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6147


Comments

No comments written yet.

Please login to write comment.