#9F7F73

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

Shades of Hemp #9F7F73

Tints of Hemp #9F7F73

Color information

#9F7F73 (or 0x9F7F73) is unknown color: approx Hemp. HEX triplet: 9F, 7F and 73. RGB value is (159,127,115). Sum of RGB (Red+Green+Blue) = 159+127+115=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F73 is #60808C. Grayscale: #878787. Windows color (decimal): -6324365 or 7569311. OLE color: 7569311.

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

Color convert

RGB159127115-
CMYK00.200.280.38
HSL16.36º18.64%53.73%-
HSV(B)16.36º27.67%62.35%-
XYZ24.9823.7919.49-
YUV135.2116.6144.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=39.65%
G=31.67%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912711500.200.280.3816.3618.6453.73
Hex9F7F730141C26101336
Octal2371771630243446202366
Binary1001111111111111110011010100111001001101000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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