#9F7E71

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

Shades of Hemp #9F7E71

Tints of Hemp #9F7E71

Color information

#9F7E71 (or 0x9F7E71) is unknown color: approx Hemp. HEX triplet: 9F, 7E and 71. RGB value is (159,126,113). Sum of RGB (Red+Green+Blue) = 159+126+113=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E71 is #60818E. Grayscale: #868686. Windows color (decimal): -6324623 or 7437983. OLE color: 7437983.

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

Color convert

RGB159126113-
CMYK00.210.290.38
HSL16.96º19.33%53.33%-
HSV(B)16.96º28.93%62.35%-
XYZ24.7423.4818.85-
YUV134.38115.93145.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=39.95%
G=31.66%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912611300.210.290.3816.9619.3353.33
Hex9F7E710151D26111335
Octal2371761610253546212365
Binary1001111111111101110001010101111011001101000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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