#9F8275

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

Shades of Hemp #9F8275

Tints of Hemp #9F8275

Color information

#9F8275 (or 0x9F8275) is unknown color: approx Hemp. HEX triplet: 9F, 82 and 75. RGB value is (159,130,117). Sum of RGB (Red+Green+Blue) = 159+130+117=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8275 is #607D8A. Grayscale: #898989. Windows color (decimal): -6323595 or 7701151. OLE color: 7701151.

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

Color convert

RGB159130117-
CMYK00.180.260.38
HSL18.57º17.95%54.12%-
HSV(B)18.57º26.42%62.35%-
XYZ25.4924.6220.24-
YUV137.19116.61143.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=39.16%
G=32.02%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913011700.180.260.3818.5717.9554.12
Hex9F82750121A26131236
Octal2372021650223246232266
Binary10011111100000101110101010010110101001101001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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