#9F807A

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

Shades of Hemp #9F807A

Tints of Hemp #9F807A

Color information

#9F807A (or 0x9F807A) is unknown color: approx Hemp. HEX triplet: 9F, 80 and 7A. RGB value is (159,128,122). Sum of RGB (Red+Green+Blue) = 159+128+122=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F807A is #607F85. Grayscale: #888888. Windows color (decimal): -6324102 or 8028319. OLE color: 8028319.

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

Color convert

RGB159128122-
CMYK00.190.230.38
HSL9.73º16.16%55.1%-
HSV(B)9.73º23.27%62.35%-
XYZ25.5324.2121.74-
YUV136.58119.77143.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=38.88%
G=31.30%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912812200.190.230.389.7316.1655.1
Hex9F807A0131726a1037
Octal2372001720232746122067
Binary1001111110000000111101001001110111100110101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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