#9F8171

Color #9F8171 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #9F8171

Tints of Hemp #9F8171

Color information

#9F8171 (or 0x9F8171) is unknown color: approx Hemp. HEX triplet: 9F, 81 and 71. RGB value is (159,129,113). Sum of RGB (Red+Green+Blue) = 159+129+113=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8171 is #607E8E. Grayscale: #888888. Windows color (decimal): -6323855 or 7438751. OLE color: 7438751.

HSL color Cylindrical-coordinate representation of color #9F8171: hue angle of 20.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F8171 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB159129113-
CMYK00.190.290.38
HSL20.87º19.33%53.33%-
HSV(B)20.87º28.93%62.35%-
XYZ25.1324.2618.98-
YUV136.15114.94144.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=39.65%
G=32.17%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912911300.190.290.3820.8719.3353.33
Hex9F81710131D26151335
Octal2372011610233546252365
Binary10011111100000011110001010011111011001101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8171; }

 p { color: rgb(159,129,113); }

 H1.HeaderClassName
 {
   color: #9F8171;
 }
 .AnyTagClassName
 {
   color: #9F8171;
 }
</style>
background-color css

<style>
 a { background-color: #9F8171; }

 a { background-color: rgb(159,129,113); }

 div.DivClassName
 {
   background-color: #9F8171;
 }
 .BgClassName
 {
   background-color: #9F8171;
 }
</style>
border-color css

<style>
 span { border-color: #9F8171; }

 span { border-color: rgb(159,129,113); }

 td.TdClassName
 {
   border-color: #9F8171;
 }
 .TagClassName
 {
   border-color: #9F8171;
 }
</style>