Color Hex Logo

#9f6222 Color Hex

#9F6222
(159,98,34)
0 Favorites   0 Comments

Color spaces of #9f6222

RGB 1599834
HSL0.090.650.38
HSV31°79°62°
CMYK 0.000.380.79   0.38
XYZ18.954516.22183.6455
Yxy16.22180.48820.4179
Hunter Lab40.276313.520722.8269
CIE-Lab47.264119.429744.6153

#9f6222 color RGB value is (159,98,34).

#9f6222 hex color red value is 159, green value is 98 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #9f6222 hue: 0.09 , saturation: 0.65 and the lightness value of 9f6222 is 0.38.

The process color (four color CMYK) of #9f6222 color hex is 0.00, 0.38, 0.79, 0.38. Web safe color of #9f6222 is #996633. Color #9f6222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01100010 00100010
Octal 237 142 42
Decimal 159 98 34
Hex 9F 62 22

RGB Percentages of Color #9f6222

%54.64
%33.68
%11.68

CMYK Percentages of Color #9f6222

%0
%38
%79
%38

Triadic Colors of #9f6222

#9f6222 #229f62 #62229f

Analogous Colors of #9f6222

#9f6222 #9e9f22 #9f2422

Monochromatic Colors of #9f6222

#9f6222

Complementary Color

#9f6222 #225f9f

#9f6222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f6222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f6222 Color CSS Codes

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

#9f6222 Text Font Color

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

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


#9f6222 Background Color

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

This div background color is #9f6222


#9f6222 Border Color

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

This div border color is #9f6222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f6222


Comments

No comments written yet.

Please login to write comment.