Color Hex Logo

#9b623a Color Hex

#9B623A
(155,98,58)
0 Favorites   0 Comments

Color spaces of #9b623a

RGB 1559858
HSL0.070.460.42
HSV25°63°61°
CMYK 0.000.370.63   0.39
XYZ18.649016.00946.1102
Yxy16.00940.45740.3927
Hunter Lab40.011713.176218.9540
CIE-Lab46.986819.047232.0274

#9b623a color RGB value is (155,98,58).

#9b623a hex color red value is 155, green value is 98 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #9b623a hue: 0.07 , saturation: 0.46 and the lightness value of 9b623a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01100010 00111010
Octal 233 142 72
Decimal 155 98 58
Hex 9B 62 3A

RGB Percentages of Color #9b623a

%49.84
%31.51
%18.65

CMYK Percentages of Color #9b623a

%0
%37
%63
%39

Triadic Colors of #9b623a

#9b623a #3a9b62 #623a9b

Analogous Colors of #9b623a

#9b623a #9b933a #9b3a43

Monochromatic Colors of #9b623a

#9b623a

Complementary Color

#9b623a #3a739b

#9b623a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b623a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b623a Color CSS Codes

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

#9b623a Text Font Color

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

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


#9b623a Background Color

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

This div background color is #9b623a


#9b623a Border Color

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

This div border color is #9b623a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b623a


Comments

No comments written yet.

Please login to write comment.