#9F8075

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

Shades of Hemp #9F8075

Tints of Hemp #9F8075

Color information

#9F8075 (or 0x9F8075) is unknown color: approx Hemp. HEX triplet: 9F, 80 and 75. RGB value is (159,128,117). Sum of RGB (Red+Green+Blue) = 159+128+117=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8075 is #607F8A. Grayscale: #888888. Windows color (decimal): -6324107 or 7700639. OLE color: 7700639.

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

Color convert

RGB159128117-
CMYK00.190.260.38
HSL15.71º17.95%54.12%-
HSV(B)15.71º26.42%62.35%-
XYZ25.2324.0920.15-
YUV136.01117.27144.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=39.36%
G=31.68%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912811700.190.260.3815.7117.9554.12
Hex9F80750131A26101236
Octal2372001650233246202266
Binary10011111100000001110101010011110101001101000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,128,117); }

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

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

 a { background-color: rgb(159,128,117); }

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

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

 span { border-color: rgb(159,128,117); }

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