Color Hex Logo

#9b611f Color Hex

#9B611F
(155,97,31)
0 Favorites   0 Comments

Color spaces of #9b611f

RGB 1559731
HSL0.090.670.36
HSV32°80°61°
CMYK 0.000.370.80   0.39
XYZ18.039615.61693.3599
Yxy15.61690.48730.4219
Hunter Lab39.518212.326222.6218
CIE-Lab46.467818.084544.9717

#9b611f color RGB value is (155,97,31).

#9b611f hex color red value is 155, green value is 97 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #9b611f hue: 0.09 , saturation: 0.67 and the lightness value of 9b611f is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01100001 00011111
Octal 233 141 37
Decimal 155 97 31
Hex 9B 61 1F

RGB Percentages of Color #9b611f

%54.77
%34.28
%10.95

CMYK Percentages of Color #9b611f

%0
%37
%80
%39

Triadic Colors of #9b611f

#9b611f #1f9b61 #611f9b

Analogous Colors of #9b611f

#9b611f #979b1f #9b231f

Monochromatic Colors of #9b611f

#9b611f

Complementary Color

#9b611f #1f599b

#9b611f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b611f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b611f Color CSS Codes

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

#9b611f Text Font Color

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

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


#9b611f Background Color

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

This div background color is #9b611f


#9b611f Border Color

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

This div border color is #9b611f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b611f


Comments

No comments written yet.

Please login to write comment.