#9F7A71

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

Shades of Hemp #9F7A71

Tints of Hemp #9F7A71

Color information

#9F7A71 (or 0x9F7A71) is unknown color: approx Hemp. HEX triplet: 9F, 7A and 71. RGB value is (159,122,113). Sum of RGB (Red+Green+Blue) = 159+122+113=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A71 is #60858E. Grayscale: #848484. Windows color (decimal): -6325647 or 7436959. OLE color: 7436959.

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

Color convert

RGB159122113-
CMYK00.230.290.38
HSL11.74º19.33%53.33%-
HSV(B)11.74º28.93%62.35%-
XYZ24.2422.4818.68-
YUV132.04117.26147.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=40.36%
G=30.96%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912211300.230.290.3811.7419.3353.33
Hex9F7A710171D26c1335
Octal2371721610273546142365
Binary100111111111010111000101011111101100110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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