#9F7971

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

Shades of Hemp #9F7971

Tints of Hemp #9F7971

Color information

#9F7971 (or 0x9F7971) is unknown color: approx Hemp. HEX triplet: 9F, 79 and 71. RGB value is (159,121,113). Sum of RGB (Red+Green+Blue) = 159+121+113=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7971 is #60868E. Grayscale: #838383. Windows color (decimal): -6325903 or 7436703. OLE color: 7436703.

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

Color convert

RGB159121113-
CMYK00.240.290.38
HSL10.43º19.33%53.33%-
HSV(B)10.43º28.93%62.35%-
XYZ24.1222.2418.64-
YUV131.45117.59147.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=40.46%
G=30.79%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912111300.240.290.3810.4319.3353.33
Hex9F79710181D26a1335
Octal2371711610303546122365
Binary100111111111001111000101100011101100110101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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