#9F7F74

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

Shades of Hemp #9F7F74

Tints of Hemp #9F7F74

Color information

#9F7F74 (or 0x9F7F74) is unknown color: approx Hemp. HEX triplet: 9F, 7F and 74. RGB value is (159,127,116). Sum of RGB (Red+Green+Blue) = 159+127+116=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F74 is #60808B. Grayscale: #878787. Windows color (decimal): -6324364 or 7634847. OLE color: 7634847.

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

Color convert

RGB159127116-
CMYK00.200.270.38
HSL15.35º18.3%53.92%-
HSV(B)15.35º27.04%62.35%-
XYZ25.0423.8119.8-
YUV135.31117.1144.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=39.55%
G=31.59%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912711600.200.270.3815.3518.353.92
Hex9F7F740141B26f1236
Octal2371771640243346172266
Binary100111111111111111010001010011011100110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,116); }

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

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

 a { background-color: rgb(159,127,116); }

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

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

 span { border-color: rgb(159,127,116); }

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