Color Hex Logo

#9f865a Color Hex

#9F865A
(159,134,90)
0 Favorites   0 Comments

Color spaces of #9f865a

RGB 15913490
HSL0.110.280.49
HSV38°43°62°
CMYK 0.000.160.43   0.38
XYZ24.668625.159313.2289
Yxy25.15930.39120.3990
Hunter Lab50.15900.009319.4742
CIE-Lab57.23033.289527.2023

#9f865a color RGB value is (159,134,90).

#9f865a hex color red value is 159, green value is 134 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #9f865a hue: 0.11 , saturation: 0.28 and the lightness value of 9f865a is 0.49.

The process color (four color CMYK) of #9f865a color hex is 0.00, 0.16, 0.43, 0.38. Web safe color of #9f865a is #999966. Color #9f865a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10000110 01011010
Octal 237 206 132
Decimal 159 134 90
Hex 9F 86 5A

RGB Percentages of Color #9f865a

%41.51
%34.99
%23.50

CMYK Percentages of Color #9f865a

%0
%16
%43
%38

Triadic Colors of #9f865a

#9f865a #5a9f86 #865a9f

Analogous Colors of #9f865a

#9f865a #969f5a #9f645a

Monochromatic Colors of #9f865a

#9f865a

Complementary Color

#9f865a #5a739f

#9f865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f865a Color CSS Codes

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

#9f865a Text Font Color

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

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


#9f865a Background Color

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

This div background color is #9f865a


#9f865a Border Color

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

This div border color is #9f865a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f865a


Comments

No comments written yet.

Please login to write comment.