Color Hex Logo

#9b623e Color Hex

#9B623E
(155,98,62)
0 Favorites   0 Comments

Color spaces of #9b623e

RGB 1559862
HSL0.060.430.43
HSV23°60°61°
CMYK 0.000.370.60   0.39
XYZ18.754816.05176.6672
Yxy16.05170.45220.3870
Hunter Lab40.064613.445418.1787
CIE-Lab47.042219.356729.8636

#9b623e color RGB value is (155,98,62).

#9b623e hex color red value is 155, green value is 98 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #9b623e hue: 0.06 , saturation: 0.43 and the lightness value of 9b623e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01100010 00111110
Octal 233 142 76
Decimal 155 98 62
Hex 9B 62 3E

RGB Percentages of Color #9b623e

%49.21
%31.11
%19.68

CMYK Percentages of Color #9b623e

%0
%37
%60
%39

Triadic Colors of #9b623e

#9b623e #3e9b62 #623e9b

Analogous Colors of #9b623e

#9b623e #9b913e #9b3e48

Monochromatic Colors of #9b623e

#9b623e

Complementary Color

#9b623e #3e779b

#9b623e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b623e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b623e Color CSS Codes

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

#9b623e Text Font Color

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

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


#9b623e Background Color

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

This div background color is #9b623e


#9b623e Border Color

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

This div border color is #9b623e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b623e


Comments

No comments written yet.

Please login to write comment.