#9F7F6C

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

Shades of Medium Wood #9F7F6C

Tints of Medium Wood #9F7F6C

Color information

#9F7F6C (or 0x9F7F6C) is unknown color: approx Medium Wood. HEX triplet: 9F, 7F and 6C. RGB value is (159,127,108). Sum of RGB (Red+Green+Blue) = 159+127+108=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F6C is #608093. Grayscale: #868686. Windows color (decimal): -6324372 or 7110559. OLE color: 7110559.

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

Color convert

RGB159127108-
CMYK00.200.320.38
HSL22.35º20.99%52.35%-
HSV(B)22.35º32.08%62.35%-
XYZ24.5923.6317.45-
YUV134.4113.1145.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.36%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=40.36%
G=32.23%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912710800.200.320.3822.3520.9952.35
Hex9F7F6C0142026161534
Octal2371771540244046262564
Binary10011111111111111011000101001000001001101011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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