Color Hex Logo

#9b6318 Color Hex

#9B6318
(155,99,24)
0 Favorites   0 Comments

Color spaces of #9b6318

RGB 1559924
HSL0.100.730.35
HSV34°85°61°
CMYK 0.000.360.85   0.39
XYZ18.144315.95822.9881
Yxy15.95820.48920.4302
Hunter Lab39.947711.166423.5285
CIE-Lab46.919616.691948.1555

#9b6318 color RGB value is (155,99,24).

#9b6318 hex color red value is 155, green value is 99 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #9b6318 hue: 0.10 , saturation: 0.73 and the lightness value of 9b6318 is 0.35.

The process color (four color CMYK) of #9b6318 color hex is 0.00, 0.36, 0.85, 0.39. Web safe color of #9b6318 is #996600. Color #9b6318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01100011 00011000
Octal 233 143 30
Decimal 155 99 24
Hex 9B 63 18

RGB Percentages of Color #9b6318

%55.76
%35.61
%8.63

CMYK Percentages of Color #9b6318

%0
%36
%85
%39

Triadic Colors of #9b6318

#9b6318 #189b63 #63189b

Analogous Colors of #9b6318

#9b6318 #929b18 #9b2218

Monochromatic Colors of #9b6318

#9b6318

Complementary Color

#9b6318 #18509b

#9b6318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b6318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b6318 Color CSS Codes

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

#9b6318 Text Font Color

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

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


#9b6318 Background Color

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

This div background color is #9b6318


#9b6318 Border Color

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

This div border color is #9b6318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b6318


Comments

No comments written yet.

Please login to write comment.