#9F796C

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

Shades of Hemp #9F796C

Tints of Hemp #9F796C

Color information

#9F796C (or 0x9F796C) is unknown color: approx Hemp. HEX triplet: 9F, 79 and 6C. RGB value is (159,121,108). Sum of RGB (Red+Green+Blue) = 159+121+108=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F796C is #608693. Grayscale: #828282. Windows color (decimal): -6325908 or 7109023. OLE color: 7109023.

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

Color convert

RGB159121108-
CMYK00.240.320.38
HSL15.29º20.99%52.35%-
HSV(B)15.29º32.08%62.35%-
XYZ23.8422.1317.2-
YUV130.88115.09148.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=40.98%
G=31.19%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912110800.240.320.3815.2920.9952.35
Hex9F796C0182026f1534
Octal2371711540304046172564
Binary1001111111110011101100011000100000100110111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,108); }

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

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

 a { background-color: rgb(159,121,108); }

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

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

 span { border-color: rgb(159,121,108); }

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