#9F7F71

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

Shades of Hemp #9F7F71

Tints of Hemp #9F7F71

Color information

#9F7F71 (or 0x9F7F71) is unknown color: approx Hemp. HEX triplet: 9F, 7F and 71. RGB value is (159,127,113). Sum of RGB (Red+Green+Blue) = 159+127+113=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F71 is #60808E. Grayscale: #878787. Windows color (decimal): -6324367 or 7438239. OLE color: 7438239.

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

Color convert

RGB159127113-
CMYK00.200.290.38
HSL18.26º19.33%53.33%-
HSV(B)18.26º28.93%62.35%-
XYZ24.8723.7418.89-
YUV134.97115.6145.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=39.85%
G=31.83%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912711300.200.290.3818.2619.3353.33
Hex9F7F710141D26121335
Octal2371771610243546222365
Binary1001111111111111110001010100111011001101001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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