#9F7961

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

Shades of Medium Wood #9F7961

Tints of Medium Wood #9F7961

Color information

#9F7961 (or 0x9F7961) is unknown color: approx Medium Wood. HEX triplet: 9F, 79 and 61. RGB value is (159,121,97). Sum of RGB (Red+Green+Blue) = 159+121+97=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7961 is #60869E. Grayscale: #818181. Windows color (decimal): -6325919 or 6388127. OLE color: 6388127.

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

Color convert

RGB15912197-
CMYK00.240.390.38
HSL23.23º24.41%50.2%-
HSV(B)23.23º38.99%62.35%-
XYZ23.2921.9114.31-
YUV129.63109.59148.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=42.18%
G=32.10%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591219700.240.390.3823.2324.4150.2
Hex9F79610182726171832
Octal2371711410304746273062
Binary10011111111100111000010110001001111001101011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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