#9F7C6C

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

Shades of Hemp #9F7C6C

Tints of Hemp #9F7C6C

Color information

#9F7C6C (or 0x9F7C6C) is unknown color: approx Hemp. HEX triplet: 9F, 7C and 6C. RGB value is (159,124,108). Sum of RGB (Red+Green+Blue) = 159+124+108=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C6C is #608393. Grayscale: #848484. Windows color (decimal): -6325140 or 7109791. OLE color: 7109791.

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

Color convert

RGB159124108-
CMYK00.220.320.38
HSL18.82º20.99%52.35%-
HSV(B)18.82º32.08%62.35%-
XYZ24.2122.8717.33-
YUV132.64114.1146.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=40.66%
G=31.71%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912410800.220.320.3818.8220.9952.35
Hex9F7C6C0162026131534
Octal2371741540264046232564
Binary10011111111110011011000101101000001001101001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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