#9F7E73

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

Shades of Hemp #9F7E73

Tints of Hemp #9F7E73

Color information

#9F7E73 (or 0x9F7E73) is unknown color: approx Hemp. HEX triplet: 9F, 7E and 73. RGB value is (159,126,115). Sum of RGB (Red+Green+Blue) = 159+126+115=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E73 is #60818C. Grayscale: #868686. Windows color (decimal): -6324621 or 7569055. OLE color: 7569055.

HSL color Cylindrical-coordinate representation of color #9F7E73: hue angle of 15º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7E73 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB159126115-
CMYK00.210.280.38
HSL15º18.64%53.73%-
HSV(B)15º27.67%62.35%-
XYZ24.8523.5319.45-
YUV134.61116.93145.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=39.75%
G=31.5%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912611500.210.280.381518.6453.73
Hex9F7E730151C26f1336
Octal2371761630253446172366
Binary100111111111110111001101010111100100110111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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