Color Hex Logo

#9f650d Color Hex

#9F650D
(159,101,13)
0 Favorites   0 Comments

Color spaces of #9f650d

RGB 15910113
HSL0.100.850.34
HSV36°92°62°
CMYK 0.000.360.92   0.38
XYZ19.024416.70732.6029
Yxy16.70730.49630.4358
Hunter Lab40.874611.549424.8366
CIE-Lab47.889117.094652.5395

#9f650d color RGB value is (159,101,13).

#9f650d hex color red value is 159, green value is 101 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9f650d hue: 0.10 , saturation: 0.85 and the lightness value of 9f650d is 0.34.

The process color (four color CMYK) of #9f650d color hex is 0.00, 0.36, 0.92, 0.38. Web safe color of #9f650d is #996600. Color #9f650d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01100101 00001101
Octal 237 145 15
Decimal 159 101 13
Hex 9F 65 D

RGB Percentages of Color #9f650d

%58.24
%37.00
%4.76

CMYK Percentages of Color #9f650d

%0
%36
%92
%38

Triadic Colors of #9f650d

#9f650d #0d9f65 #650d9f

Analogous Colors of #9f650d

#9f650d #909f0d #9f1c0d

Monochromatic Colors of #9f650d

#9f650d

Complementary Color

#9f650d #0d479f

#9f650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f650d Color CSS Codes

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

#9f650d Text Font Color

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

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


#9f650d Background Color

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

This div background color is #9f650d


#9f650d Border Color

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

This div border color is #9f650d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f650d


Comments

No comments written yet.

Please login to write comment.