Color Hex Logo

#9f681e Color Hex

#9F681E
(159,104,30)
0 Favorites   0 Comments

Color spaces of #9f681e

RGB 15910430
HSL0.100.680.37
HSV34°81°62°
CMYK 0.000.350.81   0.38
XYZ19.482717.36533.5533
Yxy17.36530.48220.4298
Hunter Lab41.671710.528424.1146
CIE-Lab48.717115.855847.6684

#9f681e color RGB value is (159,104,30).

#9f681e hex color red value is 159, green value is 104 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #9f681e hue: 0.10 , saturation: 0.68 and the lightness value of 9f681e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 01101000 00011110
Octal 237 150 36
Decimal 159 104 30
Hex 9F 68 1E

RGB Percentages of Color #9f681e

%54.27
%35.49
%10.24

CMYK Percentages of Color #9f681e

%0
%35
%81
%38

Triadic Colors of #9f681e

#9f681e #1e9f68 #681e9f

Analogous Colors of #9f681e

#9f681e #969f1e #9f281e

Monochromatic Colors of #9f681e

#9f681e

Complementary Color

#9f681e #1e559f

#9f681e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f681e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f681e Color CSS Codes

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

#9f681e Text Font Color

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

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


#9f681e Background Color

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

This div background color is #9f681e


#9f681e Border Color

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

This div border color is #9f681e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f681e


Comments

No comments written yet.

Please login to write comment.