#9F8176

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

Shades of Hemp #9F8176

Tints of Hemp #9F8176

Color information

#9F8176 (or 0x9F8176) is unknown color: approx Hemp. HEX triplet: 9F, 81 and 76. RGB value is (159,129,118). Sum of RGB (Red+Green+Blue) = 159+129+118=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8176 is #607E89. Grayscale: #888888. Windows color (decimal): -6323850 or 7766431. OLE color: 7766431.

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

Color convert

RGB159129118-
CMYK00.190.260.38
HSL16.1º17.6%54.31%-
HSV(B)16.1º25.79%62.35%-
XYZ25.4224.3820.51-
YUV136.72117.44143.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=39.16%
G=31.77%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912911800.190.260.3816.117.654.31
Hex9F81760131A26101236
Octal2372011660233246202266
Binary10011111100000011110110010011110101001101000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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