#9F8071

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

Shades of Hemp #9F8071

Tints of Hemp #9F8071

Color information

#9F8071 (or 0x9F8071) is unknown color: approx Hemp. HEX triplet: 9F, 80 and 71. RGB value is (159,128,113). Sum of RGB (Red+Green+Blue) = 159+128+113=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8071 is #607F8E. Grayscale: #878787. Windows color (decimal): -6324111 or 7438495. OLE color: 7438495.

HSL color Cylindrical-coordinate representation of color #9F8071: hue angle of 19.57º 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 #9F8071 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB159128113-
CMYK00.190.290.38
HSL19.57º19.33%53.33%-
HSV(B)19.57º28.93%62.35%-
XYZ252418.94-
YUV135.56115.27144.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=39.75%
G=32%
B=28.25%

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
Decimal15912811300.190.290.3819.5719.3353.33
Hex9F80710131D26141335
Octal2372001610233546242365
Binary10011111100000001110001010011111011001101010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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